// 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 7, Pay 6 Nights; Stay 12, Pay 10 Nights; Stay 14, Pay 11 Nights</strong></p>');
	tmp.write('<ul><li>Receive 1 night free for a minimum of 6 nights stay on half board basis.</li><li>Receive 2 nights free for a minimum of 10 nights stay on half board basis.</li><li>Receive 3 nights free for a minimum of 11 nights stay on half board basis.</li></ul>');
	tmp.write('<p class="indent"><strong>Terms & Conditions:</strong></p>');
	tmp.write('<ul><li>Validity: Dec. 1, 2009 - Dec. 21, 2009; Jan. 7, 2010 - Aug. 31, 2010</li><li>Not combinable with other special offer/promotions.</li><li>Not applicable for suites.</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">HONEYMOON OFFER<strong></strong></p>');
	tmp.write('<p class="indent"><strong>25% discount for the bride on half board basis.</strong></p>');
	tmp.write('<ul><li>Included in this package: Gift from management, bottle of sparkling wine on arrival & candlelight dinner (menu).</li></ul>');
	tmp.write('<p class="indent"><strong>Terms & Condition:</strong></p>');
	tmp.write('<ul><li>Validity: Valid all year round, except Dec. 12, 2009 - Jan. 6, 2010</li><li>A wedding certificate not older than 9 months will be required at check-in.</li><li>Not combinable with other special offer/promotion.</li><li>Not applicable for suites.</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 popitup3() {
	newwindow3=window.open('','name','top=200,left=400,height=350,width=400,scrollbars=yes');
	var tmp = newwindow3.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>EARLY BOOKING OFFER</strong></p>');
	tmp.write('<p class="indent"><strong>5% discount per person</strong></p>');
	tmp.write('<ul><li>Validity: Valid all year round, except Dec. 22, 2009 - Jan. 6, 2010.</li><li>Any booking & paid 60 days prior to arrival date.</li><li>Minimum of 7 nights stay</li><li>Not combinable with other special offer/pormotions.</li><li>Not applicable for suites.</li><li>to be mention at the time of booking "Early Booking 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>WEEDING ANNIVERSARY OFFER</strong></p>');
	tmp.write('<p class="indent"><strong>25% discount for the bride</strong></p>');
	tmp.write('<ul><li>d</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();
}



// -->