// JavaScript Document
function abrir(url)
  {
  var url = url;
   window.open(url,'hot','width=800,height=600')
   }