// JavaScript Document
	
	/*
	var arr_modules = "";
	
	$.get("xml/en/modules.xml",function(xml){
  		var str_modules = $("module",xml).text();
  		//alert (str_modules);
		//arr_modules = split(str_modules, " ")
		//$("div#xml").html("<h1>"+text+"</h1>");
	});
	*/
	
	//GET MODS AND TOPICS FROM XML
	var arr_modules = ["Relationships and Sexuality", "STIs, HIV and AIDS", "ABC of HIV Prevention", "Getting Tested", "Living with HIV"]; 
	
	var arr_module_01 = ["Introduction", "Relationships", "Sexuality", "Gender", "Summary"];
	var arr_module_02 = ["Introduction", "STIs", "HIV", "AIDS", "Summary"];
	var arr_module_03 = ["Introduction", "Abstinence", "Being tested &amp; being faithful", "Condoms", "Summary"];
	var arr_module_04 = ["Introduction", "Why get tested", "About the test", "After the test", "Summary"];
	var arr_module_05 = ["Introduction", "Antiretroviral Therapy", "Lifestyle changes", "Mother to child", "Summary"];
	
	var arr_footer = ["Cartoon", "Games", "Resources", "Credits"];
	
	var arr_footerIndex = ["About 'Respect'", "About Camara", "Credits"];
