function openWin(URL,Name,feats) { //v2.0
  fin=window.open(URL,Name,feats);
  fin.window.focus();
}


