fixMozillaZIndex=true;		//Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=50           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

with(menuStyle1=new mm_style()){
oncolor="#FFFFFF";
offcolor="#8480AA";
padding=5;
fontsize="11pt";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, Verdana, Tahoma";
pagecolor="#8480AA";
headercolor="#000000";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#00B6DE";
offbgcolor="#FFFFFF";
offcolor="#8480AA";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
padding=5;
fontsize="9pt";
fontstyle="normal";
fontfamily="Arial, Helvetica, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
separatoralign="center";
separatorcolor="#000000";
separatorheight=1;
separatorpadding=1;
separatorsize=1;
separatorwidth=145;
}

with(menuStyle3=new mm_style()){
onbgcolor="#D0DDCB";
oncolor="#004E55";
offbgcolor="#B9CCB3";
offcolor="#004E55";
bordercolor="#D0DDCB";
borderstyle="solid";
borderwidth=1;
padding=5;
fontsize="8pt";
fontstyle="normal";
fontfamily="Arial, Helvetica, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#B9CCB3";
headercolor="#000000";
headerbgcolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle1;
alwaysvisible=1;
orientation="horizontal";
keepalive=1;
//menuwidth=378;
position="relative";
aI('url=/;status=Back To Home Page;text=Home;');
aI('url=/products/synthesis/;showmenu=Products;text=Product Ranges;');
aI('url=/contact/;status=Contact Us;text=Contact Us;');
aI('url=/sitemap.asp;status=Site Map;text=Site Map;');
aI('url=http://www.galepacific.com/;status=Gale Pacific Home Page;text=Gale Pacific;');
}

with(milonic=new menuname("Products")){
style=menuStyle2;
overflow="scroll";
orientation="vertical";
keepalive=0;
aI('url=/products/synthesis/ProductRange.asp?ProductRangeRef=40;text=Shadecloth Range;status=Shadecloth;');
aI('url=/products/synthesis/ProductRange.asp?ProductRangeRef=38;text=Polyfabric Range;status=Polyfabric;');
aI('url=/products/synthesis/ProductRange.asp?ProductRangeRef=34;text=Coated PVC Range;status=Coated PVC;');
aI('url=/products/synthesis/ProductRange.asp?ProductRangeRef=36;text=Commercial Knitted Range;status=Commercial Knitted;');
aI('url=/products/synthesis/ProductRange.asp?ProductRangeRef=45;text=Custom Range;status=Custom;');
}

drawMenus();
