//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=700,height=400,scrollbars=yes');
}
