<!-- 
document.write('<form METHOD="POST" onsubmit="window.open(this.elements[0].options[this.elements[0].selectedIndex].value,\'main\'); return(false)">');
document.write('<select NAME="service" SIZE=1 width=18 onChange="window.open(this.options[this.selectedIndex].value,\'_top\')">');
document.write('<option value=none>  *****  MENU  *****  ');
document.write('<option value=none>  ********************  ');
document.write('<option value="http://avonvalleygolf.com">Home - Welcome  ');
document.write('<option value="http://avonvalleygolf.com/av_features.shtml">Course Features  ');
document.write('<option value="http://avonvalleygolf.com/av_details.shtml">Course Details');
document.write('<option value="http://avonvalleygolf.com/av_location.shtml">Course Location');
document.write('<option value="http://avonvalleygolf.com/av_history.shtml">Course History');
document.write('<option value="http://avonvalleygolf.com/av_h1.shtml">Hole by Hole Tour');
document.write('<option value=none>  ********************  ');
document.write('<option value="http://avonvalleygolf.com/av_fees.shtml"> Green Fee Rates');
document.write('<option value="http://avonvalleygolf.com/av_members.shtml"> Membership Information');
document.write('<option value=none>  ********************  ');
document.write('<option value="http://users.eastlink.ca/~avonvalley/av_news.html">Course News');
document.write('<option value="http://avonvalleygolf.com/av_clubhouse.shtml">New Clubhouse');
document.write('<option value="http://avonvalleygolf.com/av_newsletter.shtml">Newsletter');
document.write('<option value="http://avonvalleygolf.com/av_tournaments.shtml">Tournaments');
document.write('<option value=none>  ********************  ');
document.write('<option value="http://avonvalleygolf.com/av_webcam.shtml">Weather & Webcam');
document.write('<option value="http://avonvalleygolf.com/av_contact.shtml">Contact Us');
document.write('<option value="http://avonvalleygolf.com/av_links.shtml">Links');
document.write('</select>');
document.write('</form>');
// end hiding contents -->

