function openWin(mod,nam,posx,posy,sizx,sizy,res,stt) {
  newWin = window.open("index.php?mod="+mod,nam,"width="+sizx+",height="+sizy+",resizable="+res+",status="+stt+",top="+posy+",left="+posx);
  newWin.resizeTo(sizx,sizy)
  newWin.focus()
}
