function cart(id){
	Fenster1 = window.open("/shopping/shopping.php?id=" + id, "shoppingCart", "width=550,height=800,left=5,top=5,scrollbars=yes");
	Fenster1.focus();
}

function cart_en(id){
	Fenster1 = window.open("/shopping_en/shopping.php?id=" + id, "shoppingCart", "width=550,height=800,left=5,top=5,scrollbars=yes");
	Fenster1.focus();
}

