<!--
function selwin(newsel,selname,res) { //v2.0
var sel=newsel
if (sel=="#")
  window.location.replace(sel);
else
  window.open(sel,selname,res);
}
//-->
