<!--hide script from old browsers
goThere = "" ; pers = 93 ; if (Owin != "") {pers = Owin}
Wid = Math.floor((screen.availWidth * pers) / 100)
Hei = (Math.floor((screen.availHeight * pers) / 100) - 30)
function Ow(go) {
  if (goThere.closed == false) {window.goThere.close()}
  goThere = window.open(go,"","resizable=yes,scrollbars=yes,width=" + Wid + ",height=" + Hei + ",top=0,left=0")
}
//
//end hiding contents-->