function openwindow (file,name,h,w,scroll,m,s)

{
  window.open (file,name,'scrollbars='+scroll+', height='+h+', menubar='+m+', resizable='+s+',width='+w);
}

