// JavaScript Document

<!--

function popitup() {
	newwindow=window.open('','name','top=200,left=400,height=350,width=450,scrollbars=yes,resizable-no');
	var tmp = newwindow.document;
	tmp.write('<html><head><title>Offer Details & Condition</title>');
	tmp.write('<link rel="stylesheet" href="../css/popitv2.css">');
	tmp.write('</head><body><p class="red"><strong>FREE NIGHTS OFFER</strong></p>');
	tmp.write('<p class="indent"><strong>Stay 4, Pay 3 Nihgts; Stay 7, Pay 5 Nights</strong></p>');
	tmp.write('<ul><li>Receive 1 night free for a minimum of 3 nights stay on half board basis.</li><li>Receive 2 night free for a minimum of 5 nights stay on half board basis.</li></ul>');
	tmp.write('<p class="indent"><strong>Terms & Condition:</strong></p>');
	tmp.write('<ul><li>Validity: Valid all year round, except Dec. 23, 2009 - Jan. 5, 2010</li><li>Not combinable with other offer/promotions.</li><li>To be mention at the time of booking.</li></ul>');
	tmp.write('<br />');
	tmp.write('<p><a href="javascript:self.close()"><strong>Close Window</strong></a></p>');
	tmp.write('</body></html>');
	tmp.close();
}

function popitup2() {
	newwindow2=window.open('','name','top=200,left=400,height=350,width=400,scrollbars=yes');
	var tmp = newwindow2.document;
	tmp.write('<html><head><title>Offer Details & Condition</title>');
	tmp.write('<link rel="stylesheet" href="../css/popitv2.css">');
	tmp.write('</head><body><p class="red"><strong>HONEYMOON OFFER</strong></p>');
	tmp.write('<p class="indent"><strong>40% discount for the bride</strong></p>');
	tmp.write('<ul><li>Included in this package: a T-shirt, pareo, fruit basket, 2 diving initiations plus one dive inside the lagoon, spaarkling wine & a romantic candlelit dinner.</li></ul>');
	tmp.write('<p class="indent"><strong>Terms & Condition:</strong></p>');
	tmp.write('<ul><li>Validity: Valid all year round, except Dec. 23, 2009 - Jan. 5, 2010</li><li>Minimum of 7 nights stay.</li><li>Wedding certificate less than 6 months old must be produced at the hotel.</li><li>To be mention at the time of booking "Honeymoon Offer".</li></ul>');
	tmp.write('<br />');
	tmp.write('<p><a href="javascript:self.close()"><strong>Close Window</strong></a></p>');
	tmp.write('</body></html>');
	tmp.close();
}

function popitup4() {
	newwindow4=window.open('','name','top=200,left=400,height=350,width=400,scrollbars=yes');
	var tmp = newwindow4.document;
	tmp.write('<html><head><title>Offer Details & Condition</title>');
	tmp.write('<link rel="stylesheet" href="../css/popitv2.css">');
	tmp.write('</head><body><p class="red"><strong></strong></p>');
	tmp.write('<p class="indent"><strong></strong></p>');
	tmp.write('<ul><li></li></ul>');
	tmp.write('<p class="indent"><strong></strong></p>');
	tmp.write('<ul><li></li></ul>');
	tmp.write('<br />');
	tmp.write('<p><a href="javascript:self.close()"><strong>Close Window</strong></a></p>');
	tmp.write('</body></html>');
	tmp.close();
}



// -->