function abreVideo(){
window.open('swf/video.php', '', 'width=320,left=' + Math.round(screen.width/2 - 350/2) + ',height=240,top=' + Math.round(screen.height/2 - 500/2) + ',location=0, menubar=0, directories=0, toolbar=0, status=0, resizable=0');
}