<!--
function callpopup(name) {
	
	popupwin = window.open(name, "warenkorb", "width=600,height=600,scrollbars");
	popupwin.focus();
}
//-->