<!--begin
var keyword;
document.form.ysearch.value==keyword
function fin_search_maps()
{
if(document.form.ysearch.value=="")
window.alert("Type an Address in the Search Box!");
else{
document.form.ysearch.value==keyword;
if(document.form.engine_maps.value=="gmap")
window.open("http://maps.google.fr/maps?f=q&hl=fr&q="+document.form.ysearch.value);
else{
if(document.form.engine_maps.value=="vemap")
window.open("http://maps.live.com/default.aspx?v=2&where1="+document.form.ysearch.value+"&encType=1");
else{
if(document.form.engine_maps.value=="plotmap")
window.open("http://www.plotology.co.uk/FREE_PLOT/index.htm?f=q&hl=en&q="+document.form.ysearch.value);
else{
if(document.form.engine_maps.value=="ymap")
window.open("http://fr.maps.yahoo.com/#mvt=m&zoom=11&q1="+document.form.ysearch.value);
else{
if(document.form.engine_maps.value=="qu1map")
window.open("http://www.mapquest.co.uk/mq/maps/mapAddress.do?cboCountry=GB&txtPostcode="+document.form.ysearch.value);
else

window.alert("Select Your Search Engine");
}
return;
}
}
}
}
}
-->
