fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=10;
_subOffsetTop=2;
_subOffsetLeft=0;

with(submenuStyle=new mm_style()){
//bordercolor="#003a59";
//borderstyle="solid";
//borderwidth=1;
fontfamily="verdana";
fontsize="12px";
fontstyle="";
fontweight="";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ececec";
offcolor="#000";
onbgcolor="#333";
//onborder="1px dotted #7CB5E8";
oncolor="#FFF";
outfilter="randomdissolve(duration=0.5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#f7a6ba', Direction=150, Strength=10)";
padding=4;
separatorcolor="#006699";
separatorsize=1;
subimagepadding=2;
pagebgcolor="#596986";
pagecolor="#ffffff";
subimagepadding=2;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="14px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#329998";
offcolor="#ffffff";
onbgcolor="#AEE6E5";
oncolor="#000000";
//outfilter="randomdissolve(duration=0.3)";
padding=2;
pagecolor="black";
subimagepadding=4;
}

with(milonic=new menuname("aboutus")){
margin=5;
menuwidth=150;
style=submenuStyle;
aI("text=Our Mentors;url=mentor.htm");
aI("text=Our College;url=college.htm");
aI("text=Our Schools;url=school.htm");


}

with(milonic=new menuname("infra")){
margin=5;
menuwidth=135;
style=submenuStyle;

}

with(milonic=new menuname("home")){
margin=5;
menuwidth=150;
style=submenuStyle;

}

with(milonic=new menuname("extra")){
margin=5;
menuwidth=170;
style=submenuStyle;
aI("text=Personality Development;url=pd.htm");
aI("text=Srijan-09;url=srijan.htm");
aI("text=Industry Interface;url=interface.htm");

aI("text=Industial Tour;url=#");

/*aI("text=Training Methodology;url=training_methodology.asp");*/

}

with(milonic=new menuname("courses")){
margin=5;
menuwidth=170;
style=submenuStyle;
aI("text=MBA;url=mba.htm");
aI("text=FACULTY;url=faculty.htm");
aI("text=Course Structure;url=cs.htm");

}

with(milonic=new menuname("place")){
margin=5;
menuwidth=250;
style=submenuStyle;

} 

with(milonic=new menuname("msg")){
margin=5;
menuwidth=135;
style=submenuStyle;

aI("text=Secretary’s Message(VSEF);url=msg1.htm");
aI("text=Secretary’s Message(VSIPS);url=msg2.htm");
aI("text=Director’s Message;url=msg3.htm");
} 

drawMenus();

<!--



var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// --> 

autoComplete=new Object()

function onItemSelect(sType, aArgs)
{
//YAHOO.util.Dom.get("form1").submit();
}

function theForm ()
{
autoComplete.itemSelectEvent.subscribe(onItemSelect);
}
function redir()
{	
	location.href="searchresult.asp?sw="+document.form1.sw.value;	
}  
