if(navigator)  {        	button01=new Image();		button01.src="../../images/Btns/PrevBtnOver.jpg";	button02=new Image();		button02.src="../../images/Btns/PrevBtnDown.jpg";	button03=new Image();		button03.src="../../images/Btns/NextBtnOver.jpg";	button04=new Image();		button04.src="../../images/Btns/NextBtnDown.jpg";		        }function jumpTo (theLength,theIndex) {	var Page = new Array(theLength + 1);		Page[1] = "./1_Contents.html";		Page[2] = "./2_Introduction.html";		Page[3] = "./3_Mesoamerica_Map.html";		Page[4] = "./4_Overview_Map.html";		Page[5] = "./5_Core_Map.html";		Page[6] = "./6_Acropolis.html";		Page[7] = "./7_North_Acropolis.html";		Page[8] = "./8_Central_Acropolis.html";		Page[9] = "./9_Living_Courts.html";		Page[10] = "./10_Palace_Structures.html";		Page[11] = "./11_Palace_Range_Structure.html";		Page[12] = "./12_Temple_I.html";		Page[13] = "./13_Conclusion.html";		Page[14] = "../Exercises.html#Assignment8";	for (i = 0; i <=theLength; i++) {		if(theIndex==i) {			window.location = Page[i+1];		}	}}