function opensubwin(f,n,w,h,s) {
  p = 'width=' + w + ',height=' + h + ',scrollbars=' + s;
  window.open(f,w,p);
}
