<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW 3RD SIDEBAR IMAGE
var showimage_4		= "yes"		// SHOW 4TH SIDEBAR IMAGE
var showimage_5		= "yes"		// SHOW 5TH SIDEBAR IMAGE
var showimage_6		= "yes"		// SHOW 6TH SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "yes"		// SHOW THE 3RD PARAGRAPH
var showarea_4		= "yes"		// SHOW THE 4TH PARAGRAPH
var showarea_5		= "yes"		// SHOW THE 5TH PARAGRAPH
var showarea_6		= "yes"		// SHOW THE 6TH PARAGRAPH
var noteborder		= "666666"	// BORDER COLOR AROUND THE NOTES


document.write('<TABLE cellpadding="3" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');

// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" bgcolor="#e5eefd" class="smalltext"><legend>');
document.write('<a href="http://thailiving.net/pattaya_condo_hots.php"><span class="subtitle" bgcolor="#e5eefd" ><IMG SRC="hot_indx2.jpg"</span></legend></a>');
   if (showimage_1 == "yes") {
document.write('<a href="http://thailiving.net/pattaya_condo_hots.php"><IMG SRC="hot_img.jpg" border="0" bgcolor="#e5eefd" width="150" height="105" class="borders"><br></a>');
}

document.write('</fieldset>');
document.write('<br><br>');
}

// END FIRST TEXT AREA

// START 2 TEXT AREA

   if (showarea_2 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="smalltext"><legend>');
document.write('<a href="http://thailiving.net/pattaya_condo_comm.php"><span class="subtitle">Commercial</span></legend></a>');
   if (showimage_2 == "yes") {
document.write('<a href="http://thailiving.net/pattaya_condo_comm.php"><IMG SRC="commercial_img.jpg" border="0" width="150" height="100" class="borders"><br></a>');
}

document.write('</fieldset>');
document.write('<br><br>');
}

// END 2 TEXT AREA

// START 3 TEXT AREA

   if (showarea_3 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="smalltext"><legend>');
document.write('<a href="http://thailiving.net/pattaya_condo_apt.php"><span class="subtitle">Condominium</span></legend></a>');
   if (showimage_3 == "yes") {
document.write('<a href="http://thailiving.net/pattaya_condo_apt.php"><IMG SRC="condo_img.jpg" border="0" width="150" height="100" class="borders"><br></a>');
}

document.write('</fieldset>');
document.write('<br><br>');
}

// END 3 TEXT AREA

// START 4 TEXT AREA

   if (showarea_4 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="smalltext"><legend>');
document.write('<a href="http://thailiving.net/pattaya_condo_houses.php"><span class="subtitle">Houses</span></legend></a>');
   if (showimage_4 == "yes") {
document.write('<a href="http://thailiving.net/pattaya_condo_houses.php"><IMG SRC="images/listing_100_clip_image002[1.jpg" border="0" width="150" height="100" class="borders"><br></a>');
}

document.write('</fieldset>');
document.write('<br><br>');
}

// END 4 TEXT AREA
// START 5 TEXT AREA

   if (showarea_5 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="smalltext"><legend>');
document.write('<a href="http://thailiving.net/pattaya_condo_land.php"><span class="subtitle">Land</span></legend></a>');
   if (showimage_5 == "yes") {
document.write('<a href="http://thailiving.net/pattaya_condo_land.php"><IMG SRC="images/rent.jpg" border="0" width="150" height="100" class="borders"><br></a>');
}

document.write('</fieldset>');
document.write('<br><br>');
}

// END 5 TEXT AREA
// START 6 TEXT AREA

   if (showarea_6 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="smalltext"><legend>');
document.write('<a href="http://thailiving.net/pattaya_condo_rent.php"><span class="subtitle">Rental</span></legend></a>');
   if (showimage_6 == "yes") {
document.write('<a href="http://thailiving.net/pattaya_condo_rent.php"><IMG SRC="rent_img.jpg" border="0" width="150" height="100" class="borders"><br></a>');
}

document.write('</fieldset>');
document.write('<br><br>');
}

// END 6 TEXT AREA


document.write('</td></tr></table>');
//  End -->