 function openwindow(url)
{
  window.open(url,"","toolbar=no,status=no,menubar=no,location=no,height=500,width=500,scrollbars=yes");
}
