// janela animada

function popup(url) {
    window.open(url,janela,'width=640px,height=505px');
}
