<!--
function openWindow(theURL,winName,features) { //v2.0
var win
  win = window.open(theURL,winName,features);
  win.focus();
}

//-->
