
_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#223861";
oncolor="#ffffff";
offbgcolor="#dfe5f0";
offcolor="#2a416c";
bordercolor="#2a416c";
borderstyle="solid";
borderwidth=1;
separatorcolor="#979797";
separatorsize="1";
padding=6;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="#FFFFFF";
pagebgcolor="#223861";
headercolor="#ffffff";
headerbgcolor="#ffffff";
align ="left"
subimage="menuimages/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#000000', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Samples")){
style=menuStyle;
overflow="scroll";
aI("text=Horizontal Navigation Bar;url=menusample.php?sampleid=1;");
}


with(milonic2=new menuname("Milonic2")){
style=menuStyle;
aI("text=Presenting Sponsor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=Platinum Sponsor;");
aI("text=Gold Sponsor;");
aI("text=Silver Sponsor;");
aI("text=Event Sponsor;");
}




drawMenus();
