<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS


var bottomspace		= "40"			// MENU BOTTOM SPACE
var showimage		= "yes"			// SHOW FIRST SIDEBAR IMAGE
var linkimage		= "products.htm"	// LINK FOR IMAGE 1





document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">About Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="rental-policy.htm" class="menu">Rental Policy</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="location.htm" class="menu">Location</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="lake-ouachita.htm" class="menu">Lake Ouachita</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="features.htm" class="menu">Features</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="prices-avail.htm" class="menu">Prices & Availability</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="waverunners.htm" class="menu">Waverunner Rentals</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="site_map.htm" class="menu">Site Map</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact Us</a>');





// END TOP LINKS //




// MENU IMAGE 1
   if (showimage == "yes") {
document.write('</td></tr><tr><td align="center">');
document.write('<a href="'+linkimage+'"><img src="picts/menu-picture.jpg" border="0" class="sideborder"></a><br>');
}





// START BOTTOM LINKS //




document.write('</td></tr><tr><td nowrap>');
document.write('<a href="islander.htm" class="menu">The Islander 53\'</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="sundowner.htm" class="menu">The Sun Downer 58\'</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="executive.htm" class="menu">The Executive 68\'</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="admiral.htm" class="menu">The Admiral 70\'</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="ouachita-lady.htm" class="menu">The Ouachita Lady 84\'</a>');

document.write('</td></tr><tr><td nowrap><br>');
document.write('<a href="http://www.facebook.com/pages/Royal-AR/Dreamchaser-Houseboat-Rentals/377966258215" target="_blank">&nbsp;&nbsp;&nbsp;&nbsp;<img src="picts/facebook.png" width="34" height="34" alt="DreamChaser on Facebook" border="0"></a>');

document.write('</td></tr><tr><td nowrap><br>');
document.write('<a href="boats-4-sale.htm"><img src="picts/sm-forsalesign.gif" width="175" height="146" alt="Arkansas Houseboats for sale" border="0"></a>');





// END BOTTOM LINKS //






document.write('</td></tr><tr><td align="center" class="bottomline">');

document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');








document.write('</td></tr></table>');

//  End -->