/***********************************************************************************
*	Created by Sanjeev K. Singh
*	mailto: sanjeev_itbhu@yahoo.co.in
***********************************************************************************/

	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#40A7CE';			// Background color when mouse is over
	var HighSubBgColor='#237487';			// Background color when mouse is over on subs
	var FontLowColor='#003246';			// Font color when mouse is not over
	var FontSubLowColor='#2192FE';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#237487';			// Border color
	var BorderSubColor='#237487';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.8;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.4;			// vertical overlap child/ parent
	var StartTop=370;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=990;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	//var Arrws=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("About Us","","",2,24,100);
		Menu1_1=new Array("Our Mission","mission.html","",0,16,100);	
		Menu1_2=new Array("Achievements","ach.html","",0,16,80);
		
Menu2=new Array("Healthcare","Services.html","",17,120);
		Menu2_1=new Array("I.C.U.","icu.html","",0,16,180);	
		Menu2_2=new Array("Plastic & Cosmetic Surgery","psurg_en.html","",0,16,130);
		Menu2_3=new Array("Dentistry ","dentistry_en.html","",0);
		Menu2_4=new Array("Dietetics ","dietetics.html","",0);
		Menu2_5=new Array("Advance ENT Care ","ent.html","",0);
		Menu2_6=new Array("Poly Trauma & Emergency ","emergency.html","",0);
		Menu2_7=new Array("Gastro Unit ","gastro.html","",0);
		Menu2_8=new Array("General & Laproscopic Surgery ","gsurgery.html","",0);
		Menu2_9=new Array("Gynecology & Obstetrics ","gynae.html","",0);
		Menu2_10=new Array("Apex Child Care ","child.html","",0);
		Menu2_11=new Array("General Medicine ","genmed.html","",0);
		Menu2_12=new Array("Apex Neurology","neuro.html","",0);
		Menu2_13=new Array("Orthopedics ","ortho.html","",0);
		Menu2_14=new Array("Physiotherapy","physio.html","",0);
		Menu2_15=new Array("Psychiatry ","psycho.html","",0);
		Menu2_16=new Array("Nephrology Urology Unit ","nephro.html","",0);
		Menu2_17=new Array("Cardiology Care","cardio.html","",0,16,90);

Menu3=new Array("Diagnostics","","",3,26,100);
	Menu3_1=new Array("Diagnostic services","diagnostic.pdf","",0,16,100);
	Menu3_2=new Array("Gamma Scanning","gamma_bro_hindi.pdf","",0);
	Menu3_3=new Array("Pathology Laboratory ","lab.html","",0);
	Menu3_4=new Array("Ultra Sonography","impros.html","",0);
	Menu3_5=new Array("Digital X-ray","faqs.html","",0);
	Menu3_6=new Array("4-D Color Doppler","jobs_ind.html","",0);



Menu4=new Array("Specialties","services.html","",3,100);
	Menu4_1=new Array("Hip Replacement","hip_en.html","",0,16,120);
	Menu4_2=new Array("Kneee Replacement","knee_en.html","",0);
	Menu4_3=new Array("Spine Surgery","Spine Brochure.pdf","","",0);
	


Menu5=new Array("Education","institute.html","",0,26,80);
	Menu5_1=new Array("Physiotherapy","dpt_en.html","",0,16,100);
	Menu5_2=new Array("Nursing","gnm_en.html","",0);
	Menu5_3=new Array("New Courses","new_courses_en.html","",0);
	Menu5_4=new Array("Announcements","*.html","",0);


Menu6=new Array("Team","","",1,26,80);
	Menu6_1=new Array("Our Team","team.html","",0,16,100);
	Menu6_2=new Array("Technicians","*.html","",0);
	Menu6_3=new Array("Paramedicals","*.html","",0);
	Menu6_4=new Array("Teachers","*.html","",0);


Menu7=new Array("Blood Bank","","",2,80);
	Menu7_1=new Array("Apex Component Blood Bank","blood_bank.html","",0,16,150);
	Menu7_2=new Array("Brochure","Blood_Bank_Brochure_English.pdf","",0,16,100);

Menu8=new Array("Cancer Care","cancer.html","",0,80);
	Menu8_1=new Array("Apex Home","index.html","",0,16,80);
	
Menu9=new Array("Reach Us","","",2,80);
	Menu9_1=new Array("Location","location.html","",0,16,80);
	Menu9_2=new Array("Contact","contact_en.html","",0,16,80);

Menu10=new Array("Home","index.html","",0,60);
	Menu10_1=new Array("Home","index.html","",0,16,80);
