	/* ------------------------------------------------------------------------------------- */
	/* POP-under v3.4b                                                                       */
	/* last modified: 2004-09-01                                                             */
	/* ------------------------------------------------------------------------------------- */

	var o=new Object;
	if (!self.oe) oe=false;

	o.ck='idelkouxvd22';

	if(document.cookie.indexOf(o.ck)==-1) {
		o.w=1024;
		o.h=768;
		o.title="Drucker und Handyzubehoer";
	//	o.gourl="http://www.druckerzubehoer.de/index.phtml?refid=1122";
		o.gourl="http://www.druckerzubehoer.de/index.phtml?refid=1122";
		o.popunder=false;
		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=24*3;
	o.dm=null;
	o.pr=false;
	o.t=100;

	/* ------------------------------------------------------------------------------------- */
	/* ! do not change anything below this line !                                            */
	/* ------------------------------------------------------------------------------------- */

	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()
		{
	    	o.wp=window.open('',o.ck,'location=no,directories=yes,toolbar=yes,menubar=yes,status=yes,scrollbars=yes,resizable=yes,width=100,height=100,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) {} }</scr'+'ipt></head><body style="margin: 0px; padding: 0px;" onBeforeUnload="ex();"><iframe src="'+o.gourl+'" width="'+o.w+'" height="'+o.h+'" scrolling="yes" frameborder="0"></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);
				} else {
					if (isO==null) {
						o.wp.resizeTo(o.w,o.h);
						o.wp.moveTo(o._x,o._y);
					}
				}
			}
			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;
			}
		}
	}

	/* ------------------------------------------------------------------------------------- */