// JavaScript Document


function img(add,city,state,zip)
{
window.open('googel_map.php?val='+add+'&val2='+city+'&typ='+state+'&zip='+zip,null,'resizable=0,toolbar=no,location=0,direction=no,status=no,menubar=no,scrollbars=0, width=800, height=490,left=100,top=20');
//return false;
}
