//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

if(navigator.appVersion.indexOf("MSIE 6.0")>0){
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)"
}


timegap=200					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=10;			// Sub menu offset Top position 
suboffset_left=10;			// Sub menu offset Left position
Frames_Top_Offset=0 		// Frames Page Adjustment for Top
Frames_Left_Offset=100		// Frames Page Adjustment for Left




plain_style=[				// Menu Properties Array
"navy",						// Off Font Color
"ccccff",					// Off Back Color
"FFEBCD",					// On Font Color
"4B0082",					// On Back Color
"000000",					// Border Color
12,							// Font Size
"normal",					// Font Style
"bold",						// Font Weight
"Verdana, Tahoma, Arial, Helvetica",	// Font
4,							// Padding
"arrow.gif"					// Sub Menu Image
,							// 3D Border & Separator
,"66ccff"					// 3D High Color
,"000099"					// 3D Low Color
]

style2=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"white",				// Mouse Off Font Color
"#566ba6",				// Mouse Off Background Color
"white",				// Mouse On Font Color
"#405060",					// Mouse On Background Color
"000000",				// Menu Border Color 
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
5,						// Menu Item Padding
"arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"white",				// Current Page Item Font Color (leave this blank to disable)
"red",					// Current Page Item Background Color (leave this blank to disable)
"arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]


	addmenu(menu=["aboutus",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Director's Message","_aboutus_1.php",,,1
	,"Our Mission","_aboutus_2.php",,,1
	,"Why Join INE","_aboutus_3.php",,,1
	,"Milestones","_aboutus_6.php",,,1
	,"Career Prospect","_aboutus_7.php",,,1
	,"University Life & Beyond","_aboutus_9.php",,,1
	,"Visit Us","_aboutus_10.php",,,1
	])
	
	
	addmenu(menu=["prog",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Programme Objectives","_prog_1.php",,,1
	,"Programme Structure and contents","_prog_2.php",,,1
	])

	addmenu(menu=["curriculum",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Minimun Units for the Programme","_curriculum_1.php",,,1
	,"Required Courses","_curriculum_2.php",,,1
	,"Major Electives","_curriculum_3.php",,,1
	])
	
	addmenu(menu=["admission",
	,,260,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"-Minimum Enterence Requirements","_admission_1.php",,,0
	,"-Criteria for Selection","_admission_2.php",,,1
	,"FAQ","_admission_3.php",,,1
	])
	
	addmenu(menu=["people",
	,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Director","_people_1.php",,,1
	,"Members of INE Programme Committee","_people_2.php",,,1
	,"INE Teaching Staff","_people_3.php",,,1
	,"INE Technical Staff","_people_4.php",,,1
	,"INE Support Staff","_people_5.php",,,1
	])

dumpmenus()
