function openwin(url)
{
  parWindow=window.open(url,"BKG","toolbar=no,scrollbars=auto,resizable=yes,width=500,height=500");
  parWindow.focus();
}

