// JavaScript Document

<!--

function popitup() {
	newwindow=window.open('','name','top=200,left=400,height=350,width=400,scrollbars=yes,resizable-no');
	var tmp = newwindow.document;
	tmp.write('<html><head><title>Terms & Condition</title>');
	tmp.write('<link rel="stylesheet" href="../css/popit.css">');
	tmp.write('</head><body><p><h1>Terms & Condition </h1></p>');
	tmp.write('<p><strong>Free Nights Offer:</strong></p>');
	tmp.write('<ul><li>Stay a minimum of 5 nights and get 1 night free on HB Basis.</li></ul>');
	tmp.write('<ul><li>Stay a minimum of 8 nights and get 2 nights free on HB Basis.</li></ul>');
	tmp.write('<p><strong>Details & Condition:</strong></p>');
	tmp.write('<ul><li>Validity: All year round except Dec 22, 2011 - Jan 2, 2012.</li><li>Applicable to all room types.</li><li>Subject to availability.</li><li>Applicable to child/teen in own room.</li><li>Includes half board meals served in main restaurant.</li><li>Full Board or All Inclusive supplement can be taken at applicable supplement.</li><li>Non-combinable with other promotion except Early Booking Offer.</li></li><li>To be mentioned at 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>Terms & Condition</title>');
	tmp.write('<link rel="stylesheet" href="../css/popit.css">');
	tmp.write('</head><body><p><h1>Terms & Condition </h1></p>');
	tmp.write('<p><strong>Honeymoon Special Offer!!</strong></p>');
	tmp.write('<ul><li>30% discount for the bride on half board basis.</li><li>Upon arrival, one t-shirt, one pareo, one fruit platter, one bottle of sparkling wine & one special gala meal for 2 persons.</li></ul>');
	tmp.write('<p><strong>Details & Condition:</strong></p>');
	tmp.write('<ul><li>Nov. 1, 2010 - Oct. 31, 2011 (except Dec. 20, 2010 - Jan. 4, 2011).</li><li>Subject to availability.</li><li>Applicable to all room types.</li><li>Reduction is applicable only to the spouse; the husband pays full fare.</li><li>Reduction does not apply to Full Board or All Inclusive supplement.</li><li>This promotion is non-combinable with any other promotion, except the Early Bird Offer.</li><li>Wedding certificate must not exceed 9 months from date of issue at time of travel & may be required at check-in.</li><li>To be mentioned at 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 popitup3() {
	newwindow3=window.open('','name','top=200,left=400,height=350,width=400,scrollbars=yes');
	var tmp = newwindow3.document;
	tmp.write('<html><head><title>Terms & Condition</title>');
	tmp.write('<link rel="stylesheet" href="../css/popit.css">');
	tmp.write('</head><body><p><h1>Terms & Condition </h1></p>');
	tmp.write('<p><strong>Early Booking Offer!!</strong></p>');
	tmp.write('<ul><li>10% discount per booking per stay on half board basis.</li><li>For all booking made and confirmed 30 days before the date of arrival.</li></ul>');
	tmp.write('<p><strong>Details & Condition:</strong></p>');
	tmp.write('<ul><li>Nov. 1, 2010 - Oct. 31, 2011 (except Dec. 20, 2010 - Jan. 4, 2011).</li><li>Applicable to all room types.</li><li>Subject to availability.</li><li>Applicable also for children or teenagers in separate room.</li><li>Reduction does not apply to Full Board or All Inclusive supplement.</li><li>The early booking offer is combinable with other promotion.</li><li>To be mentioned at 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();
}

// -->
