
function EscreveStatus(mensagem)
{
	window.status = mensagem;
	return true;
}

function ApagaStatus()
{
	window.status='';
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}


function MapaMorumbi(){
	MM_openBrWindow('http://maplink.uol.com.br/trajeto/trajeto.asp?id=786','','status=yes,scrollbars=yes,width=620,height=450');
}

function MapaItaim(){
	MM_openBrWindow('http://maplink.uol.com.br/trajeto/trajeto.asp?id=785','','status=yes,scrollbars=yes,width=620,height=450');
}


function AbreWebMail(qtURL){	
	window.open(qtURL,'WebMail','type=fullWindow,fullscreen=yes,scrollbars=no,resize=no');
}
