function wop(Desc,Width,Height)
{
  now=new Date()
  NM = 'Goto' + (now.getHours() * now.getMinutes() * now.getSeconds() );
  Options="toolbar=no,scrollbars=yes,directories=no,status=no,menubar=no,resizable=no,location=no,width="+Width+",height="+Height;
  window.open(Desc,NM,Options);
}