  function novedades(url) 
  {
	window.open(url,'SubScript','status=no,resizable=0,scrollbars=1,menubar=0,width=300, height=300');
  }
