_scrollAmount=5                  // Only Used for Netscape 4 scrolling
_scrollDelay=10	                 // Only Used for Netscape 4 scrolling
_menuCloseDelay=500;  // The delay for menus to remain visible on mouse off
_menuOpenDelay=150;   // The delay for opening menus on mouse over
_subOffsetTop=5;     // Sub menu offset Top position
_subOffsetLeft=-10;  // Sub menu offset Left position
//noSubImageSpacing = false;

with(HorizontalmainStyle=new mm_style()){
     onbgcolor = "black";		//x This is the background color of selected menu items
       oncolor = "#00ccff";		//x This is the text color for selected menu items
    offbgcolor = "black";		//x This is the background color for non selected menu items
//      offcolor = "green";		//x Test value - This is the text color for non selected menu items
      offcolor = "white";		//x This is the text color for non selected menu items
   bordercolor = "white";		//x This the border around each major/minor menu
   borderstyle = "solid";		//x solid and dotted seem to be valid
separatorcolor = "yellow";		//x color of the separator bars between menu items
 separatorsize = 0;			//x Size of the separator bar. If 0, you don't have any
       padding = 4;			//x white space between text and border. 0 breaks it!
//    onborder = "1px solid #CC33CC"	//Border around selected menu items. Comment out.
      fontsize = "16px";		//x Font size - 100% is about what the graphics use
     fontstyle = "bold";		//x Font Style; normal, italic, etc.
    fontweight = "normal";		//x Font weight; Normal, Bold, etc.
    fontfamily = "Comic Sans MS, Arial, Helvetica";    //x 
   high3dcolor = null;                  //x Not sure if this will be included in final release
    low3dcolor = null;                  //x Not sure if this will be included in final release
     pagecolor = "white";               //x Current Page Menu Item Font Color
   pagebgcolor = "#CC33CC";             //x Current Page Menu Item background color
   topbarimage = "http://www.jimharrisononline.com/menu5/images/whitearrow_down.gif";
topbarimageloc = "center;middle"
      subimage = "http://www.jimharrisononline.com/menu5/images/whitearrow_down.gif";  //x 
subimageposition = "center;middle"      //x 
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}

with(milonic=new menuname("mainmenu2")){_c=1
borderwidth = 0;
//borderwidth = 1;
style = HorizontalmainStyle;
alwaysvisible = 1;
position="relative";
//itemwidth=200;
orientation="horizontal";
aI("text=Old<br>Friends;align=center;showmenu=old friends menu horiz");
//aI("itemwidth=82;text=Old<br>Friends;align=center;showmenu=old friends menu horiz");
aI("text= Links of<br>Interest;align=center;showmenu=links of interest horiz");
//aI("itemwidth=82;text= Links of<br>Interest;align=center;showmenu=links of interest horiz");
aI("text= The&nbsp;photo<br>albums;align=center;showmenu=photo albums horiz");
//aI("itemwidth=82;text= The&nbsp;photo<br>albums;align=center;showmenu=photo albums horiz");
aI("text= latest<br>pictures;align=center;showmenu=latest pictures horiz");
//aI("itemwidth=82;text= latest<br>pictures;align=center;showmenu=latest pictures horiz");
aI("text= Larry<br>Pitt;align=center;url=http://LarryPitt.jimharrisononline.com;target=_blank");
//aI("itemwidth=60;text= Larry<br>Pitt;align=center;url=http://LarryPitt.jimharrisononline.com;target=_blank");
aI("text= Search<br>Site;align=center;url=http://www.jimharrisononline.com/SearchOurHOTW.htm;target=_top");
//aI("itemwidth=60;text= Search<br>Site;align=center;url=http://www.jimharrisononline.com/SearchHOTW.htm;target=_top");
//aI("text= TOC;align=center;url=http://www.jimharrisononline.com/toc.htm;target=_top");
//aI("itemwidth=44;text= TOC;align=center;url=http://www.jimharrisononline.com/toc.htm;target=_top");
//overfilter="Alpha(style=0,opacity=75);Shadow(color='#666666', Direction=135, Strength=4)"; 
}

drawMenus();