 /***********************************************
*	(c) Ger Versluis 2500 version 13.10 August 1, 2504       *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=20;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#85BEE6";			// Background color when mouse is not over
	var HighBgColor="#377FB1";			// Background color when mouse is over
	var FontLowColor="#0E4686";			// Font color when mouse is not over
	var FontHighColor="#810603";			// Font color when mouse is over
	var BorderColor="#054B7C";			// Border color
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var StartTop= 0;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight

	var StartLeft= 0;			// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Borderwidth between elements
	var BorderBtwnSub=1;			// Borderwidth between elements sub items
	var FontFamily="Trebuchet MS";	// Font family menu items
	var FontSize=11;				// 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 can be: left, center, 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 VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=18;				// Left padding
	
	var TopPaddng=4;			// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=0;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"images/blue_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;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#85BEE6, offX=0, offY=0, positive=0)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#85BEE6, direction=0, strength=0)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	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 defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("rollover?"+BaseHref+"images/abt_us.gif?"+BaseHref+"images/abt_us_roll.gif","about_us.htm","",0,23,177,"","","","","","",-1,-1,-1,"Center","About CARA");

Menu2=new Array("rollover?"+BaseHref+"images/guideline.gif?"+BaseHref+"images/guideline_roll.gif","#","",4,23,177,"","","","","","",-1,-1,-1,"Center","Guidelines");
	Menu2_1=new Array("In-country  Adoption","guide_in_country.htm","images/but.gif",0,25,170,"","","","","","",-1,-1,-1,"","In-country  Adoption");
	Menu2_2=new Array("Inter-country Adoption","guide_inter_country.htm","images/but.gif",0,25,160,"","","","","","",-1,-1,-1,"","Inter-country Adoption");
	Menu2_3=new Array("Family Adoption","guide_family.htm","images/but.gif",0,25,160,"","","","","","",-1,-1,-1,"","Family Adoption");
	Menu2_4=new Array("Definition of Special Needs Pradeep ","definition_sp_needs.htm","images/but.gif",0,30,160,"","","","","","",-1,-1,-1,"","Definition of Special Needs");

Menu3=new Array("rollover?"+BaseHref+"images/adopt_procedure.gif?"+BaseHref+"images/adopt_procedure_rol.gif","#","",2,23,177,"","","","","","",-1,-1,-1,"Center","Adoption Procedure");
	Menu3_1=new Array("In-country","ad_procedure_in_country.htm","images/but.gif",0,25,146,"","","","","","",-1,-1,-1,"","In-country");
	Menu3_2=new Array("Inter-country","ad_procedure_inter_country.htm","images/but.gif",1,25,146,"","","","","","",-1,-1,-1,"","Inter-country"); 	
	Menu3_2_1=new Array("Hague Process","ad_procedure_hague_process.htm","images/but.gif",0,20,146,"","","","","","",-1,-1,-1,"","Hague Process");
	//Menu3_3=new Array("Family / Relative Adoption","under_cons.htm","",0,32,146,"","","","","","",-1,-1,-1,"","Family / Relative Adoption");

Menu4=new Array("rollover?"+BaseHref+"images/dos_dnt.gif?"+BaseHref+"images/dos_dnt_rol.gif","dos_dnts.htm","",2,23,177,"","","","","","",-1,-1,-1,"Center","Dos & Donts");
	Menu4_1=new Array("Rights & Responsibilities","rights_responsibilities.htm","images/but.gif",0,25,160,"","","","","","",-1,-1,-1,"","Rights & Responsibilities");
	Menu4_2=new Array("Myths & Realities","myths_reality.htm","images/but.gif",0,25,146,"","","","","","",-1,-1,-1,"","Myths & Realities");
	


Menu5=new Array("rollover?"+BaseHref+"images/associatd_agencis.gif?"+BaseHref+"images/associatd_agencis_roll.gif","#","",6,23,177,"","","","","","",-1,-1,-1,"Center","Associated Agencies");
	Menu5_1=new Array("RIPAs","ipas_list.htm","images/but.gif",0,25,180,"","","","","","",-1,-1,-1,"","Recognised Indian Placement Agencies (RIPA’s)");
	Menu5_2=new Array("EFAAs","list_of_foreign_agencies.htm","images/but.gif",0,25,146,"","","","","","",-1,-1,-1,"","Enlisted Foreign Agencies (EFAs)");
	Menu5_3=new Array("ACAs","aca.htm","images/but.gif",0,25,146,"","","","","","",-1,-1,-1,"","Adoption Co-ordinating Agencies (ACA’s)");
	Menu5_4=new Array("Shishu Grehs","list_shishu_greh.htm","images/but.gif",0,25,146,"","","","","","",-1,-1,-1,"","Shishu Greh");
	Menu5_5=new Array("LAPA","lapa_list.htm","images/but.gif",0,25,146,"","","","","","",-1,-1,-1,"","LAPA");
	Menu5_6=new Array("Adoptive Parents Association","adoptive_parents_association.htm","images/but.gif",0,25,180,"","","","","","",-1,-1,-1,"","Adoptive Parent Association");
	

Menu6=new Array("rollover?"+BaseHref+"images/legislation_blue.gif?"+BaseHref+"images/legislation_rol_blue.gif","legislation.htm","",0,23,177,"","","","","","",-1,-1,-1,"Center","Legislation");
	//Menu6_1=new Array("HAMA","hama.htm","images/but.gif",0,25,146,"","","","","","",-1,-1,-1,"","Hama");
	//Menu6_2=new Array("GAWA","gwa.htm","images/but.gif",0,25,146,"","","","","","",-1,-1,-1,"","Gawa");
	//Menu6_3=new Array("The Juvenile Justice (Care and Protection of Children) and Amendment Act 2506","javascript:window.open('pdfs/jjactamedment.pdf');","images/but.gif",0,60,146,"","","","","","",-1,-1,-1,"","The Juvenile Justice (Care and Protection of Children) Amendment Act 2506");

Menu7=new Array("rollover?"+BaseHref+"images/inter_stndrds_blue.gif?"+BaseHref+"images/inter_stndrds_rol_blue.gif","international_stnds.htm","",0,23,177,"","","","","","",-1,-1,-1,"Center","International Standards");
	//Menu7_1=new Array("The UN Convention on the Rights of the Child, 1989","under_cons.htm","images/but.gif",0,45,146,"","","","","","",-1,-1,-1,"","The UN Convention on the Rights of the Child, 1989");
	//Menu7_2=new Array("Hague Convention","under_cons.htm","images/but.gif",0,25,146,"","","","","","",-1,-1,-1,"","Hague Convention");
	

Menu8=new Array("rollover?"+BaseHref+"images/schems_blue.gif?"+BaseHref+"images/schems_rol_blue.gif","scheme_new.htm","",0,23,177,"","","","","","",-1,-1,-1,"Center","Schemes");
	//Menu8_1=new Array("Scheme","scheme.htm","",0,25,146,"","","","","","",-1,-1,-1,"","Scheme");
	//Menu8_2=new Array("Database","#","",0,25,146,"","","","","","",-1,-1,-1,"","Database");

Menu9=new Array("rollover?"+BaseHref+"images/database_blue.gif?"+BaseHref+"images/database_rol_blue.gif","database.htm","",0,23,177,"","","","","","",-1,-1,-1,"Center","Database");

Menu10=new Array("rollover?"+BaseHref+"images/rti_blue.gif?"+BaseHref+"images/rti_rol_blue.gif","rti.htm","",0,23,177,"","","","","","",-1,-1,-1,"Center","Right to Information Act");

Menu11=new Array("rollover?"+BaseHref+"images/new_events_blue.gif?"+BaseHref+"images/new_events_rol_blue.gif","news_events.htm","",0,23,177,"","","","","","",-1,-1,-1,"Center","News / Events");

Menu12=new Array("rollover?"+BaseHref+"images/publication_blue.gif?"+BaseHref+"images/publication_rol_blue.gif","publication.htm","",0,23,177,"","","","","","",-1,-1,-1,"Center","Publiction");

Menu13=new Array("rollover?"+BaseHref+"images/annual_report.gif?"+BaseHref+"images/annual_report_roll.gif","annualreport.htm","",0,23,177,"","","","","","",-1,-1,-1,"Center","AnnualReport");

Menu14=new Array("rollover?"+BaseHref+"images/news_let.gif?"+BaseHref+"images/news_let_roll.gif","newsletter.htm","",0,23,177,"","","","","","",-1,-1,-1,"Center","NewsLetter");

Menu15=new Array("rollover?"+BaseHref+"images/confer_workshop.gif?"+BaseHref+"images/confer_workshop_rol.gif","confernce_workshop.htm","",0,23,177,"","","","","","",-1,-1,-1,"Center","Conference / Workshop");

Menu16=new Array("rollover?"+BaseHref+"images/trainin_calender_blue.gif?"+BaseHref+"images/trainin_calender_rol_blue.gif","training_calender.htm","",0,23,177,"","","","","","",-1,-1,-1,"Center","Training Calender");

//Menu14=new Array("Download","#"," ",4,25,146,"","","","","","",-1,-1,-1,"","Download");
	//Menu14_1=new Array("RIPA’s","#","",0,25,146,"","","","","","",-1,-1,-1,"","RIPA’s");
	//Menu14_2=new Array("EFA’s","#","",0,25,146,"","","","","","",-1,-1,-1,"","EFA’s");
	//Menu14_3=new Array("Quarterly Face Sheet for Adoption DATA","#","",0,36,146,"","","","","","",-1,-1,-1,"","Quarterly Face Sheet for Adoption DATA");
	//Menu14_4=new Array("Annual Face Sheet for Adoption DATA","#","",0,36,146,"","","","","","",-1,-1,-1,"","Annual Face Sheet for Adoption DATA");

		
Menu17=new Array("rollover?"+BaseHref+"images/career.gif?"+BaseHref+"images/career_rol.gif","career_advertisements.htm","",0,23,177,"","","","","","",-1,-1,-1,"Center","Career");

Menu18=new Array("rollover?"+BaseHref+"images/comittes.gif?"+BaseHref+"images/comittes_rol.gif","committee.htm","",0,23,177,"","","","","","",-1,-1,-1,"Center","Committee");
	//Menu16_1=new Array("Management Committee","management_committee.htm","images/but.gif",0,30,160,"","","","","","",-1,-1,-1,"","Management committee");
	//Menu16_2=new Array("Media Committee","#","",0,25,146,"","","","","","",-1,-1,-1,"","Media Committee");

//Menu17=new Array("Contact Us","contact_us.htm"," ",0,25,146,"","","","","","",-1,-1,-1,"","Contact Us");

Menu19=new Array("rollover?"+BaseHref+"images/state_portal.gif?"+BaseHref+"images/state_portal_rol.gif","#","",5,23,177,"","","","","","",-1,-1,-1,"Center","State Portal");
	Menu19_1=new Array("North","north_portal.htm","images/but.gif",0,25,146,"","","","","","",-1,-1,-1,"","North");
	Menu19_2=new Array("South","south_portal.htm","images/but.gif",0,25,146,"","","","","","",-1,-1,-1,"","South");
	Menu19_3=new Array("West","west_portal.htm","images/but.gif",0,25,146,"","","","","","",-1,-1,-1,"","West");
	Menu19_4=new Array("East","east_portal.htm","images/but.gif",0,25,146,"","","","","","",-1,-1,-1,"","East");
	Menu19_5=new Array("North East","north_east_portal.htm","images/but.gif",0,24,146,"","","","","","",-1,-1,-1,"","North East");

Menu20=new Array("rollover?"+BaseHref+"images/download_blue.gif?"+BaseHref+"images/download_rol_blue.gif","download_forms.htm","",0,23,177,"","","","","","",-1,-1,-1,"Center","Download Forms");
