_menuCloseDelay=1000;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
AppPath='http://www.NetworkStencils.com/';
ImgPath='http://altima.http.internapcdn.net/altima_vitalstream_com/Promotion/networkstencils/';
//AppPath='http://webserver/NetZoom6New/';

_space="&nbsp;"
_2space="&nbsp;&nbsp;"
_4space="&nbsp;&nbsp;&nbsp;&nbsp;"
_8space="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"

_menuImg=ImgPath + "images/menu_bg.jpg";
_homeImg=ImgPath + "images/home_menu_web.jpg";
_productImg=ImgPath + "images/products_menu_web.jpg";
//_purchaseImg=AppPath + "images/purchase_menu_web.jpg";
_supportImg=ImgPath + "images/support_menu_web.jpg";
_technologyImg=ImgPath + "images/technology_menu_web.jpg";
_partneringImg=ImgPath + "images/partnering_menu_web.jpg";
_corporateImg=ImgPath + "images/corporate_menu_web.jpg";

with(menuStyle=new mm_style()){
bordercolor="#888888";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#999999";
fontsize="11px";
fontstyle="bold";
headerbgcolor="#FFFFFF";
headercolor="#FFFFFF";
//offbgcolor="#999999";
offcolor="#ffffff";
//onbgcolor="#999999";
oncolor="#ffffff";
padding=2;
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#FF0000";
offbgcolor="#E9E9E9";
offcolor="#777777";
onbgcolor="#e2e2e2";
oncolor="#BB0000";
overbgimage= _menuImg;
padding=4;
pagebgcolor="#82B6D7";
pagecolor="FFFFFF";
separatorcolor="#8D8D8D";
separatorsize=1;
subimagepadding=2;
}

with(altimatech=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
margin=4;
orientation="horizontal";
style=menuStyle;
top=80;
aI("image="+_homeImg+";url=../home/index.php;");
aI("showmenu=Products;image="+_productImg+";url=http://www.visiostencils.com/products/stencils_overview.aspx;");
aI("showmenu=Support;image="+_supportImg+";url=http://www.visiostencils.com/support/technical_support.aspx;");
//aI("showmenu=Technology;image="+_technologyImg+";url=../technology/Intelligent_shapes.php;");
aI("showmenu=Partnering;image="+_partneringImg+";url=http://www.visiostencils.com/aboutus/reseller_opportunities.aspx;");
aI("showmenu=Corporate;image="+_corporateImg+";url=http://www.altimatech.com/aboutus/about_altima.aspx;");
}

with(altimatech=new menuname("Products")){
menualign="left";
orientation="vertical";
style=submenuStyle;
aI("text="+_2space+"Visio Stencils Overview"+_space+";url=http://www.visiostencils.com/products/stencils_overview.aspx;");
aI("text="+_2space+"System Requirements"+_space+";url=http://www.visiostencils.com/products/system_requirement.aspx;");
aI("text="+_2space+"View Manufacturers"+_space+";url=../home/index.php;");
aI("text="+_2space+"Download Demo"+_space+";url=http://www.visiostencils.com/products/download_selection.aspx;");
aI("text="+_2space+"Purchase Subscription"+_space+";url=http://www.visiostencils.com/vsspurchase/index.aspx;");
aI("text="+_2space+"Download Order Form"+_space+";url=../products/download_order_form.php;");
aI("text="+_2space+"Locate a Reseller"+_space+";url=http://www.altimatech.com/resellerlist/index.asp?ComboPrompt=United%20States;");
aI("text="+_2space+"Renew Subscription"+_space+";url=http://www.visiostencils.com/vsspurchase/index.aspx;");
aI("text="+_2space+"View Samples Shapes"+_space+";url=../gallery/index.php;");
aI("text="+_2space+"View Samples Diagrams"+_space+";url=../samplenetwork/index.php;");

}


with(altimatech=new menuname("Support")){
menualign="left";
orientation="vertical";
style=submenuStyle;

aI("text="+_2space+"FAQs"+_2space+";url=http://www.visiostencils.com/faq/index.aspx;");
aI("text="+_2space+"Technical Support"+_2space+";url=http://www.visiostencils.com/support/technical_support.aspx;");
aI("text="+_2space+"Customer Download Center"+_space+";url=http://www.visiostencils.com/template/template_cdc.htm;");
}

with(altimatech=new menuname("Technology")){
menualign="left";
orientation="vertical";
style=submenuStyle;
//aI("text="+_2space+"EQServer"+_2space+";url=../technology/eq_server.php;");
aI("text="+_2space+"Intelligent Shapes"+_2space+";url=../technology/Intelligent_shapes.php;");

}

with(altimatech=new menuname("Partnering")){
menualign="left";
orientation="vertical";
style=submenuStyle;
aI("text="+_2space+"Hardware Manufacturers"+_space+";url=http://www.visiostencils.com/altimamx/mx_overview.aspx;");
aI("text="+_2space+"Software Manufacturers"+_space+";url=http://www.visiostencils.com/altimagx/netzoom_library.aspx;");

}

//with(altimatech=new menuname("Corporate")){
//menualign="left";
//orientation="vertical";
//style=submenuStyle;
//aI("text="+_2space+"Company Overview"+";url=../about/index.php?mid=0;");
//aI("text="+_2space+"Our Customers"+";url=../about/index.php?mid=1;");
//aI("text="+_2space+"News and Reviews"+_8space+_space+";url=../about/news_reviews.php;");
//aI("text="+_2space+"Contact Us"+";url=../about/contact_us.php;");

//}

drawMenus();