
function formHandler(){
   var URL = document.form.selpage.options[document.form.selpage.selectedIndex].value;
   if (URL != "") {
	window.location.href = URL;
	}
   if (window.location.href != URL) {
	window.open(URL,'_top');
      }
}
document.writeln("<link rel=\"stylesheet\" href=\"style.css\">");
document.writeln("<form name=\"form\" size=\"1\">");
document.writeln("<font face=\"Arial, Helvetica, sans-serif\" size=\"2\">");
document.writeln("<select name=\"selpage\" onChange=\"formHandler()\" class=\"picklist\">");
document.writeln("<option selected value=\"http://www.chycor.co.uk/index.htm\">More accommodation in Cornwall --></option>");
document.writeln("<option value=\"http://www.chycor.co.uk/index.htm\">++++++++++++++++</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/php/chycor/late_availability.php?type=6&area=C1&norandom=true\">Late Availability at Chycor.co.uk</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/index.htm\">++++++++++++++++</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/cornwall-accommodation/index.htm\">Accommodation MAP of Cornwall</option>");
document.writeln("<option value=\"http://www.chycor.co.uk/aaariv/accomhp.htm\">Holiday Parks in Cornwall</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/aaariv/accomhp.htm\">Touring Parks + Camp Sites</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/cornwall-holiday-cottages-east.htm\">Holiday Cottages East & North Cornwall</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/aaariv/accomsc.htm\">Holiday Cottages in West Cornwall</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/aaariv/accomht.htm\">Hotels in Cornwall</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/aaariv/accomm.htm\">Bed & Breakfast + Guest Houses</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/aaariv/activity-hols.htm\">Activity & Painting Holidays in Cornwall</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/aaariv/activity-hols.htm\">Fishing & Painting Holidays in Cornwall</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/aaariv/activity-hols.htm\">Tours & Walking Holidays in Cornwall</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/index.htm\">++++++++++++++++</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/aaariv/themepks.htm\">Attractions in Cornwall (75+)</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/holidays/cycling-in-cornwall/index.htm\">Cycling in Cornwall</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/general/topics/fishing.htm\">Fishing</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/tourism/gardensincornwall/index.htm\">Gardens in Cornwall (50+)</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/golf/cornwall/index.htm\">Golf in Cornwall</OPTION>");
document.writeln("<option value=\"http://www.chycor2.co.uk/westcountryviewscornwall/atoz/atoz.htm\">Large Pictures of Cornwall</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/fica/index.htm\">Restaurants (40)</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/travel-tips/info/info.htm\">Travel Information</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/general/ctb/index.htm\">FREE Official Cornwall Guide</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/general/topics/infocentres.htm\">Tourist Information Centres</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/general/weather/index.htm\">Weather in Cornwall</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/index.htm\">++++++++++++++++</OPTION>");
document.writeln("<option value=\"http://www.chycor.co.uk/cornwall-accommodation/index.htm\">Accommodation MAP of Cornwall</option>");
document.writeln("<option value=\"http://www.chycor.co.uk/bude.htm\">Bude-Launceston Area</option>");
document.writeln("<option value=\"http://www.chycor.co.uk/redruth.htm\">Camborne-Redruth Area</option>");
document.writeln("<option value=\"http://www.chycor.co.uk/falmouth.htm\">Falmouth-Helford Area</option>");
document.writeln("<option value=\"http://www.chycor.co.uk/helston.htm\">Helston-Lizard peninsula</option>");
document.writeln("<option value=\"http://www.chycor.co.uk/liskeard.htm\">Liskeard-Looe Area</option>");
document.writeln("<option value=\"http://www.chycor.co.uk/wadebridge.htm\">Padstow-Wadebridge Area</option>");
document.writeln("<option value=\"http://www.chycor.co.uk/penzance.htm\">Penzance-LandsEnd Area</option>");
document.writeln("<option value=\"http://www.chycor.co.uk/staustell.htm\">Mevagissey-St Austell-Eden Area</option>");
document.writeln("<option value=\"http://www.chycor.co.uk/newquay.htm\">Newquay Area</option>");
document.writeln("<option value=\"http://www.chycor.co.uk/aaasrch/scillies.htm\">Scilly Isles</option>");
document.writeln("<option value=\"http://www.chycor.co.uk/stives.htm\">St Ives Area</option>");
document.writeln("<option value=\"http://www.chycor.co.uk/truro.htm\">Truro-Roseland peninsula Area</option>");
document.writeln("<option value=\"http://www.chycor.co.uk/cornwall-accommodation/index.htm\">Accommodation MAP of Cornwall</option>");
document.writeln("</select>");
document.writeln("<a href=\"javascript:formHandler()\"><img src=\"buttons/go.gif\" alt=\"Click to Go\" border=\"0\" width=\"56\" height=\"17\"></a>");
document.writeln("");
document.writeln("</form>");