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] = "./01_Contents.html";		Page[2] = "./02_Introduction.html";		Page[3] = "./03_Superposition.html";		Page[4] = "./04_Stratigraphy.html";		Page[5] = "./05_Cross_Dating.html";		Page[6] = "./06_Artifacts.html";		Page[7] = "./07_Dendrochronology.html";		Page[8] = "./08_Radiocarbon_Dating.html";		Page[9] = "./09_Potassium_Argon_Dating.html";		Page[10] = "./10_Obsidian_Hydration.html";		Page[11] = "./11_Paleomag_Archaeomag.html";		Page[12] = "./12_Luminescence.html";		Page[13] = "./13_Other_Isotopes.html";		Page[14] = "./14_Conclusion.html";		Page[15] = "../Exercises.html#Assignment1";		for (i = 0; i <=theLength; i++) {		if(theIndex==i) {			window.location = Page[i+1];					}	}}