fixMozillaZIndex=true; 
_menuCloseDelay=500;
_menuOpenDelay=100;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
onbgcolor="#002740";
onclass="menuon";
offclass="menuoff";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle=0;
borderwidth=0;
separatorcolor="#014977";
separatorsize="1";
itemwidth="223";
padding=0;
align="left";
fontsize="12px";
fontstyle="normal";
fontfamily="Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="1";

}

with(menuStyle1=new mm_style()){
onclass="dropOn";
offclass="dropOff";
borderstyle=0;
borderwidth=0;
separatorimage="../img/menu/menu_separator.png";
separatorsize="1";
itemwidth="220";
padding=0;
align="left";
fontsize="12px";
fontstyle="normal";
fontfamily="Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="1";
}

with(menuStyle2=new mm_style()){
onclass="drop2On";
offclass="drop2Off";
borderstyle=0;
borderwidth=0;
separatorimage="../img/menu/menu_separator.png";
separatorsize="1";
itemwidth="170";
padding=0;
align="left";
fontsize="12px";
fontstyle="normal";
fontfamily="Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="1";
}

horizontalStyle= new copyOf(menuStyle)
horizontalStyle.onclass="menuon";
horizontalStyle.offclass="menuoff";
horizontalStyle.offbgcolor=0;
horizontalStyle.onbgcolor=0;
horizontalStyle.offcolor="#FFFFFF"
horizontalStyle.oncolor="#FFFFFF"
horizontalStyle.separatorimage="../img/menu/menu-sap.gif";
horizontalStyle.separatorsize="2";
horizontalStyle.itemwidth="";
horizontalStyle.itemheight="40";
horizontalStyle.borderwidth=0;
horizontalStyle.padding=0;
horizontalStyle.fontweight="bold";
horizontalStyle.fontsize="12px";
horizontalStyle.subimage="";
horizontalStyle.image="";
horizontalStyle.overimage="";

with(milonic=new menuname("careerpath")){
style=menuStyle1;
aI("text=Student;url=../careers/career-path-student.php;");
aI("text=Fresher;url=../careers/career-path-fresher.php;");
aI("text=Experienced;url=../careers/career-path-professional.php;");
}


with(milonic=new menuname("careerpath-weblogadmin")){
style=menuStyle1;
aI("text=Student;url=../../careers/career-path-student.php;");
aI("text=Fresher;url=../../careers/career-path-fresher.php;");
aI("text=Experienced;url=../../careers/career-path-professional.php;");
}


with(milonic=new menuname("inside24x7")){
style=menuStyle1;
aI("text=Employee Events;url=../../careers/employee-events.php;");
}

with(milonic=new menuname("pre-interactions")){
style=menuStyle2;
aI("text=Analyze/Predict/Manage;url=#;");
}

drawMenus();

