function getmap(){
var city = document.getElementById("view:_id1:cityname").value;
var city = city.replace("'","*");
url = "http://www.aw.ca/publicinfo.nsf/RestaurantLocatorGoogle2_FR?openform&" + "SEL=" + city;
window.frames["mapname"].location = url;
}