// JavaScript Document

function mapaGoogle(endereco) {
window.open('http://www.pernambuco.com/promocoes/comochegar.asp?url='+
endereco,'_new','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,'+
'resizable=yes,copyhistory=no,width=860,height=640,top=10,left=10');
};

