/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#ffffff';			// Background color when mouse is not over
	var LowSubBgColor='#f6dbb7';		// 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='#336699';		// Font color when mouse is not over
	var FontSubLowColor='#336699';		// Font color subs when mouse is not over
	var FontHighColor='#ff6600';		// Font color when mouse is over
	var FontSubHighColor='336699';		// Font color subs when mouse is overn mouse is over
	var BorderColor='#669999';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,Arial, Helvetica"		// 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', 'left' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=200;				// Menu offset x coordinate
	var isScrollEnabled=false;
	var StartLeft=0;				// Menu offset y coordinate

	var AgentUsr=navigator.userAgent.toLowerCase();
	var ieYes=(AgentUsr.indexOf('msie')!=-1)?1:0;

	if(ieYes){
		StartLeft=0;				
	}else{
		StartLeft=-9;				
	}

//	alert(ExpYes);
	var VerCorrect=500;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=20;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	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='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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("About Us","/about/index.html","http://web.iitd.ac.in/navimg/sample_blue_green_bg_main.gif",10,27,80);
	Menu1_1=new Array("Administration","http://www.iitd.ac.in/admin/index.html","",0,20,180);	
	Menu1_2=new Array("Awards","http://www.iitd.ac.in/about/awards.html","",0,20,180);
	Menu1_3=new Array("Academic Statistics","http://www.iitd.ac.in/about/acadstat.html","",0,20,180);
	Menu1_4=new Array("Campus & Location","http://www.iitd.ac.in/about/location.html","",0,20,180);
	Menu1_5=new Array("Campus Map","http://www.iitd.ac.in/about/campusmap.html","",0,20,180);
	Menu1_6=new Array("Chairs at IIT Delhi","http://www.iitd.ac.in/about/chairs.html","",0,20,180);
	Menu1_7=new Array("Organization Chart","http://www.iitd.ac.in/about/orgchart.html","",0,20,180);
	Menu1_8=new Array("Convocation","http://www.iitd.ac.in/convocation/index.html","",0,20,180);
	Menu1_9=new Array("IIT Delhi MoU","http://www.iitd.ac.in/about/mou.html","",0,20,180);
	Menu1_10=new Array("IIT Delhi Advisory Council","http://web.iitd.ac.in/~iitdac","",0,20,180);*/
Menu1=new Array("Home","home.html","sample_blue_green_bg_main.gif",0,27,71);
//	Menu1_1=new Array("Home1","http://www.iitd.ac.in/admin/index.html","",0,20,180);	
//	Menu1_2=new Array("Home2","http://www.iitd.ac.in/about/awards.html","",0,20,180);


Menu2=new Array("Papers","","sample_blue_green_bg_main.gif",3,27,82);
	Menu2_1=new Array("Call for Papers","topics.html","",0,20,165);
	Menu2_2=new Array("Important Dates","imp_dates.html","",0,20,165);
	Menu2_3=new Array(" Submission Guidelines","guidelines.html","",0,20,265);
/*
	Menu2_3=new Array("Chemical Engineering","/deptt/che/","",0,20,200);
	Menu2_4=new Array("Chemistry","/deptt/chy/","",0,20,200);
	Menu2_5=new Array("Civil Engineering","/deptt/civil/","",0,20,200);
	Menu2_6=new Array("Computer Sc & Engineering","http://www.cse.iitd.ernet.in","",0,20,200);
	Menu2_7=new Array("Electrical Engineering","/deptt/ee/","",0,20,200);
	Menu2_8=new Array("Humanities & Social Sc.","/deptt/hss/","",0,20,200);
	Menu2_9=new Array("Management Studies","/deptt/ms/","",0,20,200);
	Menu2_10=new Array("Mathematics","/deptt/maths/","",0,20,200);
	Menu2_11=new Array("Mechanical Engineering","/deptt/me/","",0,20,200);
	Menu2_12=new Array("Physics","/deptt/phy/","",0,20,200);
	Menu2_13=new Array("Textile Technology","/textile/","",0,20,200);
*/

Menu3=new Array("People","","sample_blue_green_bg_main.gif",4,27,78);
	Menu3_1=new Array("Chairs","chair.html","",0,20,180);
	Menu3_2=new Array("Programme Committee","prgcom.html","",0,20,180);
	Menu3_3=new Array("Organization Committee","org_committee.html","",0,20,180);
	Menu3_4=new Array("Advisory Committee","adv_committee.html","",0,20,180);
	
/*	Menu3_5=new Array("Fees and Payments","/admission/fee.html","",0,20,180);
	Menu3_6=new Array("Admission Notification","/admission/admission_notice.html","",0,20,180);
	Menu3_7=new Array("Forms Downloads","/admission/admission_form.html","",0,20,180);
*/

Menu4=new Array("General Information","","sample_blue_green_bg_main.gif",2,27,165);
	Menu4_1=new Array("Sponsors","sponsors.html","",0,20,165);
	Menu4_2=new Array("Contact Us","contactus.html","",0,20,165);

/*	Menu4_4=new Array("Health and Welfare","/student/welfare.html","",0,20,180);
	Menu4_5=new Array("Training and Placements","/recruit/index.html","",0,20,180);
	Menu4_6=new Array("Hostel Managements","http://paniit.iitd.ac.in/~bhm/ ","",0,20,180);
	Menu4_7=new Array("Students' Publications","/bsp/","",0,20,180);
	Menu4_8=new Array("Students' Welfare","/bsw/","",0,20,180);
	Menu4_9=new Array("B R C A","http://paniit.iitd.ac.in/~brca/ ","",0,20,180);
	Menu4_10=new Array("B S A","http://paniit.iitd.ac.in/~bsa/ ","",0,20,180);
	Menu4_11=new Array("N C C","http://paniit.iitd.ac.in/~ncc/ ","",0,20,180);
	Menu4_12=new Array("N S S","http://paniit.iitd.ac.in/~nss/ ","",0,20,180);
*/	


	Menu5=new Array("About the Venue","","sample_blue_green_bg_main.gif",5,27,145);
	Menu5_1=new Array("TCE","tce.html","",0,20,180);
	Menu5_2=new Array("Madurai","madurai.html","",0,20,180);
	Menu5_3=new Array("Airways Connectivity","airways.html","",0,20,180);
	Menu5_4=new Array("Railways Connectivity","railways.html","",0,20,180);
	Menu5_5=new Array("Roadways Connectivity","roadways.html","",0,20,180);
	

/*	
	Menu5_9=new Array("QIP/CEP programme","/academics/qip.html","",0,20,180);
	Menu5_10=new Array("Transcripts & Degree","/academics/transcript.html","",0,20,180);
	Menu5_11=new Array("Academic Calendar","/academics/calendar.html","",0,20,180);
*/

	Menu6=new Array("Programme","","sample_blue_green_bg_main.gif",2,27,118);
	Menu6_1=new Array("Plenary Speakers","plenary.html","",0,20,118);
	Menu6_2=new Array("Theme Sessions","theme.html","",0,20,118);


	Menu7=new Array("Author's Home","author_home.php","sample_blue_green_bg_main.gif",5,27,117);
	Menu7_1=new Array("Change Password","Author_Paper_Submission/author_new_passwd.php","",0,20,160);
	Menu7_2=new Array("Edit Personal Info","Author_Paper_Submission/author_edit_details.php","",0,20,160);
	Menu7_3=new Array("Register Paper","Author_Paper_Submission/author_register_paper.php","",0,20,160);
	Menu7_4=new Array("View Submission","Author_Paper_Submission/author_view_list.php","",0,20,160);
	Menu7_5=new Array("Logout","Author_Paper_Submission/scripts/logout.php","",0,20,160);


/*
	Menu6=new Array("Connectivity","","sample_blue_green_bg_main.gif",3,27,95);
	Menu6_1=new Array("Airways","airways.html","",0,20,200);
	Menu6_2=new Array("Railways","railways.html","",0,20,200);
	Menu6_3=new Array("Roadways","roadways.html","",0,20,200);

	Menu6_4=new Array("Energy Studies","/center/ces/","",0,20,200);
	Menu6_5=new Array("I. D. D. C. ","/center/iddc/","",0,20,200);
	Menu6_6=new Array("I. T. M. M. E. C.","/center/itmmec/","",0,20,200);
	Menu6_7=new Array("Educational Technology","/center/etsc/","",0,20,200);
	Menu6_8=new Array("Rural Technology","/center/crdt/","",0,20,200);
	Menu6_9=new Array("Polymer Sciences","/center/cpse/","",0,20,200);
	Menu6_10=new Array("Biomedical Engineering","/center/cbme/","",0,20,200);
	Menu6_11=new Array("N. R. C. V. E. E.","/htmlpages/first.htm","",0,20,200);


	Menu7=new Array("Accomodation","acc","sample_blue_green_bg_main.gif",2,27,105);
	
	Menu7_2=new Array("Other Hotels","other_hotels.html","",0,20,200);

*/	





	

