// JavaScript Document

<!--

function popitup() {
	newwindow=window.open('','name','top=200,left=400,height=350,width=420,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 - Stay 4 & Pay 3 nights!!</strong></p>');
	tmp.write('<ul><li>Pay 3 nights and have 1 night free on half board basis.</li><li>Validity: April 11, 2010 to Sept. 30, 2010</li><li>Suplement all inclusive to be paid on free nights.</li><li>Not combinable with other promotion.</li><li>Not applicable for Senior Suite & Villa.</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=300,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 Offer!!</strong></p>');
	tmp.write('<ul><li>40% discount for the bride, the husband pays the full room rate.</li><li>Validity: All year round except Dec. 23, 2009 - Jan. 4, 2010</li><li>Upon arrival, T-shirts, fruit basket, flowers, sparkling wine in room.</li><li>A wedding certificate not older than 9 months may be required at the check-in.</li><li>The suplement deluxe all inclusive must be paid if the clients book the all inclusive package.</li><li>Not combinable with other promotion.</li><li>Minimum of 5 nights stay.</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=300,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>50% discount on the packages.</li><li>Validity: Nov. 1, 2009 to Dec. 18, 2009; Jan. 9, 2010 - Mar. 26, 2010; May. 1, 2010 - Oct. 31, 2010.</li><li>The booking has to be placed latest 30 days before guest arrival.</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=300,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>Validity: Nov. 1, 2009 to Dec. 18, 2009; Jan. 9, 2010 - Mar. 26, 2010; May. 1, 2010 - Oct. 31, 2010.</li><li>Offer applies to every 5th anniversary.</li><li>Wedding certificate has to be produced at time of check-in.</li><li>Wedding anniversary date should be within three months of date of arrival.</li><li>Combinable with the Early Booking Offer.</li><li>Combinable with the Early Booking Discount.</li><li>To be mentioned at time of booking "Wedding Anniversary Offer".</li><li>Not applicable on unit priced categories.</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();
}

// -->