/***********************************************************************************
*	(c) Ger Versluis 2300 version 5.411 24 December 2301 (updated Jan 31st, 2303 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=25;			// Number of first level items
/*	var LowBgColor='#316fa0';			// Background color when mouse is not over
	var LowSubBgColor='#316fa0';			// Background color when mouse is not over on subs
	var HighBgColor='#5fa7d9';			// Background color when mouse is over
	var HighSubBgColor='#5fa7d9';			// Background color when mouse is over on subs
	var FontLowColor='ffffff';			// Font color when mouse is not over
	var FontSubLowColor='ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#77c3f4';			// Font color when mouse is over
	var FontSubHighColor='77c3f4';			// Font color subs when mouse is over
	*/
	var LowBgColor='#EEEEEE';			// Background color when mouse is not over
	var LowSubBgColor='#EEEEEE';			// Background color when mouse is not over on subs
	var HighBgColor='#CCCCCC';			// Background color when mouse is over
	var HighSubBgColor='#CCCCCC';			// Background color when mouse is over on subs
	var FontLowColor='#272727';			// Font color when mouse is not over
	var FontSubLowColor='#272727';			// Font color subs when mouse is not over
	var FontHighColor='#CA0000';			// Font color when mouse is over
	var FontSubHighColor='#CA0000';			// Font color subs when mouse is over
	var BorderColor='#333333';			// Border color
	var BorderSubColor='#333333';			// 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=1;				// 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=.0;			// vertical overlap child/ parent
	var StartTop=128;				// 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=25;				// Left padding
	var TopPaddng=4;				// Top padding
	var FirstLineHorizontal=0;			// 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='navFrame';			// Frame where first level appears
	var SecLineFrame='mainFrame';			// Frame where sub levels appear
	var DocTargetFrame='mainFrame';			// 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=['HV Menu example_files/tri.gif',5,9,'HV Menu example_files/tridown.gif',10,5,'HV Menu example_files/trileft.gif',5,9];	// 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,23,223);
	
Menu2=new Array("Our Campus","#","",3,23,168);
	Menu2_1=new Array("History of ITI","historyofiti.html","",0,23,168);
	Menu2_2=new Array("Message of Principal","messageofprincipal.html","",0,23,168);
	Menu2_3=new Array("Message of IMC","messageofimc.html","",0,23,168);
	
Menu3=new Array("Road Map of ITI","roadmapofiti.html","",0,23,168);

Menu4=new Array("Institute Management Committee","imc.html","",0,23,168);

/*Menu5=new Array("ISO Certificaion","#","",0,23,168);*/

Menu5=new Array("Admission Criteria","admission_criteria.html","",0,23,168);

Menu6=new Array("Center of Excellence (CoE)","#","",4,23,168);
	Menu6_1=new Array("Basic Training Modules","basic_training_modules.html","",0,23,215);
	Menu6_2=new Array("Syllabus of Basic Training","coe_syllabus.htm","",0,23,223);
	Menu6_3=new Array("Student Detail","student_details.php","",0,23,130);
	Menu6_4=new Array("Staff Detail","coe_staff.php","",0,23,130);
	

Menu7=new Array("Advance CoE","#","",4,23,168);
	Menu7_1=new Array("Advance Training Modules","advance_training_modules.html","",0,23,215);
	Menu7_2=new Array("Syllabus of Advance Training","#","",0,23,223);
	Menu7_3=new Array("Student Detail","student_details.php","",0,23,130);
	Menu7_4=new Array("Staff Detail","coe_staff.php","",0,23,130);

Menu8=new Array("Contruction Skill Training Centre","cstc_photo.htm","",0,23,168);
//	Menu8_1=new Array("Overview","cstc_overview.htm","",0,23,215);
//	Menu8_2=new Array("CSTC Courses","cstc_syllabus.htm","",0,23,223);
	//Menu8_3=new Array("Infrastructure","#","",0,23,130);
//	Menu8_3=new Array("CSTC Photos","cstc_photo.htm","",0,23,130);


//Menu9=new Array("Course on Computer Concepts","ccc.html","",0,23,168);
Menu9=new Array("Renovated CCC Laboratory","#","",2,23,168);
	Menu9_1=new Array("Overview","ccc.html","",0,23,215);
	Menu9_2=new Array("Renovated CCC Laboratory","rccc.html","",0,23,223);
	
Menu10=new Array("Key Performance Indicators","keyperformance.php","",0,23,130);

Menu11=new Array("Institute Development Plan","idplan.html","",0,23,130);

Menu12=new Array("Modular Employable Skills","modular_employable_skills.html","",0,23,130);

/*Menu13=new Array("Best Practices in ITI","best_practices.html","",0,23,168);*/

Menu13=new Array("Environment Management Framework","VAN09.html","",0,32,168);

Menu14=new Array("Presentation on our ITI","Presentation.php","",0,23,168);

Menu15=new Array("Placement Advisory Bureau","#","",4,23,168);
	Menu15_1=new Array("Overview","pab_overview.html","",0,23,170);
	Menu15_2=new Array("Campus Interview List","pab_campus.html","",0,23,130);
	Menu15_3=new Array("Photos","pab_photos.html","",0,23,130);
	Menu15_4=new Array("Registered Candidates","registered_candidates.html","",0,23,130);
	
	

/*Menu15=new Array("MOU With Industry","mou.html","",0,23,168);

Menu16=new Array("Airline Ground Staff Training","#","",0,23,168);

Menu17=new Array("Apparel Park Training","#","",0,23,168);

Menu18=new Array("Call Center Training","#","",0,23,168);*/

Menu16=new Array("Short Term Training","short_term_courses.html","",0,23,168);
Menu17=new Array("Motor Driving Training","motor.html","",0,23,168);

Menu18=new Array("Nodal Center / Grant in Aid ITI","nodal-iti.htm","",0,23,168);

Menu19=new Array("Presentation of Training","#","",2,23,168);
	Menu19_1=new Array("Basic Modules","#","",0,23,168);
	Menu19_2=new Array("Advanced Modules","#","",0,23,168);



Menu20=new Array("Staff Details","staff_details.html","",0,23,168);

Menu21=new Array("Trade Information","course_avilable.html","",0,23,168);

Menu22=new Array("Photo Gallery","iti_photo_gallery.php","",6,23,168);
	Menu22_1=new Array("Honorable Visitors","#","",0,23,210);
	Menu22_2=new Array("Before & After CoE","before_after.html","",0,23,168);
	Menu22_3=new Array("Seminar & Workshop","SWINE.html","",0,23,168);
	//Menu19_4=new Array("Trade Fare Visit","#","",0,23,168);
	Menu22_4=new Array("Campus Interview & Placement","campusinterview_placement.html","",0,23,168);
	Menu22_5=new Array("Events","events.html","",0,23,168);
	Menu22_6=new Array("Other Trades","othertrades.html","",0,23,168);

Menu23=new Array("Feedback / Suggestion","feedback.php","",0,23,168);

Menu24=new Array("Tender / Advertisement","tender_advertisement.html","",0,23,168);

Menu25=new Array("Other Site Link","othersite_link.html","",0,23,168);
Menu26=new Array("Contact Us","contactus.html","",0,23,168);
		






/*Menu16=new Array("Industry Support","industry_support.html","",0,23,168);
 
Menu23=new Array("Achievement","achivement.html","",0,23,168);




		
Menu7=new Array("Infrastructure    >>","#","",4,23,168);	
	Menu5_1=new Array("Overview","infrastructure_overview.html","",0,23,130);
	Menu5_2=new Array("Building","infrastructure_building.html","",0,23,130);
	Menu5_3=new Array("Machinery","infrastructure_machinery.html","",0,23,130);
	Menu5_4=new Array("Facilities","infrastructure_facilities.html","",0,23,130);




Menu18=new Array("Exam    >>","#","",1,23,168);
	Menu18_1=new Array("Results","results.html","",0,23,100);



Menu23=new Array("Visitor Book","visitor_book.html","",0,23,168);



Menu27=new Array("Site Map","sitemap.html","",0,23,168);*/