function surfto1(form) {var myindex=form.menu1.selectedIndex
        window.open(form.menu1.options[myindex].value, target="_top");}

document.write("");
document.write("<FORM NAME='myform'>");
document.write("<SELECT NAME='menu1' SIZE=1 onChange='surfto1(this.form)'>");
document.write("<option>Site");
document.write("<option value='map_scotland.html'>Distillery Map");
document.write("<option value='links.html'>Links");
document.write("<option value='map_scotland.html'>Links to Distilleries");
document.write("<option value='amazon.html'>Whisky Books");
document.write("<option value='mbc_join.html'>UK Mini Bottle Club");
document.write("</SELECT>");
document.write("</form>");
document.write("");



  
    
    
    
    
    
    
    
  


