/*
var o=new Object;
	if (!self.oe) oe=false;

	o.ck='asjsljdoe84jk4l';

	if(document.cookie.indexOf(o.ck)==-1) {
		o.w=screen.width;
		o.h=screen.height;
		o.title="Brauen";
		o.gourl="http://www.brauen.de";
		o.popunder=true;
		o.x=screen.width-o.w;
		o.y=screen.height-o.h;
		o.display=true;
	} else {
		if (oe!=false) {
			o.w=oe.w;
			o.h=oe.h;
			o.title=oe.title;
			o.gourl=oe.gourl;
			o.popunder=oe.popunder;
			o.x=oe.x;
			o.y=oe.y;
			o.display=true;
		} else {
			o.display=false;
		}
	}

	o.dt=12*1;
	o.dm=null;
	o.pr=false;
	o.t=100;

	if (o.display) {
		var shw=false;
		o.shown=false;
		o._x=o.x;
		o._y=o.y;
		if (o.x==0 && o.y==0 && !o.pr) { o._x=(screen.width-o.w)/2; o._y=(screen.height-o.h)/2; }
		if (o.pr) { o._x=window.screenLeft+o.x; o._y=top.screenTop+o.y; }
		o.wp=null;
		o.inframes=(top.location!=self.location)?true:false;

		o.ckstr=o.ck+"=1;path=/;";
		if (o.dm!=null) o.ckstr+="domain=."+o.dm+";";
		if (o.dt!=0)
		{
			td=new Date();
			td.setUTCHours(td.getUTCHours()+o.dt);
			o.ckstr+="expires="+td.toGMTString()+";";
		}

		function op()
		{
	    		if (window.navigator.userAgent.indexOf("SV1") != -1) {
	    			spw=o.w;
	    			sph=o.h;
	    		} else {
	    			spw=1024;
	    			sph=768;
	    		}
	    		o.wp=window.open('',o.ck,'location=1,directories=1,toolbar=1,menubar=1,status=1,scrollbars=1,resizable=1,width='+spw+',height='+sph+',top='+screen.width+',left='+screen.height);

			isO=(o.wp!=null)?o.wp.document.getElementById('shw'):-1;
			if (isO==-1) return;
			if (o.wp!=null && isO==null) {
				o.wp.blur();
				o.wp.document.open();
				o.wp.document.write('<html><head><title>'+o.title+'</title><scr'+'ipt language="JavaScr'+'ipt">function ex() { try { window.opener.o.wp=null; } catch(e) {} try { } catch(e) {} }');
				if (o.t!=-2) {
					if (-1 != navigator.userAgent.indexOf('MSIE')) {
//						o.wp.document.write(' function re() { resizeTo('+o.w+','+o.h+'); moveTo('+o._x+','+o._y+'); } ');
						o.wp.document.write(' function re() { resizeTo('+o.w+','+o.h+'); moveTo('+o._x+','+o._y+'); document.location.href="'+o.gourl+'"; } ');
					} else {
//						o.wp.document.write(' function re() { top.outerWidth='+o.w+'; top.outerHeight='+o.h+'; moveTo('+o._x+','+o._y+'); } ');
						o.wp.document.write(' function re() { top.outerWidth='+o.w+'; top.outerHeight='+o.h+'; moveTo('+o._x+','+o._y+'); document.location.href="'+o.gourl+'"; } ');
					}
				} else {
//					o.wp.document.write(' function re() { return } ');
					o.wp.document.write(' function re() { document.location.href="'+o.gourl+'"; } ');
				}
				o.wp.document.write('</scr'+'ipt><scr'+'ipt language="JavaScr'+'ipt">function SymError(){return true;};window.onerror=SymError;</scr'+'ipt></head><body id="xx" style="margin: 0px; padding: 0px;" onBeforeUnload="ex();"><iframe src="'+o.gourl+'" width="'+o.w+'" height="'+o.h+'" scrolling="no" frameborder="0" onLoad="re();"></iframe><span id="shw"></span></body></html>');
				o.wp.document.close();
			}

			if (o.wp!=null) {
				o.shown=true;
				if (o.popunder) o.wp.blur(); else o.wp.focus();
				if (o.t==-2) {
					o.wp.moveTo(-1000,-1000);
				}
			}
			if (o.popunder) window.focus();
			if (o.wp!=null) document.cookie=o.ckstr;
		}

		function beu()
		{
			if (o.wp==null && !o.shown) document.forms.launcher.fireEvent("onSubmit");
		}

		function bea()
		{
			if (o.wp!=null)
			{
				o.wp.moveTo(o._x,o._y);
				o.wp.resizeTo(o.w,o.h);
				o.wp.focus();
			}
		}

		/* ------------------------------------------------------------------------------------- */
/*

		if(-1 != navigator.userAgent.indexOf('MSIE') && document.fireEvent)
		{
			document.write("<form name='launcher' action='' method='POST' style='display: inline; padding: 0px; margin: 0px; width: 0px; height: 0px;' onSubmit='op();return false;'></form>");
			switch(o.t)
			{
				case  0: 	if (o.inframes) setTimeout('document.forms.launcher.fireEvent("onSubmit");',0); else document.forms.launcher.fireEvent("onSubmit"); break;
				case -1:	onbeforeunload=beu; break;
				case -2: 	if (o.inframes) setTimeout('document.forms.launcher.fireEvent("onSubmit");',0); else document.forms.launcher.fireEvent("onSubmit"); onbeforeunload=bea; break;
				default:	setTimeout('document.forms.launcher.fireEvent("onSubmit")',o.t); onbeforeunload=beu; break;
			}
		}
		else
		{
			switch(o.t)
			{
				case  0: 	op(); break;
				case -1:	onunload=op; break;
				case -2: 	op(); onunload=bea; break;
				default:	setTimeout('op();',o.t); onunload=bea; break;
			}
		}
	}
*/
	/* ------------------------------------------------------------------------------------- */

