var img_path = 'shop_images/';

function toggle_customcheck(idcheckbox, idhiddenfield) {
	if(document.getElementById(idcheckbox).src == 'http://www.slurg.de/shop/shop_images/so_off.gif') {
		document.getElementById(idcheckbox).src = 'http://www.slurg.de/shop/shop_images/so_on.gif';
		document.getElementById(idhiddenfield).value = "1";
	} else {
		document.getElementById(idcheckbox).src = 'http://www.slurg.de/shop/shop_images/so_off.gif';
		document.getElementById(idhiddenfield).value = "1";
	}
}
function popfotobig(p) {
	slurgpop=window.open(p,'Riesenfoto','directories=0,location=0,menubar=0,resizable=no,scrollbars=0,status=0,toolbar=0,locationbar=0,width=350,height=400,innerwidth=350,innerheight=400');
	slurgpop.focus();
}