fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#D8D8D8";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#FE6F0F";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=1;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#FE6F0F";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=130;
overflow="scroll";
style=menuStyle;
top=200;
aI("showmenu=Press;text=Presses;");
aI("showmenu=ProdWeld;text=Production Welding;");

}

with(milonic=new menuname("Press")){
style=menuStyle;
aI("text=1500 Ton Bliss;url=1500.html;target=_new;targetfeatures=width=500,height=440;")
aI("text=800 Ton Bliss;url=800.html;target=_new;targetfeatures=width=500,height=460;")
aI("text=450 Ton APT;url=450.html;target=_new;targetfeatures=width=500,height=540;")
aI("text=400 Ton Warco;url=400W.html;target=_new;targetfeatures=width=500,height=490;")
aI("text=400 Ton Niagara;url=400N.html;target=_new;targetfeatures=width=500,height=475;")
aI("text=300 Ton Danly(A);url=300D1.html;target=_new;targetfeatures=width=500,height=475;")
aI("text=300 Ton Danly(B);url=300D2.html;target=_new;targetfeatures=width=500,height=475;")
aI("text=250 Ton APT (2);url=250.html;target=_new;targetfeatures=width=500,height=560;")
aI("text=160 Ton Clearing;url=160.html;target=_new;targetfeatures=width=500,height=475;")
aI("text=121 Ton Stamptec;url=stamp.html;target=_new;targetfeatures=width=500,height=475;")
aI("text=121 Ton Sutherland;url=121.html;target=_new;targetfeatures=width=500,height=475;")
aI("text=105 Ton Verson (2);url=105.html;target=_new;targetfeatures=width=500,height=420;")
aI("text=90 Ton Toledo;url=90.html;target=_new;targetfeatures=width=500,height=420;")
aI("text=75 Ton Minster;url=75.html;target=_new;targetfeatures=width=500,height=420;")
}

with(milonic=new menuname("ProdWeld")){
style=menuStyle;
aI("text=Motoman Arc World 6000 (2);url=Motoman.html;target=_new;targetfeatures=width=500,height=340;");
aI("text=Weldex Spot Welder;url=Weldex.html;target=_new;targetfeatures=width=500,height=320;");
}

with(milonic=new menuname("Custom")){
style=menuStyle;
aI("text=Custom Automated Box Riser Line;url=custom.html;target=_new;targetfeatures=width=500,height=390;");
}

with(milonic=new menuname("Quality")){
style=menuStyle;
aI("text=Brown & Sharpe Mistrol 775;url=brown.html;target=_new;targetfeatures=width=500,height=340;");
aI("text=Rockwell Hardness;url=rockwell.html;target=_new;targetfeatures=width=500,height=320;");
aI("text=Comparator;url=comp.html;target=_new;targetfeatures=width=500,height=320;");
aI("text=Falcon Profiler Motor;url=falcon.html;target=_new;targetfeatures=width=500,height=320;");
aI("text=Surface Plates;");
aI("text=Height Guages;");
aI("text=Miscellaneous Equipment;");
}

drawMenus();

