function openwindow(url)
{
  window.open(url, '_blank', 'width=640,height=400,scrollbars=yes');
}