_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(VerticalStyle=new mm_style()){
     onbgcolor = "#00ccff";
       oncolor = "black";
    offbgcolor = "white";
      offcolor = "black";
   bordercolor = "black";
   borderstyle = "solid";
separatorcolor = "black";
 separatorsize = 1;
       padding = 4
      onborder = "1px solid #CC33CC"	//Border around selected menu items. Comment out. 0px doesn't work
      fontsize = "12px";		//Font size - 100% is about what the graphics use
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "Comic Sans MS, Arial, Helvetica";
   high3dcolor = null; // Not sure if this will be included in final release
    low3dcolor = null; // Not sure if this will be included in final release
     pagecolor = "white";
   pagebgcolor = "#CC33CC";
   topbarimage = "http://www.jimharrisononline.com/menu5/images/arrowdn.gif";
topbarimageloc = "center;middle"
      subimage = "http://www.jimharrisononline.com/menu5/images/arrow.gif";
subimageposition = "center;middle"
// subimageloc = "center;middle"
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}


with(milonic=new menuname("Vertmainmenu")){_c=1
top = 120;
left = 3;
borderwidth = 1;
style = VerticalStyle;
alwaysvisible = 1;
followscroll = "1,50,2"

aI("text=Menu;showmenu=mainmenu");
}

	with(milonic=new menuname("mainmenu")){_c=1
	borderwidth = 1;
	style = VerticalStyle;
//	overfilter="Alpha(style=0,opacity=95);Shadow(color='#666666', Direction=135, Strength=4)"; 
//      aI("text=Home;url=http://www.jimharrisononline.com");
	aI("text=Home;url=http://www.jimharrisononline.com");
	aI("text= Old Friends;showmenu=old friends menu horiz");
	aI("text= Links of Interest;showmenu=links of interest horiz");
	aI("text= The&nbsp;Photo&nbsp;Albums;showmenu=photo albums horiz");
	aI("text= Latest Pictures;showmenu=latest pictures horiz");
	aI("text= Larry&nbsp;Pitt;url=http://LarryPitt.jimharrisononline.com;target=_blank");
	aI("text= Search&nbsp;Site;url=http://www.jimharrisononline.com/SearchOurHOTW.htm;target=_top");
//	aI("text= TOC;url=http://www.jimharrisononline.com/toc.htm;target=_top");
	}

drawMenus();