// 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 4 nights: Receive 2 nightd free including half board basis.</li></ul>');
	tmp.write('<p><strong>Details & Condition:</strong></p>');
	tmp.write('<ul><li>Validity: Apr. 19, 2010 - Oct. 20, 2010.</li><li>Applicable to Junior Suite and Villas (double or singale).</li><li>Free nights are on same basis as original bookings.</li><li>Free nights will be granted in room category originally booked.</li><li>Also applicable for children up to 18 years in separate room (Junior Suite only).</li><li>Combinable with the Early Booking 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>100% discount for the spouse on bed & breakfast basis or half board basis.</li><li>30% discount for the spouse on Bed & Breakfast Basis or Half Board Basis.</li></ul>');
	tmp.write('<p><strong>Details & Condition:</strong></p>');
	tmp.write('<ul><li>100% discount Validity: Apr. 19, 2010 - Oct. 20, 2010.</li><li>30% discount Validity: rest of the year, except festive season Dec. 23, 2010 - Jan. 6, 2011.</li><li>Applicable to Suites/Villas.</li><li>Wedding certificate has to be produced at time of check-in. Stay should not be more than 9 months after date of wedding.</li><li>In Suite/ Villa upon arrival: fruits specialty ] bottle of sparkling wine.</li><li>During stay: one candlelit dinner excluding drinks (3 courses menu with choice) if guests are on B&B basis and one upgraded lobster menu excluding drinks if guests are on HB basis.</li><li>Guests will be entitled to the above gifts if they spend a minimum stay of 5 paying nights at the hotel.</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>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>In Suite/Villa upon arrival: fruits specialty - bottle of sparkling wine.</li><li>During stay: one candlelit dinner excluding drinks (3 courses menu with choice) if guests are on B&B basis and one upgraded lobster menu excluding drinks if guests are on HB basis.</li><li>Guests will be entitled to the above gifts if they spend a minimum stay of 5 paying nights at the hotel.</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>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>100% discount Validity: Apr. 19, 2010 - Oct. 20, 2010.</li><li>30% discount Validity: rest of the year, except festive season Dec. 23, 2010 - Jan. 6, 2011.</li><li>Applicable to Suites/Villas.</li><li>Applicable to the 10th and subsequent anniversaries at 5 years interval.</li><li>Stay must not be more than 6 months prior or after date of anniversary.</li><li>In Suite/ Villa upon arrival: fruits specialty ] bottle of sparkling wine.</li><li>During stay: one candlelit dinner excluding drinks (3 courses menu with choice) if guests are on B&B basis and one upgraded lobster menu excluding drinks if guests are on HB basis.</li><li>Guests will be entitled to the above gifts if they spend a minimum stay of 5 paying nights at the hotel.</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();
}

// -->