function openWindowtest(url) {
  var url='http://geoweb.kfpl.ca/WebZ/Authorize?sessionid=0&autho=GUEST&password=GUEST&next=html/databases.html&bad=error/authofail.html&style=nfenglish:next=NEXTCMD%22/CHOOSE:/WebZ/html/geacsearch2.html&active=3&dbchoice=1&dbname=ADVANCE'+url;
  var availheight=screen.availHeight - 50;
  var availwidth=screen.availWidth - 8;
  winStats='toolbar=no,location=no,directories=no,menubar=no,';
  winStats+='status=yes,scrollbars=yes,width='+availwidth+',height='+availheight;
  if (navigator.appName.indexOf("Microsoft")>=0) {
      winStats+=',left=0,top=0';
    }else{
      winStats+=',screenX=0,screenY=0';
    }
  floater=window.open(url,"",winStats)
}
