fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=100;
_menuOpenDelay=100;
_subOffsetTop=2;
_subOffsetLeft=5;



with(menuStyle=new mm_style()){	
margin=1;
bgimage="javascript/gradient.gif";	
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Century Gothic,Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#FFFFFF";
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#000000";
oncolor="#ff6e34";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=3;
pagebgcolor="#353636";
pagecolor="#ffffff";
separatorcolor="#000000";
separatorpadding=14;
separatorsize=1;
//subimage="javascript/arrow.gif";
subimagepadding=0;
}

with(submenuStyle=new mm_style()){

borderstyle="solid";
borderwidth=1;
bordercolor="#e3e3e3";
fontfamily="Century Gothic,Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
high3dcolor="#ffffff";
low3dcolor="#fff";
onbgcolor="#b04216";
offbgcolor="#762501";
offcolor="#fcb7ac";
oncolor="#fff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#', Direction=135, Strength=3)";
padding=5;
pagecolor="black";
separatorsize=1;
subimagepadding=3;
separatorcolor="#ffffff";

}



with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=173;

aI("showmenu=WOVEN FABRIC;text=WOVEN FABRIC;url=wovenfabric.php");
aI("showmenu=HOOK & LOOP;text=HOOK & LOOP;url=hookandloop.php");
aI("showmenu=WEBBING & TAPE;text=WEBBING & TAPE;url=webbingandtape.php");
aI("showmenu=VINYL;text=VINYL;url=vinyl.php");
aI("showmenu=LABELS;text=LABELS;url=labels.php");
aI("showmenu=CORD & ELASTIC;text=CORD & ELASTIC;url=cordandelastic.php");
aI("showmenu=FINISHED PRODUCTS;text=FINISHED PRODUCTS;url=finishedproducts.php");
aI("showmenu=CLOSEOUTS & ELASTIC;text=CLOSEOUTS;url=closeouts.php");
aI("showmenu=ADDITIONAL LINES;text=ADDITIONAL LINES;");

}
//Set this variable to the number of items in the Main Menu
var totLen = 15;


with(milonic=new menuname("ADDITIONAL LINES")){
overflow="scroll";
style=submenuStyle;
aI("text=Marine Fabrics;url=vinyl.php#marine;")
aI("text=Mesh and Tricots;url=meshandtricots.php;")
aI("text=Metal/Plastic Hardware;url=metalandplastichardware.php;")
aI("text=Printed Fabric;url=printedfabric.php;")
aI("text=Neoprene;url=neoprene.php;")
aI("text=Fleece;url=fleece.php;")
aI("text=Zippers;url=zippers.php;")
}





drawMenus();

