
function formHandler2(){
   var URL = document.form2.selpage2.options[document.form2.selpage2.selectedIndex].value;
   if (URL != "") {
	window.location.href = URL;
	}
   if (window.location.href != URL) {
	window.open(URL,'_top');
      }
}
document.writeln("<link rel=\"stylesheet\" href=\"../grafx/styles/mainnav.css\">");
document.writeln("<form name=\"form2\" size=\"1\">");
document.writeln("<bgcolor=\"#CC0000\">");
document.writeln("<font face=\"Arial, Helvetica, sans-serif\" size=\"2\">");
document.writeln("<select name=\"selpage2\" onChange=\"formHandler2()\">");
document.writeln("<option selected value=\"../index.htm\">Shortcuts for this page</option>");
document.writeln("<option value=\"#APARTMENTS\">Apartments</OPTION>");
document.writeln("<option value=\"#BNB\">Bed &amp; Breakfast</OPTION>");
document.writeln("<option value=\"#FARMS\">Farm accommodation</OPTION>");
document.writeln("<option value=\"#HOTELS\">Hotels</OPTION>");
document.writeln("<option value=\"#COTTAGES\">Holiday Cottages</OPTION>");
document.writeln("<option value=\"#TOURINGPARKS\">Holiday Parks</OPTION>");
document.writeln("<option value=\"#TOURINGPARKS\">Touring Parks</OPTION>");
document.writeln("<option value=\"#LEISURE\">************</OPTION>");
document.writeln("<option value=\"#LEISURE\">Leisure</OPTION>");
document.writeln("<option value=\"#CYCLING\">Cycling</OPTION>");
document.writeln("<option value=\"#FISHING\">Fishing</OPTION>");
document.writeln("<option value=\"#GOLF\">Golf Courses</OPTION>");
document.writeln("<option value=\"#HERITAGE\">Heritage Sites</option>");
document.writeln("<option value=\"#HORSERIDING\">Horse Riding</OPTION>");
document.writeln("<option value=\"#SAILING\">Sailing</OPTION>");
document.writeln("<option value=\"#SPORT\">Sports</OPTION>");
document.writeln("<option value=\"#MINING\">Mining Tours</OPTION>");
document.writeln("<option value=\"#GUIDES\">Guides & Brochures</OPTION>");
document.writeln("<option value=\"#SURFING\">Surfing</OPTION>");
document.writeln("<option value=\"#TOURS\">Tours</OPTION>");
document.writeln("<option value=\"#TRAVELINFO\">Travel Information</OPTION>");
document.writeln("<option value=\"#ATTRACTIONS\">Visitor Attractions</OPTION>");
document.writeln("<option value=\"#WALKING\">Walking</OPTION>");
document.writeln("<option value=\"#BIZ\">************</OPTION>");
document.writeln("<option value=\"#BIZ\">Business</OPTION>");
document.writeln("</select>");
document.writeln("<a href=\"javascript:formHandler2()\"><img src=\"../grafx/go.gif\" alt=\"Go\" border=\"0\" width=\"21\" height=\"21\"align=\"absmiddle\"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.writeln("");
document.writeln("</form>");