<!--

function gomap(){
prod=document.navform.scale.selectedIndex;
prodval=document.navform.scale.options[prod].value;
if (prodval=="1")url="http://maps.google.co.uk/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Church+Lane,+Hutton,+Somerset,+BS24+9SN&amp;sll=51.323466,-2.930608&amp;sspn=0.009695,0.027874&amp;ie=UTF8&amp;hq=&amp;hnear=Church+Ln,+Hutton,+North+Somerset+BS24+9,+United+Kingdom&amp;ll=51.440313,-2.813873&amp;spn=0.470808,0.836334&amp;z=10&amp;iwloc=A&amp;output=embed";
if (prodval=="2")url="http://maps.google.co.uk/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Church+Lane,+Hutton,+Somerset,+BS24+9SN&amp;sll=51.323466,-2.930608&amp;sspn=0.009695,0.027874&amp;ie=UTF8&amp;hq=&amp;hnear=Church+Ln,+Hutton,+North+Somerset+BS24+9,+United+Kingdom&amp;ll=51.329539,-2.921677&amp;spn=0.117987,0.209084&amp;z=12&amp;iwloc=A&amp;output=embed";
if (prodval=="3")url="http://maps.google.co.uk/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Church+Lane,+Hutton,+Somerset,+BS24+9SN&amp;sll=51.323466,-2.930608&amp;sspn=0.009695,0.027874&amp;ie=UTF8&amp;hq=&amp;hnear=Church+Ln,+Hutton,+North+Somerset+BS24+9,+United+Kingdom&amp;ll=51.325168,-2.934852&amp;spn=0.01475,0.026135&amp;z=15&amp;iwloc=A&amp;output=embed";
window.open("map.htm?"+url,"map","toolbar=0,width=610,height=550,left=50,top=50");
}
//-->

