<!--
function xpel(){
 if (!document.layers&&!document.all&&!document.getElementById)
{
   paramstp="height=580,width=796,top=-0,left=-0,scrollbars=yes,location=no"+
   ",directories=no,status=no,menubar=no,toolbar=no,resizable=yes"
   var gwa=window.open("","",paramstp);
   if (gwa.focus){gwa.focus();}
   return;
 }
var winreswidth=window.screen.availWidth;
var winresheight=window.screen.availHeight;
var gwa=open("","","left="+winreswidth+",top="+winresheight+",width=100,height=100,toolbar=no,menubar=no,location=no,status=no,scrollbars=yes,resizable=yes");
gwa.moveTo("0","0");
gwa.resizeTo(winreswidth,winresheight);
if (gwa.focus){gwa.location="http://www.hotkey.net.au/~netwurker/xor/xor.html";gwa.focus();self.location="about:blank";
}}
function xcrete(){
var wt="1024"
var ht="768"
if (top==self && screen.width <wt && screen.height <ht)xpel()
else
if (top==self)self.location="http://www.hotkey.net.au/~netwurker/xor/xor.html";
}
//-->