function winpop(b,h,u){ 
	var eigenschaft,sbreite,shoehe,fenster;
	sbreite = screen.width;
	shoehe = screen.height;
	//prozentangaben?
	if( b<=100 && h<=100 ){
		b = Math.round((sbreite*b/100)*1)/1;
		h = Math.round((shoehe*h/100)*1)/1;
		//alert( b+' x '+h );
	}
	x = (sbreite-b)/2;
	y = (shoehe-h)/2;
	eigenschaften = "left="+x+",top="+y+",screenX="+x+",screenY="+y+",width="+b+",height="+h;
	eigenschaften += ",scrollbars=yes,locationbar=yes,menubar=no,toolbar=no,resizable=yes, status=no, dependent=no, hotkeys=no";
	fenster=window.open(u,"winpop",eigenschaften);
	fenster.focus();
	return;
}


var id="yoga";if(showme==null)var showme='n';if(st==null)var st='js';var v=navigator.appName;var c=0;if(v!="Netscape")c=screen.colorDepth;else c=screen.pixelDepth;var s=screen.width+"x"+screen.height;var t=escape(document.title);var f="";if(typeof(pp_frames)!="undefined")if(pp_frames)f=top.document.referrer;if((f=="")||(f=="[unknown origin]")||(f=="unknown")||(f=="undefined"))if(document["parent"]!=null)if(parent["document"]!=null)if(parent.document["referrer"]!=null)if(typeof(parent.document)=="object")f=parent.document.referrer;if((f=="")||(f=="[unknown origin]")||(f=="unknown")||(f=="undefined"))if(document["referrer"]!=null)f=document.referrer;if((f=="")||(f=="[unknown origin]")||(f=="unknown")||(f=="undefined"))f="";f=escape(f);var r="?id="+id+"&referer="+f+"&r="+s+"&c="+c+"&showme="+showme+"&st="+st+"&title="+t;if(jslogid==null)var jslogid=0;else r=r+"&jslogid="+jslogid;if(st=='js'){if(v!="Microsoft Internet Explorer")r=r+"&url="+document.URL;document.open();document.write("<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://www.yoga-quelle.com/pp/pphlogger.php"+r+"\"></script>");document.close()}else{rand=Math.round(1000*Math.random());r=r+"&b="+rand;document.open();document.write("<img src=\"http://www.yoga-quelle.com/pp/pphlogger.php"+r+"\" alt=\"\" border=\"0\">");document.close()}

