/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#FFCC33';			// Background color when mouse is not over
	var LowSubBgColor='#999966';			// Background color when mouse is not over on subs
	var HighBgColor='#FF6600';			// Background color when mouse is over
	var HighSubBgColor='#ffcc66';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=80;				// Menu offset x coordinate
	var StartLeft=102;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// 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=1000;			// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['menu/tri.gif',5,10,'menu/tridown.gif',10,5,'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("Home","/index.html","",0,20,98);
Menu2=new Array("About Us","","",7);
		Menu2_1=new Array("College","/college_profile.html","",0,20,160);
		Menu2_2=new Array("Allahabad City","/allahabad_city.html","",0);
		Menu2_3=new Array("Campus","/about_campus.html","",0);
		Menu2_4=new Array("Students","/students.html","",0);
		Menu2_5=new Array("About The Faculty","/about_the_faculty.html","",0);
		Menu2_6=new Array("Advisory Council","/advisory_council.html","",0);
		Menu2_7=new Array("Vision,Mission & Objectives","/vision_mission_objevtives.html","",0);
	//	Menu2_7=new Array("Advisory Council","advisory_council.html","",0);
		
		
Menu3=new Array("Message","","",2);
		Menu3_1=new Array("Chairmain Message","/chairmain_message.html","",0,20,130);
		
		Menu3_2=new Array("Mandatory Disclosures","/mandatory_disclosures.html","",0);
		
Menu4=new Array("Training Placement","","",2);
		Menu4_1=new Array("Placement","/training_placement.html","",0,20,130);
		Menu4_2=new Array("Notice","/notice.html","",0);

//Menu4=new Array("Products","","",16);
//	Menu4_1=new Array("Graduate Programme","","",2,20,140);	
//		Menu4_1_1=new Array("B.C.A.","bca.html","",0,20,80);
//		Menu4_1_2=new Array("B.B.A.","bba.html","",0);
//		Menu4_1_3=new Array("Building Premises for OFC","fdms_building_premises_for_ofc.html","",0);
//		Menu4_1_4=new Array("Central Exchange Location","fdms_central_exchange_location.html","",0);

//		Menu4_2=new Array("Master Programme","distribution_operation_racks_and_panels.html","",0);
		
	//Menu4_3=new Array("Stand alone distribution systems","","",3);
		//Menu4_3_1=new Array("Fibre Optic Distribution Frames","fibre_optic_distribution_frames.html","",0,20,200);
//		Menu4_3_2=new Array("Fibre Optic Termination Boxes","fibre_optic_termination_boxes.html","",0);
	//	Menu4_3_3=new Array("Fibre Optic Patch Panels","fibre_optic_patch_panels.html","",0);
		
		
//	Menu4_4=new Array("Closures for fibre optic cables","","",2);
	//	Menu4_4_1=new Array("Optical Fibre Splice Closure (601)","optical_fibre_splice_closure.html","",0,20,200);
//		Menu4_4_2=new Array("Optical Fiber Splice Closure (303 &amp; 401)","optical_fiber_splice_closure_two.html","",0);

//	Menu4_5=new Array("Fibre optic cable assemblies","","",2);
//		Menu4_5_1=new Array("Patch Cords &amp; Pig Tails (FC &amp; SC Connector)","patch_cords_pig_tails.html","",0,20,200);
//		Menu4_5_2=new Array("Patch Cords &amp; Pig Tails (ST&amp; LC Connector)","patch_cords_pig_tails_st.html","",0);

//
//	Menu4_6=new Array("Fan out assemblies","","",2);
//		Menu4_6_1=new Array("Optical Fibre Ribbon Fan Out Assembly","optical_fibre_ribbon_fan_out_assembly.html","",0,20,200);
//		Menu4_6_2=new Array("Optical Fibre Non-Ribbon Fan Out Assembly","optical_fibre_non_ribbon_fan_out_assembly.html","",0);


//	Menu4_7=new Array("Fibre optic mating adaptors","","",2);
//		Menu4_7_1=new Array("FC &amp; SC Adaptors","fc_sc_adaptors.html","",0,20,150);
//		Menu4_7_2=new Array("ST &amp; LC Adaptors","st_lc_adaptors.html","",0);

//	Menu4_8=new Array("Optical fixed attenuator","optical_fixed_attenuator.html","",0);
//	Menu4_9=new Array("Simplex & duplex cable and furcation tubings","simplex_duplex_cable_and_furcation_tubings.html","",0);
//	Menu4_10=new Array("Fibre optic installation tool kit","fibre_optic_installation_toolkit.html","",0);
//	Menu4_11=new Array("Splice protection sleeves","splice_protection_sleeves.html","",0);


//	Menu4_12=new Array("Aerial of cable installation accessories & fixtures","","",4);
//		Menu4_12_1=new Array("Accessories for ADSS Of Cable","accessories_for_adss_of_cable.html","",0,20,200);
//		Menu4_12_2=new Array("Pole Hardware","pole_hardware.html","",0);
//		Menu4_12_3=new Array("Wall Hardware","wall_hardware.html","",0,20,150);
//		Menu4_12_4=new Array("Accessories for Fig.8 Of Cable","accessories_for_fig_of_cable.html","",0);
//		Menu4_13=new Array("Drop wire accessories","drop_wire_accessories.html","",0);
//	Menu4_14=new Array("Cable tray for shelters (internal & external)","cable_tray_for_shelters_internal_and_external.html","",0);
//	Menu4_15=new Array("Tower hardware & accessories","tower_hardware_accessories.html","",0);
//	Menu4_16=new Array("Fibre optic cable testing machines","fibre_optic_cable_testing_machines.html","",0);

Menu5=new Array("Academic Program","/academic_program.html","",4);
		Menu5_1=new Array("Admission Procedure","/admission-procedure-fees-structure.html","",0,20,150);
		Menu5_2=new Array("Academic Programmes","/academic_program.html","",0);
		Menu5_3=new Array("Academic Department","/academic_department.html","",0);
		Menu5_4=new Array("Results","/result.html","",0);
		
		
Menu6=new Array("Facilities","","",8);
		Menu6_1=new Array("Hostel","/hostel.html","",0,20,100);
		Menu6_2=new Array("Library","/library.html","",0);
		Menu6_3=new Array("Laboratories","/laboratories.html","",0);		
		Menu6_4=new Array("Workshop","/workshop.html","",0);
		Menu6_5=new Array("Computer Center","/computer_center.html","",0);
		Menu6_6=new Array("Campus Life","/campus_life.html","",0);
		Menu6_7=new Array("Language Lab","/language_lab.html","",0);
		Menu6_8=new Array("Medical Facility","/medical_facility.html","",0);
		
Menu7=new Array("Photo Gallery","/photo_gallery.html","",0);
Menu8=new Array("Contact Us","","",3);
		Menu8_1=new Array("Contact Information","/contact.html","",0,20,100);
		Menu8_2=new Array("Feedback","/feedback.html","",0);
		Menu8_3=new Array("Location","/location.html","",0);
