_menuCloseDelay=500
         // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            
         // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
         oncolor="#ffffff"; 
         offbgcolor="#149baf";
         onbgcolor="#32abbe";
         offcolor="#ffffff"; 
         bordercolor="#101242";
         borderstyle="solid";
         borderwidth=0;
         separatorsize="2";
         separatorimage=wsfe.assetsBucket+'images/graphics/line.gif';
         bgimage=wsfe.assetsBucket+"images/graphics/topnavbg.gif";
         padding="0px 10px 0px 15px";       
         pagecolor="#ffffff";
         pagebgcolor="#32abbe";
         headercolor="#000000";
         headerbgcolor="#eeeeee";
         itemheight=23;
         headercolor="#ffffff";
         fontstyle="normal";
         fontsize="11px";
         fontfamily="Tahoma";
} with(milonic=new menuname("352_1")){style=menuStyle;alwaysvisible=1;orientation='horizontal';aI("text=Home;status=Home;url="+wmUrl.isr+"home"+wmUrl.sqs+";");aI("text=Careers;status=Careers;url="+wmUrl.isr+"careers"+wmUrl.sqs+";");aI("text=Contact Us;status=Contact Us;url="+wmUrl.isr+"contact_allan_hall"+wmUrl.sqs+";");}