/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*

*	You may remove all comments for faster loading	*/		

//	#D2e8bf : Light greeen
//	#4f772d : Dark medium green
//	#4E615A : darkest blue
//	#69a2dd	: Blue 
//	#ffa542	: Safron 
//	#184125 : darkest green
//	#144917 ; Darkest green(light)
//	#ffd89d : Light safron 
//	#91C565 : Lemon green
//	Program
var NoOffFirstLineMenus=11;			// Number of first level items
// back ground colours
	var LowBgColor='#4f772d';			// DarkGreen Background color when mouse is not over
	var LowSubBgColor='#D2e8bf';		// light Green BG Background color when mouse is not over on subs
	var HighBgColor='#D2e8bf';			// Background color when mouse is over
	var HighSubBgColor='#91C565';		// Background color when mouse is over on subs

// Font colour

	var FontLowColor='white';		// Font color when mouse is not over
	var FontSubLowColor='#144917';		// Font color subs when mouse is not over
	var FontHighColor='#144917';		// Font color when mouse is over
	var FontSubHighColor='white';		// Font color subs when mouse is overn mouse is over

//	Border color
	var BorderColor='white';			// Border color
	var BorderSubColor='#4F772D';		// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
// Fonts type size
	var FontFamily="Trebuchet MS,Arial,Helvetica"		// 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
// Menu location
	
	var MenuTextCentered='left';			// Item text position 'left', 'left' or 'right'
	var MenuCentered='left';			// 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=273;				// Menu offset x coordinate
	var StartLeft=22;				// 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=3;				// Top padding
	var FirstLineHorizontal=0;			// 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='';				// 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

// Functions ...

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.htm","",0,20,140);

Menu2=new Array("About Us ","","",13,20,160);

	Menu2_1=new Array("About Institute","/aboutus.htm","",0,20,160);
	Menu2_2=new Array("About ICAR","/About ICAR.htm","",0,20,160);
	
	Menu2_3=new Array("Organisational Setup","/organization.htm","",5,20,120);
		Menu2_3_1=new Array("RAC","/RAC.htm","",0,20,80);
		Menu2_3_2=new Array("QRT","/QRT.htm","",0,20,120);
		Menu2_3_3=new Array("IMC","/IMC.htm","",0,20,120);
		Menu2_3_4=new Array("IRC","/IRC.htm","",0,20,120);
		Menu2_3_5=new Array("Others","/others.htm","",0,20,120);
	
	Menu2_4=new Array("Divisions","/Division/division.htm","",0,20,160);
	Menu2_5=new Array("Regional Stations","/Regional stations.htm","",0,20,160);
	Menu2_6=new Array("Directors","/xdirectors/directors.htm","",0,20,120);
	
	Menu2_7=new Array("Research","","",8,20,160);
		Menu2_7_1=new Array("Projects","","",3,20,220);
			Menu2_7_1_1=new Array("Institute","/projects/Institute projects.htm","",0,20,160);
			Menu2_7_1_2=new Array("ICAR funded","/projects/icar Adhoc.htm","",0,20,160);
			Menu2_7_1_3=new Array("Externally funded ","/asp/Extfurtherf.asp","",0,20,160);
		
		Menu2_7_2=new Array("Technologies developed","/Technologies developed.htm","",0,20,160);
		Menu2_7_3=new Array("Varieties developed /Germplasm details","/asp/var.asp","",0,20,160);
		Menu2_7_4=new Array("Collaborations","/Collaborations.htm","",0,20,160);
		Menu2_7_5=new Array("Recent Publications","/recent publications.htm","",0,20,160);
		Menu2_7_6=new Array("Award winning projects","/Award winning projects.htm","",0,20,160);
		Menu2_7_7=new Array("Award winners","/Award winners.htm","",0,20,160);
		Menu2_7_8=new Array("Patents","/Patents.htm","",0,20,160);
	
	Menu2_8=new Array("Services","","",6,20,160);
		Menu2_8_1=new Array("Extension","/Extension.htm","",0,20,100);
		Menu2_8_2=new Array("Consultancy","/Consultancy.htm","",0,20,160);
		Menu2_8_3=new Array("Education","/Education.htm","",0,20,160);
		Menu2_8_4=new Array("Library","/Library.htm","",0,20,160);
		Menu2_8_5=new Array("Training","/Training.htm","",0,20,160);
		Menu2_8_6=new Array("Databases","/Databases.htm","",0,20,160);
	
	Menu2_9=new Array("Cadre Strength","/cadre Strength.htm","",0,20,120);
	Menu2_10=new Array("Facilities","/Facilities.htm","",0,20,160);
		//Menu2_10_1=new Array("Special equipments","/Special equipments.htm","",0,20,120);
		//Menu2_10_2=new Array("Guest house","/Guest house.htm","",0,20,160);
		//Menu2_10_3=new Array("Seminar hall","/Seminar hall.htm","",0,20,160);
	
	Menu2_11=new Array("Staff","/asp/staff.htm","",0,20,160);
		//Menu2_11_1=new Array("Scientific","/Scientific.htm","",0,20,100);
		//Menu2_11_2=new Array("Technical","/Technical.htm","",0,20,160);
		//Menu2_11_3=new Array("Administrative","/admstaff-org.asp","",0,20,160);
	
	Menu2_12=new Array("AICRP","/aicrp/AICRP.htm","",0,20,120);
	Menu2_13=new Array("Professional Societies","/societies.htm","",0,20,160);
	
Menu3=new Array("For Farmers","","",5,20,160);

	Menu3_1=new Array("List of progressive farmers","/progressfarmers.htm","",0,20,180);
	Menu3_2=new  Array("Success stories","/Success stories.htm","",0,20,180);
	Menu3_3=new Array("Agricultural Operations","/agoperations.htm","",0,20,180);
	Menu3_4=new Array("Contingencies plans","/Contingenciesplan.htm","",0,20,180);
	
	Menu3_5=new Array("Help Line","/helpline.htm","",0,20,180);
	
Menu4=new Array("Downloads","","",4,20,100);

	Menu4_1=new Array("Tenders","/downloads/Tenders.htm","",0,20,180);
	Menu4_2=new Array("Application forms","/downloads/Appforms.htm","",0,20,180);
	Menu4_3=new Array("Newsletters","/downloads/newsletter.htm","",0,20,180);
		//Menu4_3_1=new Array("News letters","/News letters.htm","",0,20,180);
		//Menu4_3_2=new Array("PIR","/PIR.htm","",0,20,180);
	Menu4_4=new Array("Archives","/downloads/archives.htm","",0,20,180);

Menu5=new Array("Announcements","","",4,20,160);

	Menu5_1=new Array("Press Release","/PressRelease.htm","",0,20,180);
	Menu5_2=new Array("Employment","/employment.htm","",0,20,200);
	Menu5_3=new Array("Farmers/Field day","/farmersfieldday.htm","",0,20,140);
	Menu5_4=new Array("Training/conference/Meetings","/Training.htm","",0,20,140);
Menu6=new Array("Market Intelligence","","",2,20,140);

	Menu6_1=new Array("Inputs","/Inputs.htm","",0,20,180);
	Menu6_2=new Array("Address of commodity Boards","/Address.htm","",0,20,250);


Menu7=new Array("Calender of events","/calendarevents.htm","",0,20,92);
Menu8=new Array("FAQs","/faq/FAQ.htm","",0,20,92);
Menu9=new Array("Contact Us","/Contactus.htm","",0,20,92);
Menu10=new Array("Related Sites","/Related Sites.htm","",0,20,92);
Menu11=new Array("Feed Back","/feedback1.htm","",0,20,92);









	

