

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#996633';			// Background color when mouse is not over
	var HighBgColor='#FFF1D5';			// Background color when mouse is over
	var FontLowColor='WHITE';			// Font color when mouse is not over
	var FontHighColor='#996633';			// Font color when mouse is over
	var BorderColor='#996633';			// Border color
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana"			// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// 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', 'right' or justify
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=190;				// Menu offset x coordinate
	var StartLeft=40;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// 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 MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up 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 KeepHilite=1;				// Keep selected path highligthed
	var BaseHref="";				// base href for relative liks
	var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];
						// Arrow source, width and height
						// If arrow images are not needed keep source ""
	var MenuUsesFrames=0;			// frames or single page 1 or 0
	var RememberStatus=0;			// When set to 1, menu unfold can be preset  by body onload of target document.
						// In frame setup body onload is:
						// onload="if(parent.frames[0]&&parent.frames['navig'].SetMenu)parent.frames['navig'].SetMenu='x_x';"
						// In singel page setup body onload is:
						// onload="if(window.SetMenu)window.SetMenu='x_x'"
						// x_x represents the menu item MenuX_X=new Array(.......

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 take precedence over the globals when used
// 	fontsize, fontbold and fontitalic are ignored when -1
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("About AISECT","","",3,20,100,"","","","","","",-1,1,-1,"","");
Menu1_1=new Array("AISECT Profile ","html_file/profile.html","",0,20,100,"","","","","","",-1,-1,-1,"left","");
Menu1_2=new Array("Core-Group","html_file/core-group.htm","",0,20,80,"","","","","","",-1,-1,-1,"left","");
Menu1_3=new Array("Administrator","html_file/ad.asp","",0,20,80,"","","","","","",-1,-1,-1,"left","");
Menu2=new Array("About eGyan","html_file/about-egyan.htm","",2,20,100,"","","","","","",-1,-1,-1,"left","");
Menu2_1=new Array("eGyan Courses ","html_file/courses.htm","",0,20,150,"","","","","","",-1,-1,-1,"left","");
Menu2_2=new Array("Scheme of Affiliation","html_file/e-gyan-scheme.htm","",0,20,90,"","","","","","",-1,-1,-1,"left","");

Menu3=new Array("Registration","","",4,20,100,"","","","","","",-1,-1,-1,"","");      
Menu3_1=new Array("Centre Registration","html_file/Center_registration.asp","",0,20,150,"","","","","","",-1,-1,-1,"left","");
Menu3_2=new Array("Student Registration  ","html_file/Registration-tips.htm","",0,20,140,"","","","","","",-1,-1,-1,"left","");
Menu3_3=new Array("Centre Zone  ","html_file/centreprofile.asp","",0,20,140,"","","","","","",-1,-1,-1,"left","");
Menu3_4=new Array("Student Zone  ","html_file/studentprofile.asp","",0,20,140,"","","","","","",-1,-1,-1,"left","");

Menu4=new Array("Online Exam ","html_file/exam_login.asp","",0,20,100,"","","","","","",-1,-1,-1,"left","");
Menu5=new Array("Message Board","html_file/index.asp","",0,20,130,"","","","","","",-1,-1,-1,"","");
Menu6=new Array("Contact Us","html_file/contact_us.htm","",0,20,100,"","","","","","",-1,-1,-1,"",""); 
