function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="form">');
document.write('<select name="site" size=0>');
document.write('<option value="">Go to....');
document.write('<option value="../members.htm">Members Main Page');
document.write('<option value="bakestone_motors_ltd.htm">Bakestone Motors Ltd');
document.write('<option value="crane_bank_garages_.htm">Crane Bank Garage (Chester)');
document.write('<option value="evans_halshaw_chester.htm">Evans Halshaw (Ford)');
document.write('<option value="langham.htm">Langham Motors Ltd');
document.write('<option value="lookers_renault_chester.htm">Lookers Renault (Chester)');
document.write('<option value="lookers_vauxhall_chester.htm">Lookers Vauxhall (Chester)');
document.write('<option value="manor_garage.htm">Manor Garage');
document.write('<option value="Nationwideautocentre_limited.htm">Nationwide Autocentre Ltd');
document.write('<option value="abp_motorsport.htm">ABP Motorsport');
document.write('<option value="blue_bell_crewe_ltd.htm">Blue Bell BMW (Crewe) Ltd');
document.write('<option value="blue_bell_mini_crewe_ltd.htm">Blue Bell Mini (Crewe) Ltd');
document.write('<option value="crewe_audi.htm">Crewe Audi');
document.write('<option value="Grasmere_Vauxhall.htm">Grasmere Vauxhall');
document.write('<option value="cheshire_oaks_audi.htm">Cheshire Oaks Audi');
document.write('<option value="lookers_vauxhall_ep.htm">Lookers Vauxhall (Ellesmere Port)');
document.write('<option value="m53_motors.htm">M53 Motors Ltd');
document.write('<option value="Cornend_Ltd.htm">Macclesfield MOT & Service Centre');
document.write('<option value="Fred_Cash_Ltd.htm">Fred Cash Ltd');
document.write('<option value="ap_autocare.htm">AP Autocare');
document.write('<option value="robert_vaughan.htm">Robert Vaughan Motor Repairs Ltd');
document.write('<option value="bowers_threeways_garage.htm">Bowers Threeways (Lach Dennis)');
document.write('<option value="bowers_threeways_garage(Wincham).htm">Bowers Threeways (Wincham)');
document.write('<option value="evans_halshaw.htm">Evans Halshaw (Ford)');
document.write('<option value="tarporley_service_centre.htm">Tarporley Service Centre');
document.write('<option value="bb_wilmslow.htm">Blue Bell BMW (Wilmslow) Ltd');
document.write('<option value="polar_ford_wilmslow.htm">Polar Ford (Wilmslow)');
document.write('</select>');
document.write('&nbsp;&nbsp;<input type=button value="Go!" onClick="javascript:formHandler()">');
document.write('</form>');