<!-- Begin CSS Horizontal Menu - menu ver 3.15 2009

// NOTE: If you use a ' add a slash before it like this \'


var menuside		= "center"	// MENU SIDE | left | right | center
var fixwrap		= "no"		// MAKE yes ONLY IF MENUS ARE WRAPPING
var menuwidth		= "900"		// TOTAL MENU WIDTH TO FIX WRAP



document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable"><tr><td class="printhide" align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');

document.write('<ul id="menunav">');







// START MENU LINKS - EDIT BELOW THIS AREA

document.write('<li style="width: 120px;"><a href="booking-form.html">Online Booking</a></li>');

document.write('  <li style="width: 90px;"><a href="../home.html">Home</a>'); 
document.write('    <ul>');
document.write('      <li><a href="../home.html">Holidays 4 You</a></li>');
document.write('      <li><a href="../site_map.html">Site Map</a></li>');
document.write('      <li><a href="../about.htm">About Us</a></li>');
document.write('      <li><a href="../privacy.html">Privacy Policy</a></li>');
document.write('      <li><a href="../phuket/faq-home.htm" target="blank">F.A.Q.</a></li>');
document.write('    </ul>');
document.write('  </li>');





document.write('  <li style="width: 90px;"><a href="../bangkok_hotels.html">Hotels</a>'); 
document.write('  </li>');


document.write('  <li style="width: 90px;"><a href="bangkok_apartments.html">Apartments</a>');
document.write('  </li>');


document.write('<li style="width: 90px;"><a href="contact.html">Contact Us</a></li>');

document.write('<li style="width: 90px;"><a href="../pattaya/index.html">Pattaya</a></li>');



document.write('  <li style="width: 120px;"><a href="../home.html" target="blank">South Thailand</a>');
document.write('    <ul>');

document.write('<li><a href="../phuket/index.html" class="parent">Phuket</a>');
document.write('<ul>');
document.write('<li><a href="../phuket_hotels.html" target="blank">Phuket Hotels</a></li>');
document.write('<li><a href="../phuket_apartments.html" target="blank">Phuket Apartments</a></li>');
document.write('<li><a href="../phuket_luxury_villas.html" target="blank">Phuket Luxury Villas</a></li>');
document.write('<li><a href="../phuket_luxury_hotels.html" target="blank">Phuket Luxury Hotels</a></li>');
document.write('<li><a href="../phuket_specials.html" target="blank">Phuket Special Price</a></li>');
document.write('</ul>');
document.write('</li>');

document.write('<li><a href="../khaolak_hotels.html" class="parent">Khao Lak</a>');
document.write('<ul>');
document.write('<li><a href="../khaolak_apartments.html" target="blank">Khao Lak Apartments Villas</a></li>');
document.write('<li><a href="../khaolak_hotels.html" target="blank">Khao Lak Hotels Resorts</a></li>');
document.write('</ul>');
document.write('</li>');



document.write('<li><a href="../samui_apartments_villas.html" class="parent">Koh Samui</a>');
document.write('<ul>');
document.write('<li><a href="../samui_apartments_villas.html" target="blank">Samui Apartments Villas</a></li>');
document.write('<li><a href="../samui_hotels.html" target="blank">Samui Hotels</a></li>');
document.write('<li><a href="../samui_luxury_villas.html" target="blank">Samui Luxury Villas</a></li>');
document.write('</ul>');
document.write('</li>');

document.write('<li><a href="../krabi_apartments.html" class="parent">Krabi Province</a>');
document.write('<ul>');
document.write('<li><a href="../krabi_apartments.html" target="blank">Krabi Apartments</a></li>');
document.write('<li><a href="../krabi_hotels.html" target="blank">Krabi Hotels</a></li>');
document.write('<li><a href="../kohlanta_apartments.html" target="blank">Kohlanta Apartments</a></li>');
document.write('<li><a href="../kohlanta_hotels.html" target="blank">Kohlanta Hotels</a></li>');
document.write('<li><a href="../kohlanta_specials.html" target="blank">Kohlanta Special Price</a></li>');
document.write('</ul>');
document.write('</li>');

document.write('</ul>');
document.write('</li>');






// END LINKS //

document.write('</ul>');
document.write('</td></tr></table>');
   if (fixwrap == "yes") {
document.write('<img src="picts/spacer.gif" width="'+menuwidth+'" height="1"><br>');
}
document.write('</td></tr></table>');

// END -->
