_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
align="center";
bordercolor="#03345D";
borderstyle="solid";
borderwidth=2;
fontfamily="Tahoma,Verdana, Arial,";
fontsize="18px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#F9B73D"; 
offcolor="#03345D";
onbgcolor="#03345D";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=0)";
padding="5";
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#03345D";
separatorsize=1;
subimagepadding=0;
noSubImageSpacing = true;
/*rawcss="padding:0px 0px 0px 0px"*/
}
SecondStyle=new copyOf(menuStyle)
SecondStyle.subimage = "../arrow.gif";
SecondStyle.fontsize="12px";
SecondStyle.align="left";

ThirdStyle=new copyOf(menuStyle)
ThirdStyle.fontsize="12px";
ThirdStyle.align="left";
ThirdStyle.onbgcolor="#A4B9E5";
ThirdStyle.oncolor="#03345D";
ThirdStyle.offbgcolor="#03345D";
ThirdStyle.offcolor="#ffffff";


with(milonic=new menuname("products")){
style=SecondStyle;
aI("text=Product Overview;url=../products/index.html;");
aI("text=DNC – Networking Drill & Rout Machines;showmenu=dnc;");
aI("text=SmartParts Drill Automation Tools;showmenu=smart;");
aI("showmenu=ncam;text=Powerful Drill & Rout CAM;");
aI("text=First Article Elimination Systems;url=../faplot/index.html;");
aI("text=Drill Cassette Management Systems;url=../cassettemaster/index.html;");
}

with(milonic=new menuname("smart")){
style=ThirdStyle;
aI("text=SmartParts Classics;url=../smartparts/index.html;");
aI("text=Shop-Wide-Web;url=../sww/index.html;");
aI("text=SmartParts Monitoring;showmenu=shopview;url=../reporting/index.html;");
aI("text=SmartParts Cassetting;url=../cassetting/index.html;"); 
}

with(milonic=new menuname("shopview")){
style=SecondStyle;
aI("text=ShopView;url=../shopview/index.html;");
aI("text=Report Samples;url=http://www.fastec.com/reportsample/index.html;");
aI("text=Pocket Pager Alarm System;url=../pager/index.html;");
}

with(milonic=new menuname("ncam")){
style=ThirdStyle;
aI("text=High-powered Drilling CAM;url=../nccamdrill/index.html;");
aI("text=High-powered Routing CAM;url=../nccamrout/index.html;"); 
}

with(milonic=new menuname("dnc")){
style=ThirdStyle;
aI("text=DNC UltraServer;url=../ultraserver/index.html;");
aI("text=PC-to-CNC Interfaces;url=../btr/index.html;");
}
 
with(milonic=new menuname("sales")){
style=SecondStyle;
itemwidth=110;
aI("text=Worldwide;url=../worldwide/index.html;");
aI("text=North America;url=../local/index.html;");
aI("text=Europe;url=../europe/index.html;");
aI("text=Pacific Rim;url=../pacific/index.html;");
aI("text=International ;url=../international/index.html;");
}



