function openwin(u,w,h,t,s,r) {
  var newWindow=window.open(u,t,"width="+w+",height="+h+",scrollbars="+s+",resizable="+r);
  newWindow.focus();
}
