

/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#5B83AA';			// Background color when mouse is not over
	var LowSubBgColor='#5B83AA';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial, verdana"	// Font family menu items
	var FontSize=9;				// 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 'left', 'center' or 'right'
	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=50;				// Menu offset x coordinate
	var StartLeft=20;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	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='';				// span id for relative positioning
	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
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height


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("rollover:/graphics/healthbtn.gif:/graphics/healthbtn2.gif", "/health.php", "", 6, 40, 80);

  Menu1_1=new Array("Intercountry Inequality", "/life.php", "", 4, 20, 150);
   Menu1_1_1=new Array("Infant Mortality", "javascript:window.open('/life/infant.html','InfantMortality', 'width=800,height=600')", "", 0, 20, 166);
    Menu1_1_2=new Array("Under 5 Mortality", "javascript:window.open('/health/under_5/under_5.html','Under5Mortality', 'width=800,height=600')", "", 0, 20, 166);
    Menu1_1_3=new Array("Life Expectancy (1960,1970,1980,1990,2000)", "javascript:window.open('/life/life_index.html','LifeExpectancy', 'width=800,height=600')", "", 0, 35, 166);
    Menu1_1_4=new Array("Life Expectancy (1962,1972,1982,1992,2004)", "javascript:window.open('/life_new/life_index.html','LifeExpectancy', 'width=944,height=566')", "", 0, 35, 166);
  Menu1_2=new Array("Cause of Death", "/cause.php", "", 0);

  Menu1_3=new Array("Disease & Immunization", "/disease.php", "", 5, 20, 150);
    Menu1_3_1=new Array("Diphtheria", "javascript:window.open('/health/diphtheria/diphtheria.html','Diptheria', 'width=800,height=600')", "", 0, 20, 150);
    Menu1_3_2=new Array("Measles", "javascript:window.open('/health/measles/measles.html','Measles', 'width=800,height=600')", "", 0, 20, 150);
    Menu1_3_3=new Array("Polio", "javascript:window.open('/health/polio/polio.html','Polio', 'width=800,height=600')", "", 0, 20, 150);
	Menu1_3_4=new Array("Malaria", "/health/malaria/malaria.html", "", 0);
	Menu1_3_5=new Array("Tuberculosis", "javascript:window.open('/health/tb/tb.html','Tuberculosis', 'width=800,height=600')", "", 0, 20, 150);
	
  Menu1_4=new Array("Access to Health Care", "/access.php", "", 2);
    Menu1_4_1=new Array("Health Care Spending", "/spend.php", "", 0, 20, 150);
    Menu1_4_2=new Array("Health Professionals", "/professional.php", "", 0);

  Menu1_5=new Array("Inequality in Countries", "/intracountry.php", "",0, 20, 150);
  
  Menu1_6=new Array("HIV and AIDS", "/health/aids/aids.php", "", 4);
    Menu1_6_1=new Array("AIDS and Children", "/health/aids/aids_kids.php", "", 0, 20, 150);
    Menu1_6_2=new Array("Aids and Gender", "/health/aids/aids_gender.php", "", 0);
    Menu1_6_3=new Array("Economic Impact of AIDS", "/health/aids/econ_imp.php", "", 0);
    Menu1_6_4=new Array("Uganda and AIDS", "/health/aids/uganda_hiv.php", "", 0);

Menu2=new Array("rollover:/graphics/incomebtn.gif:/graphics/incomebtn2.gif", "/income.php", "", 4, 40);
 Menu2_1=new Array("Income Ratio PPP", "javascript:window.open('/income/rtioppp.html','IncomeRatio', 'width=944,height=566')", "", 0, 20, 150)
  Menu2_2=new Array("Gross Domestic Product (1975,1980,1990,2000)", "javascript:window.open('/gdp/gdp.html','GDP', 'width=800,height=600')", "", 0, 35, 150);
  Menu2_3=new Array("Gross Domestic Product (1975,1984,1994,2004)", "javascript:window.open('/gdp_new/gdp.html','GDPnew', 'width=944,height=566')", "", 0, 35, 150);
  Menu2_4=new Array("Gross National Product", "javascript:window.open('/gnp/gnp.html','GNP', 'width=800,height=600')", "", 0, 20, 150);

Menu3=new Array("rollover:/graphics/econbtn.gif:/graphics/econbtn2.gif", "/economic.php", "", 3, 40);
  Menu3_1=new Array("Foreign Investment", "javascript:window.open('/fdi/fdi.html','FDI', 'width=800,height=600')", "", 0, 20, 150);
  Menu3_2=new Array("Trade Theme", "/trade/trade_theme.php", "", 3, 20, 150);
    Menu3_2_1=new Array("Trade", "javascript:window.open('/trade/trade.html','Trade', 'width=800,height=600')", "", 0, 20, 150);
    Menu3_2_2=new Array("Trade Flows", "javascript:window.open('/trade/tradeflows.htm','TradeFlows', 'width=800,height=600')", "", 0, 20, 150);
    Menu3_2_3=new Array("Regional Trade Blocs", "/trade/subtheme_trade_blocs.php", "", 0, 20, 150);
 Menu3_3=new Array("Economic Crises & IMF", "/sap.php", "", 0, 20, 200);

Menu4=new Array("rollover:/graphics/genderbtn.gif:/graphics/genderbtn2.gif", "/gender/gender_mortality.php", "", 2, 40);
  Menu4_1=new Array("India", "/gender/gender_india.php", "", 0, 20, 150)
  Menu4_2=new Array("Sex Ratio", "javascript:window.open('/gender/gratio.html','GDP', 'width=800,height=600')", "", 0, 20, 150);



Menu5=new Array("rollover:/graphics/connectbtn.gif:/graphics/connectbtn2.gif", "/connect.php", "", 2, 40);
  Menu5_1=new Array("Telephone Mainlines", "javascript:window.open('/communication/telephone.html','Telephones', 'width=800,height=600')", "", 0, 20, 150);
  Menu5_2=new Array("Digital Divide", "/communication/digitaldivide.php", "", 0, 20, 150);

Menu6=new Array("rollover:/graphics/inequalbtn.gif:/graphics/inequalbtn2.gif", "/sen.php", "", 0, 40);

Menu7=new Array("rollover:/graphics/countrybtn.gif:/graphics/countrybtn2.gif", "/world.html", "", 0, 40, 100);

Menu8=new Array("rollover:/graphics/howtobtn.gif:/graphics/howtobtn2.gif", "/howto.html", "", 3, 40);
  Menu8_1=new Array("How to Use This Site", "/howto.html", "", 0, 20, 150);
  Menu8_2=new Array("How to Read a Graph", "/howto/graph.html", "", 0);
  Menu8_3=new Array("How to Use the Database", "/howto/database.html", "", 0, 20, 150);

Menu9=new Array("rollover:/graphics/instruct.gif:/graphics/instruct2.gif", "/instruct.html", "", 3, 40, 100);
    Menu9_1=new Array("Instructor's Page", "/instruct.html","", 0, 20, 150);
    Menu9_2=new Array("Teaching Activities", "/teach.html","", 0, 20, 150);
    Menu9_3=new Array("Instructional Ideas", "/ideas.html","", 0, 20, 150);


