function openPopup(url, title, wdt, hgt)
{
  window.open(url, title,"width=" + wdt + ",height=" + hgt + ",left=200,top=100,resizable=yes,scrollbars=yes");
}