_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="White";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots5.gif";
offbgcolor="#3C5763";
offcolor="#ffffff";
onbgcolor="Black";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="5";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="140";
}

with(submenuStyle=new mm_style()){
bordercolor="Black";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="White";
offcolor="#514831";
onbgcolor="#514831";
oncolor="White";
padding="4";
pagecolor="White";
separatorcolor="#463C01";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=http://entrack.com/;");
aI("showmenu=ProductsENTRACK GUI/400LEFT_MENU;text=Products;target=;url=Products.html;");
aI("showmenu=TransactionsX12LEFT_MENU;text=Transactions;target=;url=Transactions.html;");
aI("text=Communications;target=;url=Communications.html;");
aI("text=Articles;target=;url=Articles.html;");
aI("text=Services;target=;url=Services.html;");
aI("text=Awards;target=;url=Awards.html;");
aI("text=Partners;target=;url=Partners.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Download;target=;url=Download.html;");
}

with(milonic=new menuname("ProductsENTRACK GUI/400LEFT_MENU")){
style=submenuStyle;
aI("text=ENTRACK GUI/400;target=;url=ENTRACK-GUI-400.html;");
aI("text=ENTRACK GUI/PC;target=;url=ENTRACK-GUI-PC.html;");
aI("text=ENTRACK Green Screen;target=;url=ENTRACK-Green-Screen.html;");
}

with(milonic=new menuname("TransactionsX12LEFT_MENU")){
style=submenuStyle;
aI("text=X12;target=;url=X12.html;");
aI("text=EDIFACT;target=;url=EDIFACT.html;");
}


 drawMenus();

