// pop-up-video



function abrir(URL) {

   var width = 900;
   var height = 528;

   var left = 10;
   var top = 20;

   window.open(URL,'destaques', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');

}
