
//< !-- Start

// NOTE: This is the menu without the pictures
// NOTE: If you use a ' add a slash before it like this \'

// document.write('<a href="vacation.htm">Vacation Rental</a> | <a href="retreat.htm">Retreat</a> | <a href="business.htm">Meeting Room</a> | <a href="tourism.htm">Ecotourism</a> | <a href="hobby.htm">Hobby & Crafts</a>');

//  End -->



 <!-- Start

// NOTE: If you use a ' add a slash before it like this \'

 document.write('<table border="0" cellpadding="0" cellspacing="0" width="500"><tr><td width="20%" align="center">');
 document.write('<img src="picts/icon-vacation.jpg">');
 document.write('</td><td width="20%" align="center">');
 document.write('<img src="picts/icon-retreat.jpg">');
 document.write('</td><td width="20%" align="center">');
 document.write('<img src="picts/icon-meeting.jpg">');
 document.write('</td><td width="20%" align="center">');
 document.write('<img src="picts/icon-tourism.jpg">');
 document.write('</td><td width="20%" align="center">');
 document.write('<img src="picts/icon-hobby.jpg">');
 document.write('</td></tr><tr><td width="20%" align="center">');

 document.write('<a href="vacation.htm">Vacation Rental</a>');
 document.write('</td><td width="20%" align="center">');
 document.write('<a href="retreat.htm">Retreat</a>');
 document.write('</td><td width="20%" align="center">');
 document.write('<a href="business.htm">Meeting Room</a>');
 document.write('</td><td width="20%" align="center">');
 document.write('<a href="tourism.htm">Ecotourism</a>');
 document.write('</td><td width="20%" align="center">');
 document.write('<a href="hobby.htm">Hobby & Crafts</a>');
 document.write('</td></tr></table>');

//  End -->

