var theHoppers = '';
theHoppers += '<form name="hoppform">';
theHoppers += '<select name="listings" size=1 class="hopper" onChange="setURL(this,1)">';
theHoppers += '<option value="index.htm" selected class="selected">Listings</option>';
theHoppers += '<option value="shops.htm">Shopping</option>';
theHoppers += '<option value="fddrnk.htm">Food &amp; drink</option>';
theHoppers += '<option value="contacts.htm">Social</option>';
theHoppers += '<option value="accommod.htm">Travel</option>';
theHoppers += '<option value="health.htm">Health</option>';
theHoppers += '<option value="services.htm">Services</option>';
theHoppers += '<option value="charities.htm">Charities</option>';
theHoppers += '<option value="homes.htm">Homepages</option>';
theHoppers += '<option value="web.htm">A-Z list</option>';
theHoppers += '</select>';
theHoppers += '&nbsp;&nbsp;&nbsp;<select name = features size=1 class="hopper" onChange="setURL(this,1)">';
theHoppers += '<option value="index.htm" selected class="selected">Features</option>';
theHoppers += '<option value="notices.htm">Noticeboard</option>';
theHoppers += '<option value="competition.htm">Competition</option>';
theHoppers += '<option value="adverts.htm">Adverts</option>';
theHoppers += '<option value="recipes.htm">Recipe book</option>';
theHoppers += '<option value="vvinfo.htm">About Us</option>';
theHoppers += '</select>';
theHoppers += '</form>';
document.write(theHoppers);