function schwacke_fenster(args)
{
koop_id=schwacke_fenster.arguments[0];
url='http://eurotax2.schwacke.com/b2b_wp/de/wert/koop_einstieg.php?koop_id='+koop_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(); }
}

function schwacke_wp(args)
{
koop_id=schwacke_wp.arguments[0];

url='http://eurotax2.schwacke.com/b2b_wp/de/wert/koop_einstieg.php?koop_id='+koop_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(); }
}
