// JavaScript Document
                   
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="#006600";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana";
fontsize="11";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#006600";
onbgcolor="#006600";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777, Direction=135, Strength=5)";
padding=4;
pagebgcolor="#FFFFFF";
pagecolor="#FFFFFF";
separatorcolor="#006600";
separatorsize=1;
itemwidth=120;
}

with(menuStyle1=new mm_style()){
align="center";
bordercolor="#006600";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana";
fontsize="11";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#006600";
offcolor="#FFFFFF";
onbgcolor="#FFFFFF";
oncolor="#FD6500";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=2;
pagebgcolor="#FFFFFF";
pagecolor="#FFFFFF";
separatorcolor="#FFFFFF";
separatorsize=1;
image="image/nil.gif";
imagepadding=1;
subimage="image/arrow_dn.jpg";
subimagepadding=2;
}

//-----------------Code for top menu-------------------------------------------------------------
with(rkmv_top=new menuname("Main Menu")){
alwaysvisible=1;
left=132;
orientation="horizontal";
style=menuStyle1;
top=260;
position="relative"; 

aI("text=Home<img src='image/nil.gif' height=1 width=5 border=0'>;url=index.html");
aI("text=Infrastructure<img src='image/nil.gif' height=1 width=5 border=0'>;url=infrastructure.html");
aI("text=Courses<img src='image/nil.gif' height=1 width=5 border=0'>;url=course.html");
aI("text=Admission <img src='image/nil.gif' height=1 width=5 border=0'>;url=admission.html");
aI("text=Current Event(s)<img src='image/nil.gif' height=1 width=5 border=0'>;url=currentnews.html");
aI("text=Magazine(s)<img src='image/nil.gif' height=1 width=5 border=0'>;url=magazine.html");
aI("text=Donation<img src='image/nil.gif' height=1 width=5 border=0'>;url=donation.html");
aI("text=Contact Us<img src='image/nil.gif' height=1 width=5 border=0'>;url=contactus.html");
}

with(rkmv_top=new menuname("courses")){
style=menuStyle;
aI("text=Vocational;url=VOC.pdf;");
aI("text=Regular;url=VOC.pdf;");
}

drawMenus();

