

function launch_window(url,name,width,height,scrollbars)
{
  window.open(url,name,"frameborder=no,border=no,hotkeys=no,toolbar=no,status=no,location=no,menubar=no,directories=no,scrollbars=" + scrollbars +",resizable=yes,width=" + width +",height=" + height +"");
}
