<!--
var thenum = null;
function endorsement(thenum) {
	EText = new Array(3);
	EText[0]="<span class='divheader'>Most Pristine Reefs</span><br>People who dive all over the world say the reefs at Wakatobi are among the world's most diverse and pristine.";
	EText[1]="<span class='divheader'>Berkley White:</span><br><i>The 4:1 diver to guide ration is beyond generous, awesome, fantastic. Everybody gets to see everything!</i>";	
	EText[2]="<span class='divheader'>Stephan Becker:</span><br><i>I cannot recall that I have ever before dropped my jaw and dive slate at the site of such overwhelming beauty!</i>";
	EText[3]="<span class='divheader'>Dr. James Cervino:</span><br><i>Wakatobi has an almost pristine coral reef framework, which far exceeds what one could imagine.</i>";
	EImage= new Array(3);
	EImage[0]="/images/endorsement.jpg";
	EImage[1]="/images/BerkleyWhiteE1.jpg";
	EImage[2]="/images/StephanBeckerE1.jpg";
	EImage[3]="/images/DRCervinoE1.jpg";
	var id = document.getElementById("endorsebox");
	document.images['endorsementimage'].src=EImage[thenum];
	document.all.endorsebox.innerHTML =EText[thenum];
	}
//-->
