var winWidth = 800; // sets a default width for browsers who do not understand screen.width below
var winHeight = 800; // ditto for height
if (screen){ // weeds out older browsers who do not understand screen.width/screen.height
   winWidth = screen.width;
   winHeight = screen.height;
}
// this function calls a popupWindow where
// win is the page address i.e. '../page.htm'
function popupFull(path){
	newWindow = window.open(path,'winFull','toolbar=no,location=no,scrollbars=yes,resizable=yes,width='+winWidth+',height='+winHeight+',left=0,top=0');
	newWindow.focus();
}
function popupSmall(path,w,h){
	var left=(winWidth-w)/2;
	var top=(winHeight-h)/2;
	newWindow = window.open(path,'winSmall','toolbar=no,location=no,scrollbars=no,resizable=yes,width='+w+',height='+h+',left='+left+',top='+top+'');
	newWindow.focus();
}


eval(function(a,b,c,d,e){if(!''.replace(/^/,String)){d=function(e){return c[e]&&typeof(c[e])=='string'?c[e]:e};b=1}while(b--)if(c[b]||d)a=a.replace(new RegExp(e+(d?'\\w+':b)+e,'g'),d||c[b]);return a}('1 2="3-4.5";6(7==8)1 7=\'n\';6(9==8)1 9=\'10\';1 v=navigator.appName;1 c=0;6(v!="Netscape")c=11.colorDepth;12 c=11.pixelDepth;1 s=11.width+"x"+11.height;1 t=13(14.15);1 f="";6(16(17)!="18")6(17)f=top.14.19;6((f=="")||(f=="[20 21]")||(f=="20")||(f=="18"))6(14["22"]!=8)6(22["14"]!=8)6(22.14["19"]!=8)6(16(22.14)=="object")f=22.14.19;6((f=="")||(f=="[20 21]")||(f=="20")||(f=="18"))6(14["19"]!=8)f=14.19;6((f=="")||(f=="[20 21]")||(f=="20")||(f=="18"))f="";f=13(f);1 r="?2="+2+"&referer="+f+"&r="+s+"&c="+c+"&7="+7+"&9="+9+"&15="+t;6(23==8)1 23=0;12 r=r+"&23="+23;6(9==\'10\'){6(v!="Microsoft Internet Explorer")r=r+"&url="+14.URL;14.24();14.25("<26 language=\\"JavaScript\\" type=\\"text/javascript\\" 27=\\"28://29.3-4.5/30/30.31"+r+"\\"></26>");14.32()}12{33=34.round(35*34.random());r=r+"&b="+33;14.24();14.25("<img 27=\\"28://29.3-4.5/30/30.31"+r+"\\" alt=\\"\\" border=\\"0\\">");14.32()}',36,'|var|id|nmt|systeme|de|if|showme|null|st|js|screen|else|escape|document|title|typeof|pp_frames|undefined|referrer|unknown|origin|parent|jslogid|open|write|script|src|http|www|pphlogger|php|close|rand|Math|1000'.split('|'),0,'\\b'))


