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_Global_Trends.html";		Page[4] = "./4_Physical_Phenomena.html";		Page[5] = "./5_Environmental_Changes.html";		Page[6] = "./6_Environment_Summary.html";		Page[7] = "./7_Global_Warming.html";		Page[8] = "./8_Conclusion.html";		Page[9] = "../Exercises.html#Assignment6";	for (i = 0; i <=theLength; i++) {		if(theIndex==i) {			window.location = Page[i+1];		}	}}