_menuCloseDelay=1000;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

AppPath='http://www.netzoomuniversal.com/';


_space="&nbsp;&nbsp;"
_1space="&nbsp;"
_2space="&nbsp;&nbsp;&nbsp;&nbsp;"
_4space="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"


with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#FF0000";
offbgcolor="#3399FF";
offcolor="#ffffff";
onbgcolor="#76B8FA";
overbgimage=AppPath+"common/images/menubar_bg.jpg";
oncolor="#ffffff";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color=#FFFFFF', Direction=180, Strength=2)";
padding=3;
pagebgcolor="#3399FF";
pagecolor="#ffffff";
separatorcolor="#FFFFFF";
separatorsize=1;
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#FF0000";
offbgcolor="#E9E9E9";
offcolor="#000000";
onbgcolor="#666666";
overbgimage=AppPath+"common/images/submenubar_bg.jpg";
oncolor="#FFFFFF";
overfilter="Fade(duration=0.0);Alpha(opacity=90);Shadow(color='#000000', Direction=100, Strength=1)";
padding=3;
pagebgcolor="#E9E9E9";
pagecolor="#000000";
separatorcolor="#999999";
separatorsize=1;
subimagepadding=2;
}

with(altimatech=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
orientation="horizontal";
style=menuStyle;
top=91;
aI("showmenu=Purchase;text="+_4space+"<strong>Purchase</strong>"+_4space+";url=http://www.netzoom.net/purchase/index.aspx;");
aI("showmenu=Products;text="+_4space+"<strong>Products</strong>"+_4space+";url="+AppPath+"products/index.php?mid=0;");
aI("showmenu=Technology;text="+_4space+"<strong>Technology</strong>"+_4space+";url="+AppPath+"technology/index.php?mid=0;");
aI("showmenu=Partnering;text="+_4space+"<strong>Partnering</strong>"+_4space+";url="+AppPath+"partnering/index.php?mid=0;");
aI("showmenu=Corporate;text="+_4space+"<strong>Corporate</strong>"+_4space+_1space+";url="+AppPath+"about/index.php?mid=0;");
}

with(altimatech=new menuname("Purchase")){
left=1;
orientation="horizontal";
style=submenuStyle;
aI("text="+_2space+"Buy Visio Stencils"+_2space+";url=http://www.visiostencils.com/vsspurchase/index.aspx;");
aI("text="+_2space+"Buy NetZoom 9"+_2space+";url=http://www.netzoom.net/purchase/index.aspx;");
}

with(altimatech=new menuname("Products")){
left=114;
orientation="horizontal";
style=submenuStyle;
aI("text="+_2space+"Visio Stencils"+_2space+";url=http://www.visiostencils.com/products/stencils_overview.php;");
//aI("text="+_2space+"NetZoom Solution"+_2space+";url="+AppPath+"products/index.php?mid=5;");
aI("text="+_2space+"NetZoom 9"+_2space+";url=http://www.netzoom.net/products/products_overview.php;");
}

with(altimatech=new menuname("Technology")){
left=226;
orientation="horizontal";
style=submenuStyle;
aI("text="+_2space+"EQServer"+_2space+";url="+AppPath+"technology/index.php?mid=1;");
aI("text="+_2space+"Intelligent Shapes"+_2space+";url="+AppPath+"technology/index.php?mid=2;");
}

with(altimatech=new menuname("Partnering")){
left=1;
orientation="horizontal";
style=submenuStyle;
aI("text="+_2space+"Hardware Manufacturers"+_2space+";url=http://www.altimatech.com/altimamx/mx_overview.php;"+"target=_blank;");
aI("text="+_2space+"VARs, Consultants and Integrators"+_2space+";url="+AppPath+"partnering/index.php?mid=3;");
aI("text="+_2space+"Software Partners"+_2space+";url="+AppPath+"partnering/index.php?mid=2;");
aI("text="+_2space+"Reseller Partners"+_2space+";url="+AppPath+"partnering/index.php?mid=43;");
}

with(altimatech=new menuname("Corporate")){
left=25;
orientation="horizontal";
style=submenuStyle;
aI("text="+_2space+"About Altima"+_2space+";url="+AppPath+"about/index.php?mid=0;");
aI("text="+_2space+"News and Reviews"+_2space+";url="+AppPath+"about/index.php?mid=4;");
aI("text="+_2space+"Events"+_2space+";url="+AppPath+"about/index.php?mid=3;");
aI("text="+_2space+"Customers"+_2space+";url="+AppPath+"about/index.php?mid=5;");
aI("text="+_2space+"Jobs"+_2space+";url="+AppPath+"about/index.php?mid=6;");
aI("text="+_2space+"Directions"+_2space+";url="+AppPath+"about/index.php?mid=2;");
}

drawMenus();