<!--
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 worlds most diverse and pristine.";
	EText[1]="<span class='divheader'>Martin Heyn:</span><br><i>What solidifies Wakatobi as a premier dive destination is what matters most, the incredible diving!</i>";	
	EText[2]="<span class='divheader'>Richard Wilson:</span><br><i>Wakatobi never stays the same; it is a beautiful, natural place that never stops improving</i>";
	EText[3]="<span class='divheader'>Craig Willemsen:</span><br><i>I run CCR groups all over the world and Wakatobi far exceeded my expectations and my entire group was ecstatic!</i>";
	EImage= new Array(3);
	EImage[0]="/images/endorsement.jpg";
	EImage[1]="/images/MartinHeynE.jpg";
	EImage[2]="/images/RicharWilsonE.jpg";
	EImage[3]="/images/CraigWillemsenE.jpg";
	var id = document.getElementById("endorsebox");
	document.images['endorsementimage'].src=EImage[thenum];
	document.all.endorsebox.innerHTML =EText[thenum];
	}
//-->
