
_menuCloseDelay=100;          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150;            // The time delay before menus open on mouse over
_subOffsetTop=0;              // Sub menu top offset
_subOffsetLeft=-10;     
with(menuStyleL=new mm_style()){
	offbgcolor="#C80007"; 
	offcolor="#FFFFFF";
	onbgcolor="#FBEDED";
	oncolor="#006199";
	bordercolor="#5BBACA";
	borderstyle="solid";
	borderwidth="1";
	separatorcolor="#053166";
	separatorsize="1";
	padding=6;
	fontsize="11px";
	fontweight="normal";
	fontstyle="normal";
	fontfamily="Tahoma"; //"Tahoma";
	pagecolor="#004C82";
	pagebgcolor="#82C5E9";
	headercolor="#D0C4B5";
	headerbgcolor="#070909";
	/*subimage="images/arow.gif";*/
	subimagepadding="2";
	overfilter="Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.62)";
}
	
//with(link=new menuname("about")){    
//		style=menuStyleL;
//		overflow="scroll";
//		aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Overview;url=html/committee.html");  	
//		aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Patrons&nbsp;&nbsp;&nbsp;url=html/22sc.html");  
//		aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Vision & Mission&nbsp;&nbsp;&nbsp;;url=html/23akc.html");  
//		aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Management&nbsp;&nbsp;&nbsp;;url=html/23akc.html"); 	
//	}
//	with(link=new menuname("facilities")){    
//		style=menuStyleL;
//		overflow="scroll";
//		aI("text=&nbsp;&nbsp;Infrastructure &nbsp;&nbsp;</font>;url=#");
//		aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Labs&nbsp;&nbsp;&nbsp;&nbsp;;url=html/32mfas.html");  
//		aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Amenities;url=html/31mfap.html");  	
//	}
//	with(link=new menuname("academics")){
//            style=menuStyleL;
//			overflow="scroll";
//            aI("text=&nbsp;&nbsp;&nbsp;CME &nbsp;&nbsp;&nbsp;url=#");
//			aI("text=&nbsp;&nbsp;&nbsp;Nursing &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=#");
//			aI("text=&nbsp;&nbsp;&nbsp;Others &nbsp;&nbsp;&nbsp;url=#");
//         }	
//	
//	with(link=new menuname("contact")){    
//		   style=menuStyleL;
//	       overflow="scroll";
//		   aI("text=&nbsp;&nbsp;&nbsp;Reach Us &nbsp;&nbsp;&nbsp;url=#");
//		   aI("text=&nbsp;&nbsp;&nbsp;Maps and Directions &nbsp;&nbsp;&nbsp;url=#");
//		   aI("text=&nbsp;&nbsp;&nbsp;Location &nbsp;&nbsp;&nbsp;url=#");
//         }
//	
//drawMenus();	



