function gotoURL(url){
	if (url == "padi"){
		window.open('http://www.padi.com');
	}else if (url == "questions"){
		window.location.href = "contactus.asp";
	}else if (url == "ecards" || url == "photogallery"){
		window.open('http://album.cocodivers.com','photogallery');
	}else if (url == "guestbook"){
		window.open('http://guestbook.cocodivers.com','photogallery');
	}else if (url == "book"){
		window.open('http://www.cocobeach.com/web/reservation.htm');		
	}else{
		window.location.href = url+".asp";	
	}
}
