
_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=40                // Follow scrolling Rate
_subOffsetTop=6          	// Sub menu top offset
_subOffsetLeft=4       		// 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="#696969";
oncolor="#FFFFFF";
offbgcolor="#FF9900";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="95%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="663399";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.longislandweb.com/milonic/arrow-white.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=0, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

// MAIN MENU

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=140;
left=10;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text= Polypatch ;url=;showmenu=polypatch;");
aI("text= Vertical Patch ;url=;showmenu=verticalpatch;");
aI("text= Tuffcote ;url=;showmenu=tuffcote;");
aI("text= Tuffseal ;url=;showmenu=tuffseal;");
aI("text= Tuffclean ;url=;showmenu=tuffclean;");
aI("text= Florcote ;url=;showmenu=florcote;");
aI("text= Contact Us ;url=http://www.floorpatch.com/pages/contact.html;");
aI("text= Home ;url=http://www.floorpatch.com;status=Back To Home Page;");
}

// MENU - POLYPATCH

with(milonic=new menuname("polypatch")){
style=menuStyle;
aI("text=Information;url=http://www.floorpatch.com/pages/polypatch/product_info.html;status=Description;");
aI("text=Instructions;url=http://www.floorpatch.com/pages/polypatch/instructions.html;status=Description");
aI("text=Specifications;url=http://www.floorpatch.com/pages/polypatch/specifications.html;status=Description;");
aI("text=Order PolyPatch;url=http://www.floorpatch.com/forms/order.html;status=Description;");
aI("text=FAQ's;url=http://www.floorpatch.com/pages/polypatch/faq.html;status=Description;");
aI("text=Available Colors;url=http://www.floorpatch.com/pages/colors.html;status=Description;");
}

// MENU - VERTICALPATCH

with(milonic=new menuname("verticalpatch")){
style=menuStyle;
aI("text=Information;url=http://www.floorpatch.com/pages/verticlepatch/verticlepatch-info.html;status=Description;");
aI("text=Specifications MSDS (pdf file);url=http://www.floorpatch.com/pages/verticlepatch/10-99VO.pdf;status=Description;");
aI("text=Available Colors;url=http://www.floorpatch.com/pages/colors.html;status=Description;");
}

// MENU - TUFFCOTE

with(milonic=new menuname("tuffcote")){
style=menuStyle;
aI("text=Information;url=http://www.floorpatch.com/pages/tuffcote/tuffcote-info.html;status=Description;");
aI("text=Tuffcote CT mix A MSDS (pdf file);url=http://www.floorpatch.com/pages/tuffcote/tuffcote-a.pdf;status=Description;");
aI("text=Tuffcote HB mix B MSDS (pdf file);url=http://www.floorpatch.com/pages/tuffcote/tuffcote-b.pdf;status=Description;");
aI("text=Available Colors;url=http://www.floorpatch.com/pages/colors.html;status=Description;");
}

// MENU - TUFFSEAL

with(milonic=new menuname("tuffseal")){
style=menuStyle;
aI("text=Information;url=http://www.floorpatch.com/pages/tuffseal/tuffseal-info.html;status=Description;");
aI("text=Tuffseal MSDS (pdf file);url=http://www.floorpatch.com/pages/tuffseal/tuffseal.pdf;status=Description;");
aI("text=Available Colors;url=http://www.floorpatch.com/pages/colors.html;status=Description;");
}

// MENU - TUFFCLEAN

with(milonic=new menuname("tuffclean")){
style=menuStyle;
aI("text=Information;url=http://www.floorpatch.com/pages/tuffclean/tuffclean-info.html;status=Description;");
aI("text=Tuffclean MSDS (pdf file);url=http://www.floorpatch.com/pages/tuffclean/tuffclean.pdf;status=Description;");
aI("text=Available Colors;url=http://www.floorpatch.com/pages/colors.html;status=Description;");
}

// MENU - FLORCOTE

with(milonic=new menuname("florcote")){
style=menuStyle;
aI("text=Information;url=http://www.floorpatch.com/pages/florcote/florcote-info.html;status=Description;");
aI("text=Florcote mix A MSDS (pdf file);url=http://www.floorpatch.com/pages/florcote/florcote-mix-a.pdf;status=Description;");
aI("text=Florcote mix B MSDS (pdf file);url=http://www.floorpatch.com/pages/florcote/florcote-mix-b.pdf;status=Description;");
aI("text=Available Colors;url=http://www.floorpatch.com/pages/colors.html;status=Description;");
}

drawMenus();

