_menuCloseDelay=500;          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=3;            // The time delay before menus open on mouse over
_subOffsetTop=5;              // Sub menu top offset
_subOffsetLeft=-2;             // Sub menu left offset

	// Top Menu Bar
with(menuStyleL=new mm_style()){
	offbgcolor="#121212";
	offcolor="#ffffff";
	onbgcolor="#121212";
	oncolor="#ffffff";
	bordercolor="#000000";
	borderstyle="solid";
	borderwidth=0; 
	separatorcolor="#121212";
	
	separatorsize="1";
	padding=4;
	fontsize="11px";
	fontstyle="bold";
	fontfamily="Arial";
	pagecolor="#044e8e";
	pagebgcolor="#c7c10";
	headercolor="#ffffff";
	headerbgcolor="#be0500";
	subimagepadding="2";
	overfilter="Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.62,a);Shadow(color='#e8e7e7', Direction=130, Strength=1)";
}


	
				
		with(link=new menuname("1")){    
		style=menuStyleL;
		overflow="scroll";
			 	
			aI("text=<font class=links>&nbsp;>&nbsp; Basic Info&nbsp;&nbsp;</font>;url=html/reportragging.html"); 
			
			
			}   
				
		 
		with(link=new menuname("2")){    
		style=menuStyleL;
		overflow="scroll";
			//aI("text=<font class=links>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>&nbsp;Recent Incidents and Initiatives&nbsp;&nbsp;&nbsp;</font>;url=html/recent_incidents.html;target=_self");
			//aI("text=<font class=links>&nbsp;>&nbsp; Terms&nbsp;&nbsp;&nbsp;</font>;url=html/online_poster_essay_competition.php;target=_self");  	
			//aI("text=<font class=links>&nbsp;>&nbsp; Prizes&nbsp;&nbsp;&nbsp;</font>;url=html/prizes.html;target=_self");			
		}
		with(link=new menuname("3")){    
		style=menuStyleL;
		overflow="scroll";
			aI("text=<font class=links>&nbsp;>&nbsp; The Legal Definition of Ragging&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>;url=html/legaldefinition-ragging.html");
			aI("text=<font class=links>&nbsp;>&nbsp; The Supreme Court of India Judgement&nbsp;&nbsp;</font>;url=html/supremecourt-judgement.html");
			aI("text=<font class=links>&nbsp;>&nbsp; Laws Against Ragging&nbsp;&nbsp;</font>;url=html/lawagainst-ragging.html");
			
			}   
		 with(link=new menuname("4")){    
		style=menuStyleL;
		overflow="scroll";			
			aI("text=<font class=links>&nbsp;>&nbsp; TV Commercials&nbsp;&nbsp;</font>;url=html/tvcommercials.html");
			aI("text=<font class=links>&nbsp;>&nbsp; Online Video Report from iStream&nbsp;&nbsp;</font>;url=html/video_report.html");
			aI("text=<font class=links>&nbsp;>&nbsp; Other Videos&nbsp;&nbsp;</font>;url=html/othervideos.html");
		
		 }
		  with(link=new menuname("5")){    
		style=menuStyleL;
		overflow="scroll";
			aI("text=<font class=links>&nbsp;>&nbsp; Post Comments</font>;url=html/postcomments.html");
			//aI("text=<font class=links>&nbsp;>&nbsp; Anti Ragging Community</font>;url=html/antiraggingcommunity.html");
			aI("text=<font class=links>&nbsp;>&nbsp; Share your Experience</font>;url=html/shareyourexperiences.html");
			aI("text=<font class=links>&nbsp;>&nbsp;Recent Incidents and Initiatives&nbsp;&nbsp;&nbsp;</font>;url=html/recent_incidents.html;target=_self")
		
		 } 
		 with(link=new menuname("6")){    
		style=menuStyleL;
		overflow="scroll";
			aI("text=<font class=links>&nbsp;>&nbsp; Definition</font>;url=html/definition.html");
			aI("text=<font class=links>&nbsp;>&nbsp; News</font>;url=html/news.html");
		
		 } 
			
			
			
			
drawMenus();
