function openSizedWindow(url)
{
  window.open(url,
              "windowPopup",
               "width=680,height=500,status=yes,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,location=yes");
}	

//