<!--
	function windowOpener(days,mtype) {
		var message = "<b><font size='2' face='Arial' color='#666699'>Refundable Deposit</font></b><p align='justify'><font size='2' face='Arial'>Your deposit will be refunded if you cancel upto " + days + " days before arrival. We require email confirmation of your cancellation request or a verbal cancellation request. You will incur a mandatory administration fee of US $60  UK £40 in these circumstances</font></p>";
		var message2 = "<b><font size='2' face='Arial' color='#666699'>Deposit</font></b><p align='justify'><font size='2' face='Arial'>The deposit required to secure this reservation is stated here. The balance is required 42 days prior to arrival. You will receive an email reminder at the appropriate time.</font></p>";
		var message3 = "<b><font size='2' face='Arial' color='#666699'>Refundable Deposit</font></b><p align='justify'><font size='2' face='Arial'>Your deposit will be refunded if you cancel up to 14 days (off peak periods) and 21 days (peak periods) before arrival. We require email confirmation of your cancellation request or a verbal cancellation request. You will incur a mandatory administration fee of US $60  UK £40 in these circumstances</font></p>";
 		
 		msgWindow=window.open("","displayWindow","menubar=no,scrollbars=no,status=yes,width=300,height=200")
 		if (days) {
 			msgWindow.document.write(message);
 		}
 		else if(mtype == 2) {
 			msgWindow.document.write(message2);
 		}
 		else {
   		msgWindow.document.write(message3);
 		}
	}
	function prompt() {
		if((confirm("This option is for Island Hopping purposes!"))) {
			window.location = 'specify.pl?action=add';
		}
	}
	function pop() {
		page = "http://www.oanda.com/converter/classic?user=caribbean&lang=en";
		window.open(page,'CurrenyConverter','status=yes,scrollbars=no,resizable=no,width=650,height=550');
	}
//-->