// 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 6 nights & Pay 5 nights: Receive 1 night free including half board basis.</li><li>Stay 7 nights & Pay 6 nights: Receive 1 night free including half board basis.</li><li>Stay 10 nights & Pay 8 nights: Receive 2 nights free including half board basis.</li><li>Stay 13 nights & Pay 11 nights: Receive 2 nights free including half board basis.</li><li>Stay 14 nights & Pay 11 nights: Receive 3 nights free including half board basis.</li></ul>');
	tmp.write('<p><strong>Details & Condition:</strong></p>');
	tmp.write('<ul><li>Free Nights Offer 6=5, 10=8 & 14=11 Validity: May 1, 2010 - Sept. 30, 2010</li><li>Free Nights Offer 7=6, 13=11 Validity: Dec. 1, 2009 - Dec. 18, 2009; Jan. 9, 2010 - Mar. 26, 2010; Oct. 1, 2010 - Oct. 31, 2010.</li><li>Children sharing parents room: free half board during the free night.</li><li>Clients booked on All-Inclusive - No charge during the free night.</li><li>Applicable to all room categories.</li><li>Not combinable with Honeymoon Offer & Wedding Anniversary Offer.</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>50% discount for the spouse on half board basis.</li><li>Small bottle of champagne & fruits in room on arrival & 2 t-shirts.</li></ul>');
	tmp.write('<p><strong>Details & Condition:</strong></p>');
	tmp.write('<ul><li>Validity: Nov. 1, 2009 - Dec. 18, 2009; Jan. 9, 2010 - Mar. 26, 2010; May 1, 2010 - Oct. 31, 2010.</li><li>Lunch offered during the whole stay or 50% discount offered to the couple on All-Inclusive supplement.</li><li>The wedding has to be within six months prior to date of arrival.</li><li>Wedding certificate has to be produced at time of check-in.</li><li>Combinable with the Early Booking Offer.</li><li>To be mentioned at time of booking "Honeymoon Offer".</li><li>Not applicable on unit prices categories. N.B: Gifts and 1 lunch are offered year round.</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>5% discount on the packages (i.e Normal Rates + applicable offers).</li><li>The booking has to be placed latest 30 days before guest arrival.</li></ul>');
	tmp.write('<p><strong>Details & Condition:</strong></p>');
	tmp.write('<ul><li>Validity: Nov. 1, 2009 - Dec. 18, 2009; Jan. 9, 2010 - Mar. 26, 2010; Oct. 1, 2010 - Oct. 31, 2010.</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();
}

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>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>Wedding Anniversary Offer!!</strong></p>');
	tmp.write('<ul><li>50% discount for the spouse on half board basis.</li><li>Offer applies to every 5th anniversary.</li></ul>');
	tmp.write('<p><strong>Details & Condition:</strong></p>');
	tmp.write('<ul><li>Validity: Nov. 1, 2009 - Dec. 18, 2009; Jan. 9, 2010 - Mar. 26, 2010; May 1, 2010 - Oct. 31, 2010.</li><li>Wedding certificate has to be produced at time of check-in.</li><li>Wedding anniversary date should be within 3 months of date of arrival.</li><li>Combinable with the Early Booking Offer.</li><li>Not applicable on unit priced categories.</li><li>To be mentioned at time of booking "Wedding Anniversary 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();
}

// -->