/* mani_shop*/


function neuesfenster()
{

fenster2=window.open("http://www.mani-handschuhe.de/mani_warenkorb_shop/index.html", "f2", 
"height=500,width=750,menubar=no,locationbar=yes,status=yes,resizable=yes,scrollbars=1,");
fenster2.focus();
if(navigator.appName=="Microsoft Internet Explorer")
{fenster2.resizeTo(600,600);
x=(screen.width-600)/2;
y=(screen.height-600)/2;
}
else
{
x=(screen.width-fenster2.outerWidth)/2;
y=(screen.height-fenster2.outerHeight)/2
}
fenster2.moveTo(x,y);
}
/*Neues Fenster mani_shop ende*/




