<!--// Navigations for all page.
if(navigator.appVersion.charAt(0) >="3"){
	var img = new Array();
		// Message from the CEO
		img[0] = new Image(); img[0].src = "images/nav00001.gif";
		img[1] = new Image(); img[1].src = "images/nav00101.gif";
		// Financial Highlights
		img[2] = new Image(); img[2].src = "images/nav00002.gif";
		img[3] = new Image(); img[3].src = "images/nav00102.gif";
		// Financial Results
		img[4] = new Image(); img[4].src = "images/nav00003.gif";
		img[5] = new Image(); img[5].src = "images/nav00103.gif";
		// Securities Report
		img[6] = new Image(); img[6].src = "images/nav00004.gif";
		img[7] = new Image(); img[7].src = "images/nav00104.gif";
		// Business Report
		img[8] = new Image(); img[8].src = "images/nav00005.gif";
		img[9] = new Image(); img[9].src = "images/nav00105.gif";
		// IR Calendar
		img[10] = new Image(); img[10].src = "images/nav00006.gif";
		img[11] = new Image(); img[11].src = "images/nav00106.gif";
		// Stock Information
		img[12] = new Image(); img[12].src = "images/nav00007.gif";
		img[13] = new Image(); img[13].src = "images/nav00107.gif";
		// Electronic Publication
		img[14] = new Image(); img[14].src = "images/nav00008.gif";
		img[15] = new Image(); img[15].src = "images/nav00108.gif";
		// IR Library
		img[16] = new Image(); img[16].src = "images/nav00010.gif";
		img[17] = new Image(); img[17].src = "images/nav00110.gif";

	function Mover(nam,num){
		if (navigator.appVersion.charAt(0) >="3"){
		document.images[nam].src=img[num].src;
		}else{}
	}

	function Mout(nam,num){
		document.images[nam].src = img[num].src;
	}
}


