


_menuCloseDelay=500           // 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=50                // Follow scrolling Rate
_subOffsetTop=5               // 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="#666666";
oncolor="#ffffff";
offbgcolor="#111111";
offcolor="#eeeeee";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="2";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#000000";
headercolor="#ffffff";
headerbgcolor="#000000";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("About Us")){
style=menuStyle;
overflow="scroll";
aI("text=Horizontal Navigational Menu;url=/menusample1.php;");
}

with(milonic=new menuname("Forum")){
style=menuStyle;
aI("text=Product Purchasing Page;url=http://www.milonic.com/cbuy.php;");
}

with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=(aq) Web Hosting;url=http://www.a-q.co.uk/;status=(aq) Web Server Hosting & Services;");
}

with(milonic=new menuname("Security")){
style=menuStyle;
aI("text=Apache Web Server;url=http://www.apache.org/;status=Apache Web Server, the basis of Milonic's Web Site;");
}

with(milonic=new menuname("Headlines")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
}

with(milonic=new menuname("Webmail")){
style=menuStyle;
aI("text=Login;url=http://www.milonic.com/login.php;");
}

with(milonic=new menuname("Shows")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
}

with(milonic=new menuname("Weather")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
}

drawMenus();

