function schwacke(args)
{
	koop_id=schwacke.arguments[0];
	gs_id=0;

	for (var i=1; i<schwacke.arguments.length; i++)
		gs_id=schwacke.arguments[i];

	if(gs_id==0)
		url='http://eurotax2.schwacke.com/schwacke2002/de/wert/koop_einstieg.php?koop_id='+koop_id;
	else
		url='http://eurotax2.schwacke.com/schwacke2002/de/wert/koop_einstieg_gutschein.php?koop_id='+koop_id+'&gs_id='+gs_id;

	breite=790;
	hoehe=580;

	XX=screen.availWidth;
	YY=screen.availHeight;
	x=(XX-breite)/2;
	y=(YY-hoehe)/2;

	var win=window.open(url,'schwacke','height='+hoehe+',width='+breite+',toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=no,left='+x+',top='+y);
	if (win.focus) { win.focus(); }
}