spzzchn="*+-./_@";function fensterchen(UFG){	UFG=encoder(UFG);	window.open('http://www.ottocarsten.de/siteload.htm',UFG,'toolbar=yes,width=800,height=600,scrollbars=yes,location=yes,resizeable=yes');}function ersetze(text,find,repl){	found=text.indexOf(find);	retVal="";	start = 0;	while(found != -1)	{		retVal +=text.substring(start,found) +repl;		start=found+find.length;		found=text.indexOf(find,start);	}	retVal +=text.substring(start,text.length);	return retVal;}function encoder(eingabe){	a=escape(eingabe);	for(var i=0;i<spzzchn.length;i++)	a=ersetze(a,spzzchn.charAt(i),"%X"+i);	a=ersetze(a,"%","_");	return a;}function decoder(jowasn){	b=""+jowasn;	b=ersetze(b,"_","%");	for(var i=0;i<spzzchn.length;i++)	b=ersetze(b,"%X"+i,spzzchn.charAt(i));	b=unescape(b);	return b;}function reset(URL1,F1,URL2,F2,URL3,F3,URL4,F4){	fr1=eval("parent."+F1);	if (F2)    fr2=eval("parent."+F2);    fr1.location.href=URL1;	if (URL2)    fr2.location.href=URL2;}function dl(URL,TEXT){	URL=encoder("http://dat.dingsweb.de/"+URL);	Check=confirm("Wollen Sie " + TEXT + " jetzt downloaden?");	if(Check == true)		window.open('../siteload.htm',URL,'resizable=no,toolbar=no,width=232,height=178,location=no');}function picview(URL){	window.open('../picview.htm',URL,'height='+screen.height+',width='+screen.width+',resizable=yes,scrollbars=yes,location=no,toolbar=no');}
