function openwindows(url, name, x, y)
{
  window.open(url, name, 'width=507,height=620,left=50,top=50,resizable=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,fullscreen=no,dependent=no');
}