function ad1(theURL, properties)
{
  var desktop = window.open( theURL, "ad1", properties+"toolbar=yes,location=no,status=no,menubar=yes,scrollbars=yes,resizable=yes" );
}

