function popCarro(){
	window.open("pops/pop_carro.html","popCarro","height=570, width=395, scrollbars=yes");
}
function popOnibus(){
	window.open("pops/pop_onibus.html","popOnibus","height=570, width=395, scrollbars=yes");
}
function popMetro(){
	window.open("pops/pop_metro.html","popMetro","height=200, width=395, scrollbars=yes");
}
function popPatrocinio(){
	window.open("pops/pop_patrocinio.html","popMetro","height=120, width=610, scrollbars=yes");
}