<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Holidays 4 You<br /> Recommend<br></legend>');

document.write('<a href="apartments_condos/chalong_condoapartments_MandalayPalms.html">Mandalay apartments Chalong</a><br /> <a href="../patong_apartments_Atthe9thFloor.html">Rooms at The 9th Floor Patong</a><br><a href="../../patong_apartments_PrinceEdouard.html">Prince Edouard Apartments</a><br><a href="../../phuket_apartments_ToyVillas.html">Toy Villas</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<fieldset><legend>');
document.write('World wide Hotels<br></legend>');
document.write('World wide Hotel Booking<br /> Search Hotels<br /> <a href="http://www.booking.com/?aid=331268&tmpl=searchbox&target=name_of_iframe" target="blank""><b>Click here</b></a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('For Seniors <br>and Customers<br></legend>');

document.write('<a href="../../Customer_Information.html">Customer Information & Information for Seniors</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Visa Run<br></legend>');

document.write('Visa Run to Malaysia and Ranong from Phuket <a href="../visa_run.html">Click here</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3





document.write('</td></tr></table>');


// -- END -->
