

_menuCloseDelay=750           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // 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="";
oncolor="#cccccc";
offbgcolor="";
offcolor="#FFFFFF";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth="0";
separatorcolor="";
separatorsize="0";
padding="0";
fontweight="bold";
fontsize="9pt";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
onitalic=0;
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="arrow.gif";
onsubimage="arrow2.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=91);";
outfilter="randomdissolve(duration=0.4)";
}





with(milonic=new menuname("Main Menu")){
style=menuStyle;
top="35";
alwaysvisible=1;
orientation="horizontal";
itemheight="19";
align="center";
screenposition="relative";
menuwidth="880";
aI("image=SPACER.GIF;itemwidth=235;");
aI("text=Home;url=index.html;itemwidth=80;status=Back To Our Home Page;");
aI("text=About Us;showmenu=About Us;itemwidth=100;");
aI("text=Installation;showmenu=Intstallation;itemwidth=120;");
aI("text=Products;showmenu=Products;itemwidth=110;");
aI("text=Portfolio;showmenu=Portfolio;itemwidth=110;");
aI("text=Links / Misc;showmenu=Links;itemwidth=110;");
}

drawMenus();

