fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=300;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bgimage="http://www.witec.net/design/format/bg_white.jpg";
overbgimage="http://www.witec.net/design/format/bg_blue.jpg";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
align="center";
fontsize="1.2em";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#000000";
headercolor="#2F6681";
itemheight=17;
imagepadding=4;
offbgcolor="#ffffff";
offcolor="#0084C2";
oncolor="#FFFFFF";
//onsubimage="http://www.witec.com.ve/design/black_7x7.gif";
padding=4;
pagecolor="black";
separatorcolor="#D0D3D6";
separatorsize=1;
//subimage="http://www.witec.com.ve/design/black_7x7.gif";
subimagepadding=3;
}

with(submenuStyle=new mm_style()){
styleid=1;
itemwidth=180;
bordercolor="#C9CBCD";
borderstyle="solid";
borderwidth=1;
fontfamily="arial,helvetica,sans-serif";
fontsize="1.1em";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#000000";
headercolor="#2F6681";
offbgcolor="#FFFFFF";
offcolor="#0084C2";
onbgcolor="#78C059";
oncolor="#FFFFFF";
onsubimage="http://www.witec.us/design/white_7x7.gif";
padding=4;
pagebgcolor="#CCCCCC";
pagecolor="black";
subimage="http://www.witec.us/design/blue_7x7.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;


aI("showmenu=About;text=About us;itemwidth=100;");
aI("showmenu=Company;text=Company Divisions;url=http://www.witec.net/en/divisions/;itemwidth=160;");
aI("showmenu=Products;text=Products;itemwidth=100;");
aI("showmenu=Services;text=Services;itemwidth=100;");
aI("showmenu=Partners;text=Partner Portal;itemwidth=130;");
aI("showmenu=Contact;text=Contact us;itemwidth=105;");
}

with(milonic=new menuname("About")){
margin=4;
style=submenuStyle;
aI("text=Company Profile;url=http://www.witec.net/en/about/profile.html;")
aI("text=Offices;url=http://www.witec.net/en/about/offices.html;")
aI("text=Business Partners;url=http://www.witec.net/en/about/allies.html;")

}

with(milonic=new menuname("Products")){
margin=4;
style=submenuStyle;
aI("text=Telecom;url=http://www.witec.net/en/products/telecom/;")
aI("text=Transportation;url=http://www.witec.net/en/products/transportation/;")
aI("text=Power;url=http://www.witec.net/en/products/power/;")
aI("text=Enterprise Consulting;url=http://www.witec.net/en/products/consulting/;")
}

with(milonic=new menuname("Partners")){
margin=4;
style=submenuStyle;
aI("text=Online Tools;")
aI("text=Downloads;")
}

drawMenus();


