_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#FBF0F2";
offbgcolor="#FBF0F2";
oncolor="#323285";
offcolor="#70696A";
bordercolor="#B7B7B7";
borderstyle="solid";
borderwidth=1;
separatorcolor="#B7B7B7";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Verdana";
itemwidth="110";
itemheight="25";
align="Left";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("2")){
style=menuStyle;
aI("text=Company Bios;url=dynamicdata/Details.asp;status=Company Bios;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=How to write a good Resume;url=dynamicdata/HowtowriteagoodResume.asp;status=How to write a good Resume;");
aI("text=Preparing for an Interview;url=dynamicdata/Preparingforaninterview.asp;status=Preparing for an Interview;");
aI("text=Counter Offers;url=dynamicdata/Counteroffers.asp;status=Counter Offers;");
aI("text=Resignation letters;url=dynamicdata/Resignationletters.asp;status=Resignation letters;");
}

with(sat=new menuname("5")){
style=menuStyle;
aI("text=Client Testimonials;url=dynamicdata/ClientTestimonials.asp;status=Client Testimonials;");
aI("text=Candidate Testimonials;url=dynamicdata/CandidateTestimonials.asp;status=Candidate Testimonials;");
}

with(sat=new menuname("6")){
style=menuStyle;
aI("text=VIA NV 20;url=dynamicdata/vianv.asp;status=VIA NV 20;");
}

drawMenus();

