_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.aspx;");
aI("showmenu=Products;image="+_productImg+";url=http://www.visiostencils.com/product/index.aspx;");
aI("showmenu=Support;image="+_supportImg+";url=http://www.visiostencils.com/product/technical_support.aspx;");
//aI("showmenu=Technology;image="+_technologyImg+";url=../technology/Intelligent_shapes.aspx;");
aI("showmenu=Partnering;image="+_partneringImg+";url=http://www.visiostencils.com/partnering/resellers.aspx;");
aI("showmenu=Corporate;image="+_corporateImg+";url=http://www.visiostencils.com/about/index.aspx;");
}

with(altimatech=new menuname("Products")){
menualign="left";
orientation="vertical";
style=submenuStyle;
aI("text="+_2space+"Visio Stencils Overview"+_space+";url=http://www.visiostencils.com/product/index.aspx;");
aI("text="+_2space+"System Requirements"+_space+";url=http://www.visiostencils.com/product/systemrequirements.aspx;");
aI("text="+_2space+"View Manufacturers"+_space+";url=http://www.visiostencils.com/ndl/;");
aI("text="+_2space+"Download Demo"+_space+";url=http://www.visiostencils.com/product/freetrial.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.aspx;");
aI("text="+_2space+"Locate a Reseller"+_space+";url=http://www.visiostencils.com/resellerlist/index.aspx?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=http://www.visiostencils.com/product/freetrial.aspx;");
aI("text="+_2space+"View Samples Diagrams"+_space+";url=http://www.visiostencils.com/product/freetrial.aspx;");

}


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/product/technical_support.aspx;");
aI("text="+_2space+"Customer Download Center"+_space+";url=http://www.visiostencils.com/webcdc/cdc/customerdownloadcenter.htm;");
}

with(altimatech=new menuname("Technology")){
menualign="left";
orientation="vertical";
style=submenuStyle;
//aI("text="+_2space+"EQServer"+_2space+";url=../technology/eq_server.aspx;");
aI("text="+_2space+"Intelligent Shapes"+_2space+";url=http://www.visiostencils.com/about/technology.aspx;");

}

with(altimatech=new menuname("Partnering")){
menualign="left";
orientation="vertical";
style=submenuStyle;
aI("text="+_2space+"Hardware Manufacturers"+_space+";url=http://www.visiostencils.com/partnering/hardware_manufacturer.aspx;");
aI("text="+_2space+"Software Manufacturers"+_space+";url=http://www.visiostencils.com/partnering/software_manufacturers.aspx;");

}

//with(altimatech=new menuname("Corporate")){
//menualign="left";
//orientation="vertical";
//style=submenuStyle;
//aI("text="+_2space+"Company Overview"+";url=../about/index.aspx?mid=0;");
//aI("text="+_2space+"Our Customers"+";url=../about/index.aspx?mid=1;");
//aI("text="+_2space+"News and Reviews"+_8space+_space+";url=../about/news_reviews.aspx;");
//aI("text="+_2space+"Contact Us"+";url=../about/contact_us.aspx;");

//}

drawMenus();
