/***********************************************
*	(c) Ger Versluis 2000 version 13.10 August 1, 2004       *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=9;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#003399";			// Background color when mouse is not over
	var HighBgColor="#0099FF";			// Background color when mouse is over
	var FontLowColor="#ffffff";			// Font color when mouse is not over
	var FontHighColor="#ffffff";			// Font color when mouse is over
	var BorderColor="#ffffff";			// Border color
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Borderwidth between elements
	var BorderBtwnSub=1;			// Borderwidth between elements sub items
	var FontFamily="Tahoma";	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var StartLeft=0;			// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var StartTop=0; // Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight

	
	var MenuTextCentered="left";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=5;				// Left padding
	var TopPaddng=-1;			// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"../images/arrow.gif",5,9,BaseHref+"../arrow.gif",5,9,BaseHref+"../arrow.gif",5,9,BaseHref+"../arrow.gif",5,9];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1"; </script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.1, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.1, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=0)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("KNOW US","#","images/top_bar_bg.jpg",12,26,60,"","","","","","Tahoma",-1,1,-1,"","KNOW US");
	Menu1_1=new Array("OUR HISTORY","#","",3,20,150,"","","","","","",-1,-1,-1,"","OUR HISTORY");
		Menu1_1_1=new Array("HISTORY OF IAF ","../show_page.php?pg_id=98","",0,20,90,"","","","","","",-1,-1,-1,"","HISTORY OF IAF");
		Menu1_1_2=new Array("LEGENDS OF IAF ","../show_page.php?pg_id=1","",0,20,90,"","","","","","",-1,-1,-1,"","LEGENDS OF IAF");
		Menu1_1_3=new Array("IAF DATELINE","../show_page.php?pg_id=61","",0,20,90,"","","","","","",-1,-1,-1,"","IAF DATELINE");
	Menu1_2=new Array("OUR IDENTITY","#","",6,20,150,"","","","","","",-1,-1,-1,"","OUR IDENTITY");
		Menu1_2_1=new Array("IAF MOTTO","../show_page.php?pg_id=132","",0,20,160,"","","","","","",-1,-1,-1,"","IAF MOTTO");
		Menu1_2_2=new Array("IAF CREST","../show_page.php?pg_id=6","",0,20,160,"","","","","","",-1,-1,-1,"","IAF CREST");
		Menu1_2_3=new Array("IAF FLAG","../show_page.php?pg_id=7","",0,20,160,"","","","","","",-1,-1,-1,"","IAF FLAG");
		Menu1_2_4=new Array("UNIFORMS","../show_page.php?pg_id=10","",0,20,160,"","","","","","",-1,-1,-1,"","UNIFORMS");
		Menu1_2_5=new Array("AIR WARRIOR’S CODE","../show_page.php?pg_id=11","",0,20,160,"","","","","","",-1,-1,-1,"","AIR WARRIOR’S CODE");
		Menu1_2_6=new Array("STAMPS & FIRST DAY COVERS","../show_page.php?pg_id=12","",0,20,160,"","","","","","",-1,-1,-1,"","STAMPS & FIRST DAY COVERS");

	Menu1_3=new Array("OUR STRENGTH","../show_page.php?pg_id=13","",0,20,150,"","","","","","",-1,-1,-1,"","OUR STRENGTH");
	
	Menu1_4=new Array("MARSHAL OF THE IAF","../show_page.php?pg_id=14","",0,20,150,"","","","","","",-1,-1,-1,"","MARSHAL OF THE IAF");
	Menu1_5=new Array("AIR HQ","#","",4,20,150,"","","","","","",-1,-1,-1,"","AIR HQ");
		Menu1_5_1=new Array("CHIEF OF THE AIR STAFF","../show_page.php?pg_id=18","",0,20,180,"","","","","","",-1,-1,-1,"","CHIEF OF THE AIR STAFF");
		Menu1_5_2=new Array("EX CHIEFS","../show_exchief_page.php?pg_id=19","",0,20,180,"","","","","","",-1,-1,-1,"","EX CHIEF CHIEFS");
		Menu1_5_3=new Array("BRANCHES AT AIR HQ & PSOs","../show_page.php?pg_id=20","",0,20,180,"","","","","","",-1,-1,-1,"","BRANCHES AT AIR HQ & PSOs");

	Menu1_6=new Array("COMMANDS","#","",7,20,150,"","","","","","",-1,-1,-1,"","COMMANDS");
		Menu1_6_1=new Array("WESTERN AIR COMMAND  ","../show_page.php?pg_id=27&page_type=command&comm_id=2","",0,20,180,"","","","","","",-1,-1,-1,"","WESTERN AIR COMMAND");
		Menu1_6_2=new Array("EASTERN AIR COMMAND ","../show_page.php?pg_id=22&page_type=command&comm_id=1","",0,20,180,"","","","","","",-1,-1,-1,"","EASTERN AIR COMMAND");
		Menu1_6_3=new Array("CENTRAL AIR COMMAND  ","../show_page.php?pg_id=28&page_type=command&comm_id=3","",0,20,180,"","","","","","",-1,-1,-1,"","CENTRAL AIR COMMAND  ");
		Menu1_6_4=new Array("SOUTH WESTERN AIR COMMAND  ","../show_page.php?pg_id=29&page_type=command&comm_id=4","",0,20,180,"","","","","","",-1,-1,-1,"","SOUTH WESTERN AIR COMMAND ");
		Menu1_6_5=new Array("SOUTHERN AIR COMMAND  ","../show_page.php?pg_id=32&page_type=command&comm_id=5","",0,20,180,"","","","","","",-1,-1,-1,"","SOUTHERN AIR COMMAND ");
		Menu1_6_6=new Array("TRAINING COMMAND ","../show_page.php?pg_id=30&page_type=command&comm_id=6","",0,20,180,"","","","","","",-1,-1,-1,"","TRAINING COMMAND ");
		Menu1_6_7=new Array("MAINTENANCE COMMAND ","../show_page.php?pg_id=31&page_type=command&comm_id=7","",0,20,180,"","","","","","",-1,-1,-1,"","MAINTENANCE COMMAND  ");

	Menu1_7=new Array("UNITS","#","",3,20,150,"","","","","","",-1,-1,-1,"","UNITS");
	       Menu1_7_1=new Array("FIGHTERS","../show_unit_page.php?pg_id=23&cat=F","",0,20,85,"","","","","","",-1,-1,-1,"","FIGHTERS");
	       Menu1_7_2=new Array("TRANSPORTS","../show_unit_page.php?pg_id=23&cat=T","",0,20,85,"","","","","","",-1,-1,-1,"","TRANSPORTS");
	       Menu1_7_3=new Array("HELICOPTERS","../show_unit_page.php?pg_id=23&cat=H","",0,20,85,"","","","","","",-1,-1,-1,"","HELICOPTERS");
	
	Menu1_8=new Array("OPERATIONS","#","",9,20,150,"","","","","","",-1,-1,-1,"","OPERATIONS");
        Menu1_8_1=new Array("PRE INDEPENDENCE","../show_page.php?pg_id=67","",0,20,110,"","","","","","",-1,-1,-1,"","PRE INDEPENDENCE");
		Menu1_8_2=new Array("1948 OPS","../show_page.php?pg_id=68","",0,20,110,"","","","","","",-1,-1,-1,"","1948 OPS");
		Menu1_8_3=new Array("1962 OPS","../show_page.php?pg_id=69","",0,20,110,"","","","","","",-1,-1,-1,"","1962 OPS");
		Menu1_8_4=new Array("1965 OPS","../show_page.php?pg_id=70","",0,20,110,"","","","","","",-1,-1,-1,"","1965 OPS");
		Menu1_8_5=new Array("1971 OPS","../show_page.php?pg_id=71","",0,20,110,"","","","","","",-1,-1,-1,"","1971 OPS");
        Menu1_8_6=new Array("OP MEGHDOOT","../show_page.php?pg_id=72","",0,20,110,"","","","","","",-1,-1,-1,"","OP MEGHDOOT");
		Menu1_8_7=new Array("OP PAWAN","../show_page.php?pg_id=108","",0,20,110,"","","","","","",-1,-1,-1,"","OP PAWAN");
		Menu1_8_8=new Array("OP CACTUS","../show_page.php?pg_id=109","",0,20,110,"","","","","","",-1,-1,-1,"","OP CACTUS");
		Menu1_8_9=new Array("OP SAFED SAGAR","../show_page.php?pg_id=73","",0,20,110,"","","","","","",-1,-1,-1,"","OP SAFEDSAGAR");

	Menu1_9=new Array("EXERCISES","show_page.php?pg_id=141","",5,20,150,"","","","","","",-1,-1,-1,"","EXERCISE");
		Menu1_9_1=new Array("EXERCISE COPE INDIA 04","show_page.php?pg_id=144","",0,20,140,"","","","","","",-1,-1,-1,"","EXERCISE COPE INDIA 04");
		Menu1_9_2=new Array("EXERCISE - RED FLAG 08","show_page.php?pg_id=258","",0,20,140,"","","","","","",-1,-1,-1,"","EXERCISE - RED FLAG 08");
		Menu1_9_3=new Array("EXERCISE COPE INDIA 09","show_page.php?pg_id=262","",0,20,140,"","","","","","",-1,-1,-1,"","EXERCISE COPE INDIA 09");
		Menu1_9_4=new Array("EXERCISE VAYU SHAKTI 10","show_vayushakti.php","",0,20,140,"","","","","","",-1,-1,-1,"","EXERCISE VAYU SHAKTI 10");
		Menu1_9_5=new Array("EXERCISE GARUDA 2010","show_page.php?pg_id=268","",0,20,140,"","","","","","",-1,-1,-1,"","EXERCISE GARUDA 2010");

	Menu1_10=new Array("ADVENTURE AND SPORTS","../show_page.php?pg_id=24","",0,20,150,"","","","","","",-1,-1,-1,"","ADVENTURE AND SPORTS");
	Menu1_11=new Array("INSTITUTIONS OF THE IAF","#","",3,20,150,"","","","","","",-1,-1,-1,"","INSTITUTIONS OF THE IAF");
		Menu1_11_1=new Array("TRAINING","#","",5,20,100,"","","","","","",-1,-1,-1,"","TRAINING");
			Menu1_11_1_1=new Array("AFA  ","../show_page.php?pg_id=80","",0,20,60,"","","","","","",-1,-1,-1,"","AFA  ");
			Menu1_11_1_2=new Array("AFTC ","../show_page.php?pg_id=81","",0,20,60,"","","","","","",-1,-1,-1,"","AFTC ");
			Menu1_11_1_3=new Array("AFAC","../show_page.php?pg_id=82","",0,20,60,"","","","","","",-1,-1,-1,"","AFAC");
		   	Menu1_11_1_4=new Array("FIS","../show_page.php?pg_id=140","",0,20,60,"","","","","","",-1,-1,-1,"","FIS");
            Menu1_11_1_5=new Array("PTS","../show_page.php?pg_id=139","",0,20,60,"","","","","","",-1,-1,-1,"","PTS");

	  Menu1_11_2=new Array("OPERATIONS","#","",4,20,1400,"","","","","","",-1,-1,-1,"","OPERATIONS");
	    	Menu1_11_2_1=new Array("ASTE","../show_page.php?pg_id=84","",0,20,60,"","","","","","",-1,-1,-1,"","ASTE");
	    	Menu1_11_2_2=new Array("TACDE","../show_page.php?pg_id=85","",0,20,60,"","","","","","",-1,-1,-1,"","TACDE");
			Menu1_11_2_3=new Array("CAW","../show_page.php?pg_id=142","",0,20,160,"","","","","","",-1,-1,-1,"","CAW");
			Menu1_11_2_4=new Array("SDI","../show_page.php?pg_id=143","",0,20,60,"","","","","","",-1,-1,-1,"","SDI");
		
		Menu1_11_3=new Array("ADMINISTRATION","#","",8,20,100,"","","","","","",-1,-1,-1,"","ADMINISTRATION");
			Menu1_11_3_1=new Array("AFRO","../show_page.php?pg_id=64","",0,20,80,"","","","","","",-1,-1,-1,"","AFRO");
			Menu1_11_3_2=new Array("AFCAO","../show_page.php?pg_id=66","",0,20,80,"","","","","","",-1,-1,-1,"","AFCAO");
			Menu1_11_3_3=new Array("AFGIS","../show_page.php?pg_id=91","",0,20,80,"","","","","","",-1,-1,-1,"","AFGIS");
			Menu1_11_3_4=new Array("IAFBA","../iafba/index.php","",0,20,80,"","","","","","",-1,-1,-1,"","IAFBA");
			Menu1_11_3_5=new Array("AFCME","../show_page.php?pg_id=93","",0,20,80,"","","","","","",-1,-1,-1,"","AFCME");
			Menu1_11_3_6=new Array("IAM","../show_page.php?pg_id=94","",0,20,80,"","","","","","",-1,-1,-1,"","IAM");
			Menu1_11_3_7=new Array("CASB","../show_page.php?pg_id=135","",0,20,80,"","","","","","",-1,-1,-1,"","CASB");
			Menu1_11_3_8=new Array("IAF MUSEUM","../show_page.php?pg_id=49","",0,20,80,"","","","","","",-1,-1,-1,"","IAF MUSEUM");

	Menu1_12=new Array("WORLD RECORDS ","../show_page.php?pg_id=96","",0,20,150,"","","","","","",-1,-1,-1,"","WORLD RECORDS ");

Menu2=new Array("SERVICES","#","../images/top_bar_bg.jpg",14,30,61,"","","","","","",-1,1,-1,"","Services");
	Menu2_1=new Array("SERVICE PERSONNEL","","",2,20,170,"","","","","","",-1,-1,-1,"","SERVICES PERSONNEL INFORMATION");
		Menu2_1_1=new Array("GENERAL","","",5,20,100,"","","","","","",-1,-1,-1,"","INFORMATION FOR ALL AIR-WARRIORS");
			Menu2_1_1_1=new Array("MONTHLY PAY","../show_afcao_login.php?pg_id=125","",0,20,110,"","","","","","",-1,-1,-1,"","MONTHLY PAY DETAILS");
			Menu2_1_1_2=new Array("AFGIS","../show_page.php?pg_id=91","",0,20,110,"","","","","","",-1,-1,-1,"","Air Force Group Insurance Society");
			Menu2_1_1_3=new Array("IAFBA","../iafba/index.php","",0,20,110,"","","","","","",-1,-1,-1,"","Indian Air Force Benevolent Association");
			Menu2_1_1_4=new Array("WELFARE SCHEMES","../show_page.php?pg_id=116","",0,20,110,"","","","","","",-1,-1,-1,"","WELFARE SCHEMES FOR IAF PERSONNEL");
			Menu2_1_1_5=new Array("AF SCHOOLS","school/school.php","",0,20,110,"","","","","","",-1,-1,-1,"","AIR FORCE SCHOOLS");
		//Menu2_1_2=new Array("OFFICERS","","",0,20,100,"","","","","","",-1,-1,-1,"","INFORMATION FOR IAF OFFICERS");
		Menu2_1_2=new Array("AIRMEN/NC(E)s","","",6,20,100,"","","","","","",-1,-1,-1,"","INFORMATION FOR AIRMEN/NC(E)s");
			Menu2_1_2_1=new Array("PROMOTION POLICY","javascript:NewWin=window.open(\"http://www.indianairforce.nic.in/pdf/promo_pol.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,130,"","","","","","",-1,-1,-1,"","PROMOTION POLICY-PBORs/NC(E)s");
			Menu2_1_2_2=new Array("ASSESSMENT POLICY","javascript:NewWin=window.open(\"http://www.indianairforce.nic.in/pdf/ass_pol.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,130,"","","","","","",-1,-1,-1,"","ASSESSMENT POLICY-PBORs/NC(E)s");
			Menu2_1_2_3=new Array("CAREER PLANNING","../show_page.php?pg_id=147","",0,20,130,"","","","","","",-1,-1,-1,"","CAREER PLANNING DETAILS-PBORs/NC(E)s");
			Menu2_1_2_4=new Array("PENSIONARY BENEFITS","javascript:NewWin=window.open(\"http://www.indianairforce.nic.in/pdf/HandbookpensionarybenefitsPBOR.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,130,"","","","","","",-1,-1,-1,"","PENSIONARY BENEFITS-PBORs/NC(E)s");
			Menu2_1_2_5=new Array("FAMILY PENSION","javascript:NewWin=window.open(\"http://www.indianairforce.nic.in/pdf/fam_pen.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,130,"","","","","","",-1,-1,-1,"","FAMILY PENSION DETAIL-PBORs/NC(E)s");
			Menu2_1_2_6=new Array("DISCHARGE PRC STATUS","../show_page.php?pg_id=221","",0,20,130,"","","","","","",-1,-1,-1,"","DISCHARGE/PRC-PBORs");
	
	Menu2_2=new Array("IAF RETIRED PERSONNEL","","",5,20,170,"","","","","","",-1,-1,-1,"","IAF RETIRED PERSONNEL INFORMATION");
		Menu2_2_1=new Array("RETIRED PBOR-DETAILS","../showexairwarior.php?pg_id=97","",0,20,170,"","","","","","",-1,-1,-1,"","RETIRED PERSONNEL-DETAILS");
		Menu2_2_2=new Array("PENSION PAY ORDER","../ppo.php?pg_id=17","",0,20,170,"","","","","","",-1,-1,-1,"","RETIRED PERSONNEL-PENSION PAY ORDER");
		Menu2_2_3=new Array("ENDORSEMENT NOK","../show_page.php?pg_id=213","",0,20,170,"","","","","","",-1,-1,-1,"","ENDORSEMENT NOK-PENSIONERS");
		Menu2_2_4=new Array("AFGIS","../show_page.php?pg_id=91","",0,20,170,"","","","","","",-1,-1,-1,"","Air Force Group Insurance Society");
		Menu2_2_5=new Array("IAFBA","../iafba/index.php","",0,20,170,"","","","","","",-1,-1,-1,"","Indian Air Force Benevolent Association");
	
	Menu2_3=new Array("PLACEMENT","show_page.php?pg_id=146","",0,20,170,"","","","","","",-1,-1,-1,"","ABOUT PLACEMENT CELL");		Menu2_3_1=new Array("ABOUT","../show_page.php?pg_id=146","",0,20,160,"","","","","","",-1,-1,-1,"","ABOUT PLACEMENT CELL");

	Menu2_4=new Array("RECRUITMENT","#","",3,20,170,"","","","","","",-1,-1,-1,"","RECRUITMENTS IN IAF");
		Menu2_4_1=new Array("OFFICERS","javascript:NewWin=window.open(\"http://www.careerairforce.nic.in\",\"NWin\");window[\"NewWin\"].focus()","",0,20,60,"","","","","","",-1,-1,-1,"","RECRUITMENT - OFFICER CADRE");
		Menu2_4_2=new Array("AIRMEN","../show_page.php?pg_id=135","",0,20,60,"","","","","","",-1,-1,-1,"","RECRUITMENT - AIRMEN CADRE");
		Menu2_4_3=new Array("RESULTS","../show_page.php?pg_id=263","",0,20,60,"","","","","","",-1,-1,-1,"","RESULTS");
	Menu2_5=new Array("PENSION DETAILS","../dppr/index.php","",0,20,170,"","","","","","",-1,-1,-1,"","Pay Pension & Regulations");
	Menu2_6=new Array("AFWWA","../show_page.php?pg_id=62","",0,20,170,"","","","","","",-1,-1,-1,"","AFWWA");
	Menu2_7=new Array("IAFBA","../iafba/index.php","",0,20,170,"","","","","","",-1,-1,-1,"","IAFBA");
	Menu2_8=new Array("AFNHB","../show_page.php?pg_id=63","",0,20,170,"","","","","","",-1,-1,-1,"","Air Force Naval Housing Board");
	Menu2_9=new Array("AFGIS","../show_page.php?pg_id=91","",0,20,170,"","","","","","",-1,-1,-1,"","Air Force Group Insurance Society");
	Menu2_10=new Array("AIR TRAFFIC SERVICES","#","",2,20,170,"","","","","","",-1,-1,-1,"","AIR TTRAFFIC SERVICES");
	    Menu2_10_1=new Array(" A T S ","../show_page.php?pg_id=65","",0,20,50,"","","","","","",-1,-1,-1,"","A T S");
		Menu2_10_2=new Array(" N O C ","#","",3,20,50,"","","","","","",-1,-1,-1,"","N O C");
		    Menu2_10_2_1=new Array("NON-SCHEDULED FLIGHTS","javascript:NewWin=window.open(\"http://www.indianairforce.nic.in/pdf/Appendices%20ats.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,150,"","","","","","",-1,-1,-1,"","NON-SCHEDULED FLIGHTS");
			Menu2_10_2_2=new Array("CONSTRUCTIONS","javascript:NewWin=window.open(\"http://www.indianairforce.nic.in/pdf/NOC_construction-Aero_Helidromes.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,150,"","","","","","",-1,-1,-1,"","CONSTRUCTIONS");
			Menu2_10_2_3=new Array("GREENFIELD AIRPORTS","javascript:NewWin=window.open(\"http://www.indianairforce.nic.in/pdf/aerodrome_approval_greenfield.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,20,150,"","","","","","",-1,-1,-1,"","GREENFIELD AIRPORTS");
	Menu2_11=new Array("TENDERS","javascript:NewWin=window.open(\"http://tenders.gov.in/innerpage.asp?choice=ta1\",\"NWin\");window[\"NewWin\"].focus()","",0,20,170,"","","","","","",-1,-1,-1,"","TENDERS");
	Menu2_12=new Array("INDIGENISATION EXPOSITIONS","../show_page.php?pg_id=214","",0,20,170,"","","","","","",-1,-1,-1,"","INDIGENISATION");
	Menu2_13=new Array("EXPEDITION","../expedition/expedition1.php","",0,20,170,"","","","","","",-1,-1,-1,"","EXPEDITION");
	Menu2_14=new Array("IAF MATRIMONY","../matrimony/index.php","",0,20,170,"","","","","","",-1,-1,-1,"","IAF MATRIMONY");
	
Menu3=new Array("PRESS RELEASE","../show_pressrelease_all.php?pg_id=107","images/top_bar_bg.jpg",0,30,92,"","","","","","",-1,1,-1,"","PRESS RELEASES");
	
Menu4=new Array("HONOURS & AWARDS","#","images/top_bar_bg.jpg",3,30,120,"","","","","","",-1,1,-1,"","HONOURS AND AWARDS");
	Menu4_1=new Array("ABOUT","../show_page.php?pg_id=126","",0,20,120,"","","","","","",-1,-1,-1,"","ABOUT");
	Menu4_2=new Array("PERSONNEL","../showhonouraward.php?pg_id=33","",0,20,120,"","","","","","",-1,-1,-1,"","PERSONNEL");
	Menu4_3=new Array("UNITS","#","",4,20,120,"","","","","","",-1,-1,-1,"","UNITS");
		Menu4_3_1=new Array("THEATRE HONOURS","../show_page.php?pg_id=100","",0,20,130,"","","","","","",-1,-1,-1,"","THEATRE HONOURS");
		Menu4_3_2=new Array("BATTLE HONOURS","../show_page.php?pg_id=101","",0,20,130,"","","","","","",-1,-1,-1,"","BATTLE HONOURS");
		Menu4_3_3=new Array("PRESIDENT STANDARDS","../show_page.php?pg_id=102","",0,20,130,"","","","","","",-1,-1,-1,"","PRESIDENT STANDARDS");
		Menu4_3_4=new Array("COMMODORE COMMANDANTS","../show_page.php?pg_id=104","",0,30,130,"","","","","","",-1,-1,-1,"","COMMODORE COMMANDANTS");

Menu5=new Array("UN MISSION","#","images/top_bar_bg.jpg",4,30,72,"","","","","","",-1,1,-1,"","UN MISSIONS");
	Menu5_1=new Array("SOMALIA","../show_page.php?pg_id=136","",0,20,80,"","","","","","",-1,-1,-1,"","SAFEDSAGAR");
	Menu5_2=new Array("SEIRRA LEONE","../show_page.php?pg_id=137","",0,20,80,"","","","","","",-1,-1,-1,"","SEIRRA LEONE");
	Menu5_3=new Array("SUDAN","../show_page.php?pg_id=35","",0,20,80,"","","","","","",-1,-1,-1,"","SUDAN");
	Menu5_4=new Array("CONGO","#","",2,20,80,"","","","","","",-1,-1,-1,"","CONGO");
		Menu5_4_1=new Array("IAC-I GOMA","../show_page.php?pg_id=160","",0,20,90,"","","","","","",-1,-1,-1,"","GOMA");
		Menu5_4_2=new Array("IAC-II BUKAVU","../show_page.php?pg_id=269","",0,20,90,"","","","","","",-1,-1,-1,"","BUKAVU");

Menu6=new Array("PICTURE GALLERY","#","images/top_bar_bg.jpg",6,30,105,"","","","","","",-1,1,-1,"","PICTURE GALLERY");
	Menu6_1=new Array("AIRCRAFTS OF THE IAF","../show_gallery.php?cat_id=0&pg_id=3","",0,20,125,"","","","","","",-1,-1,-1,"","AIRCRAFTS OF THE IAF");
	Menu6_2=new Array("VINTAGE GALLERY","../show_gallery.php?cat_id=4&pg_id=3","",0,20,125,"","","","","","",-1,-1,-1,"","VINTAGE GALLERY");
	Menu6_3=new Array("DIGNITARIES GALLERY","../show_gallery.php?cat_id=6&pg_id=3","",0,20,125,"","","","","","",-1,-1,-1,"","DIGNITARIES GALLERY");
	Menu6_4=new Array("OPERATIONS GALLERY","#","",4,20,125,"","","","","","",-1,-1,-1,"","OPERATIONS GALLERY");
		Menu6_4_1=new Array("WARS","#","",3,20,100,"","","","","","",-1,-1,-1,"","WARS");
			Menu6_4_1_1=new Array("WW II","../show_gallery.php?cat_id=8&pg_id=3","",0,20,80,"","","","","","",-1,-1,-1,"","WW II");
			//Menu6_4_1_2=new Array("1965","../show_gallery.php?cat_id=9&pg_id=3","",0,20,80,"","","","","","",-1,-1,-1,"","1965");
			Menu6_4_1_2=new Array("1971","../show_gallery.php?cat_id=10&pg_id=3","",0,20,80,"","","","","","",-1,-1,-1,"","1965");
			Menu6_4_1_3=new Array("SAFEDSAGAR","../show_gallery.php?cat_id=11&pg_id=3","",0,20,80,"","","","","","",-1,-1,-1,"","SAFEDSAGAR");
         //Menu6_4_2=new Array("EXERCISES","#","",2,20,100,"","","","","","",-1,-1,-1,"","EXERCISES");
		   	//Menu6_4_2_1=new Array("IN INDIA","../show_gallery.php?cat_id=12&pg_id=3","",0,20,80,"","","","","","",-1,-1,-1,"","IN INDIA");
		    //Menu6_4_2_2=new Array("OVERSEAS","../show_gallery.php?cat_id=13&pg_id=3","",0,20,80,"","","","","","",-1,-1,-1,"","OVERSEAS");
		 Menu6_4_2=new Array("FPD","../show_gallery.php?cat_id=14&pg_id=3","",0,20,100,"","","","","","",-1,-1,-1,"","FPD");
	     Menu6_4_3=new Array("FLYPASTS","../show_gallery.php?cat_id=15&pg_id=3","",0,20,100,"","","","","","",-1,-1,-1,"","FLYPASTS");
	     Menu6_4_4=new Array("DISPLAY FLYING","#","",2,20,100,"","","","","","",-1,-1,-1,"","DISPLAY FLYING");
			//Menu6_4_4_1=new Array("THUNDERBOLTS","../show_gallery.php?cat_id=16&pg_id=3","",0,20,80,"","","","","","",-1,-1,-1,"","DISPLAY FLYING");
			Menu6_4_4_1=new Array("SURYA KIRAN","../show_gallery.php?cat_id=17&pg_id=3","",0,20,80,"","","","","","",-1,-1,-1,"","SURYA KIRAN");
			Menu6_4_4_2=new Array("SARANG","../show_gallery.php?cat_id=18&pg_id=3","",0,20,80,"","","","","","",-1,-1,-1,"","SARANG");
	Menu6_5=new Array("ADVENTURE GALLERY","../show_gallery.php?cat_id=71&pg_id=3","",0,20,125,"","","","","","",-1,-1,-1,"","ADVENTURE GALLERY");
	Menu6_6=new Array("VAYU SHAKTI 10","../show_vayushakti_photo.php","",0,20,125,"","","","","","",-1,-1,-1,"","VAYU SHAKTI 10");

Menu7=new Array("EX AIR WARRIORS","../show_page.php?pg_id=156","images/top_bar_bg.jpg",0,30,109,"","","","","","",-1,1,-1,"","EX AIR WARRIORS");
	
Menu8=new Array("IAF DATELINE","../show_page.php?pg_id=61","images/top_bar_bg.jpg",0,30,88,"","","","","","",-1,1,-1,"","IAF DATELINE");

Menu9=new Array("MARTYRS","../show_martyrs.php?pg_id=50","images/top_bar_bg.jpg",0,30,62,"","","","","","",-1,1,-1,"","MARTYRS");

