//if (top != self) { top.location.href = self.location.href; } 

function z_blurlinks() {if(document.getElementsByTagName) {as = document.getElementsByTagName("a");l  = as.length;for(i=0; i < l; i++) {as[i].onfocus = z_blur;}}}
function z_blur() { this.blur(); }

function popUL(N) {newWindow = window.open(N, 'popUL','toolbar=no,menubar=no,resizable=no,scrollbars=yes,status=no,location=no,width=550,height=550');newWindow.focus();}
function popIRC(N) {newWindow = window.open(N, 'popIRC','toolbar=no,menubar=no,resizable=no,scrollbars=yes,status=no,location=no,width=710,height=810');newWindow.focus();}
function popPLAYER(N) {newWindow = window.open(N, 'popPLAYER','toolbar=no,menubar=no,resizable=yes,scrollbars=yes,status=no,location=no,width=720,height=480');newWindow.focus();}
function popWWW(N) {newWindow = window.open(N, 'popWWW','toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,location=yes,width=1024,height=800');newWindow.focus();}

function resizePlayer(width, height) {var zplayrObj = document.getElementById("zipdplayer");zplayrObj.style.height = height+"px";zplayrObj.style.width = width+"px";}



function zWinW () {
if (window.innerWidth) {return window.innerWidth;}
else if (document.body && document.body.offsetWidth) {return document.body.offsetWidth;}
else {return 0;}
}

function zWinH () {
if (window.innerHeight) {return window.innerHeight;}
else if (document.body && document.body.offsetHeight) {return document.body.offsetHeight;}
else {return 0;}
}

function zRLD () {if (zW != zWinW() || zH != WinH())location.href = location.href;}

//if (!window.zW && window.innerWidth) {window.onresize = zRLD;zW = zWinW();zH = WinH();}
//if (!window.zW && document.body && document.body.offsetWidth) {window.onresize = zRLD;zW = zWinW();zH = WinH();}

