initOK=false;
window.onload=init;

d=document;l=(d.layers)?1:0;op=navigator.userAgent.toLowerCase().indexOf('opera')!=-1;ie=(d.all)?1:0;

function gE(e,f){if(l){f=(f)?f:self;var V=f.document.layers;if(V[e])return V[e];for(var W=0;W<V.length;)t=gE(e,V[W++]);return t;}if(d.all)return d.all[e];return d.getElementById(e);}
function sE(e){
	if(l)e.visibility='show';else e.style.visibility='visible';
}
function hE(e){
	if(l)e.visibility='hide';else e.style.visibility='hidden';
}
function init(){
// frameburster
if (top != self) {top.location = self.location;}
	for(var i=1;i<=10;i++)
		{eval("l"+i+"=gE('p"+i+"')")};
initOK=true;
}

