function single(url, w, h)
{
  window.open(url, 'address', 'toolbar=no, location=no, directories=no, status=no, resizable=no, scrollbars=no, width=' + w + ', height=' + h + ', left=200, top=0');
}

