fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#3E5A90";
onbgcolor="#4F8EB6";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=TEC Functions;url=tecfunctions.html;");
aI("text=TEC International Acclaims;url=internationalaccalims.html;");
aI("text=TEC Officers Directory;url=teledirectory.html;");
aI("text=Organization Chart;url=org-chart-tec.emf;");
}

with(milonic=new menuname("APlan")){
style=menuStyle;
aI("text=Current Plan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=annual-plan.html;");
}

with(milonic=new menuname("RTEC")){
style=menuStyle;
aI("text=RTEC Northern Region;url=northtec.html;");
aI("text=RTEC Eastern Region;url=easttec.html;");
aI("text=RTEC Western Region;url=westtec.html;");
aI("text=RTEC Southern Region;url=southtec.html;");
}

with(milonic=new menuname("LNotice")){
style=menuStyle;
aI("showmenu=ExLNotice;text=Tender&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
}

with(milonic=new menuname("ExLNotice")){
style=menuStyle;
aI("text=Live Notice;url=w-new-t-notice.html;");
aI("text=Archive;url=archive.html;");
}

with(milonic=new menuname("ContactUS")){
style=menuStyle;
aI("text=TEC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=techeadquarters.html;");
aI("text=Feedback&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=feedback.html;");
aI("text=Contact Information&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=contactinformation.html;");
}
drawMenus();

