<!--
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 most diverse and pristine.";
	EText[1]="<span class='divheader'>Duncan Zillman:</span><br><i>Wakatobi is simply the most beautiful place I have ever seen...It is like no place else I've been!</i>";	
	EText[2]="<span class='divheader'>Tom Huff:</span><br><i>Wakatobi has everything any scuba diver wishes to discover in the underwater world... amazing in every way!</i>";
	EText[3]="<span class='divheader'>George Schneider:</span><br><i>Wakatobi dive resort and the Pelagian dive yacht should be at the top of every divers bucket list!</i>";
	EImage= new Array(3);
	EImage[0]="/images/endorsement.jpg";
	EImage[1]="/images/DuncanZimmermanE.jpg";
	EImage[2]="/images/TomHuffE.jpg";
	EImage[3]="/images/GeorgeSchneiderE.jpg";
	var id = document.getElementById("endorsebox");
	//document.images['endorsementimage'].src=EImage[thenum];
	document.all.endorsebox.innerHTML =EText[thenum];
	}
//-->

