<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS


var bottomspace		= "40"		// MENU BOTTOM SPACE
var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		= "10"		// MENU TOP SPACING




document.write('<table cellpadding="0" cellspacing="0" style="margin-top:7px;" 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="venice_florida_vacation_rental_photos.htm" class="menu">Rental Photos</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="villa_amenities.htm" class="menu">Amenities</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="pelican_pointe_venice_fl.htm" class="menu">About Pelican Pointe</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="rates.htm" class="menu">Rates</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="map.html" class="menu">Map to Our Rental</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact Us</a>');
// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="paypal.htm" class="menu">Custom Payments</a>');


//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="privacy.htm" class="menu">Privacy Policy</a>');


// END TOP LINKS //




//document.write('</td></tr><tr><td align="center" class="bottomline">');
//document.write('<img src="picts/spacer.gif" width="175" height="'+menuspace+'"></a><br>');




// START BOTTOM LINKS //


//document.write('</td></tr><tr><td nowrap class="topline">');
//document.write('<a href="products.htm" class="menu">Pro Shop</a>');


//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="testimonials.htm" class="menu">Testimonials</a>');


//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="contact.htm" class="menu">Contact</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 -->