// 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 8, Pay 4 Nights</strong></p>');
	tmp.write('<ul><li>Receive 1 up tp 4 nights free for a minimum of 4 nights paid.</li><li>Valid: Jan. 7, 2011 - Apr. 17, 2011; Oct. 1, 2011 - Dec. 21, 2011.</li><li>Subject to availability.</li><li>Applicable to Luxury Pavilion, Luxury Villa w/ Garden & Luxury Villa w/ Private Pool.</li><li>To be mentioned at time of booking.</li></ul>');
	tmp.write('<p class="indent"><strong>Stay 10, Pay 5 Nights</strong></p>');
	tmp.write('<ul><li>Receive 1 up tp 5 nights free for a minimum of 5 nights paid.</li><li>Receive 1 up tp 5 nights free for a minimum of 5 nights stay.</li><li>Receive 1 up tp 6 nights free for a minimum of 6 nights stay.</li><li>Receive 1 up tp 7 nights free for a minimum of 7 nights stay.</li><li>Valid: Apr. 18, 2010 - Sept. 30, 2010.</li><li>Applicable to Luxury Pavilion, Luxury Villa w/ Garden.</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>Offer Details & Condition</title>');
	tmp.write('<link rel="stylesheet" href="../css/popitv2.css">');
	tmp.write('</head><body><p class="red"><strong>HONEYMOON OFFER</strong></p>');
	tmp.write('<p class="indent"><strong>50% discount for the bride on Bed & Breakfast Basis</strong></p>');
	tmp.write('<ul><li>Valid: Oct. 1, 2011 - Dec. 23, 2011.</li><li>1 candlelit dinner (food only) per couple per stay.</li><li>One 30 minutes Spa treatment per person per stay.</li><li>A minimum of 6 nights stay.</li><li>Applicable to Luxury Pavilion, Luxury Villa w/ Garden & Luxury Villa w/ Private Pool.</li><li>To be mentioned at time of booking.</li></ul>');
	tmp.write('<p class="indent"><strong>100% discount for the bride on Bed & Breakfast Basis</strong></p>');
	tmp.write('<ul><li>Valid: Apr. 18, 2011 - Sept. 30, 2011.</li><li>One bottle of wine on day of arrival.</li><li>A minimum of 6 nights stay.</li><li>Applicable to Luxury Pavilion, Luxury Villa w/ Garden & Luxury Villa w/ Private Pool.</li><li>To be mentioned at time of booking.</li></ul>');
	tmp.write('<p class="indent"><strong>Terms & Condition:</strong></p>');
	tmp.write('<ul><li>Landmark wedding anniversaries are the fifth or subsequent landmark anniversary at 5 year intervals.</li><li>Verification is required for honeymoon and landmark anniversary stays. Marriage certificates should not be more than 6 months old.</li><li>The above Value Added Offers are subject to availability.</li><li>The above offers are strictly non-combinable with any other existing offers.</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>WEDDING ANNIVERSARIES</strong></p>');
	tmp.write('<p class="indent"><strong>50% discount for the bride on Bed & Breakfast Basis</strong></p>');
	tmp.write('<ul><li>Valid: Jan. 7, 2011 - Apr. 17, 2011; Oct. 1, 2011 - Dec. 21, 2011.</li><li>1 candlelit dinner (food only) per couple per stay.</li><li>One 30 minutes Spa treatment per person per stay.</li><li>A minimum of 6 nights stay.</li><li>Applicable to Luxury Pavilion, Luxury Villa w/ Garden & Luxury Villa w/ Private Pool.</li><li>To be mentioned at time of booking.</li></ul>');
	tmp.write('<p class="indent"><strong>100% discount for the bride on Bed & Breakfast Basis</strong></p>');
	tmp.write('<ul><li>Valid: Apr. 18, 2011 - Sept. 30, 2011.</li><li>One bottle of wine on day of arrival.</li><li>A minimum of 6 nights stay.</li><li>Applicable to Luxury Pavilion, Luxury Villa w/ Garden & Luxury Villa w/ Private Pool.</li><li>To be mentioned at time of booking.</li></ul>');
	tmp.write('<p class="indent"><strong>Terms & Condition:</strong></p>');
	tmp.write('<ul><li>Landmark wedding anniversaries are the fifth or subsequent landmark anniversary at 5 year intervals.</li><li>Verification is required for honeymoon and landmark anniversary stays. Marriage certificates should not be more than 6 months old.</li><li>The above Value Added Offers are subject to availability.</li><li>The above offers are strictly non-combinable with any other existing offers.</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();
}



// -->
