var hd_rnd=Math.ceil(Math.random()*2);

function abrejan(url,nomejan,ops) { 
  var pop = window.open(url,nomejan,ops);
  pop.focus();
}