//function Esconde(){
//document.getElementById('banner').style.visibility="hidden";
//}

function detalhes(url)
{
window.open(url,'det','width=500,height=300,scrollbars=yes');
}



function aumentar(url2)
{
window.open(url2,'det','width=1500,height=1000,scrollbars=yes');
}

