function display_out(){
	if(screen.width < "1280") {
		document.getElementById('right_panel_big').style.display="none";
		document.getElementById('right_panel_no').style.display="block";
	}else{
		document.getElementById('right_panel_no').style.display="none";
		document.getElementById('right_panel_big').style.display="block";
	}
}

function to_basket($pid,$comb) {
	with (document.pform) { pid1.value=$pid; combo1.value=$comb; submit();}

	return;
}

function gotocat($vForm,$vCom,$pid){
	var pfad = document.forms[$vForm].elements[$vCom].value;
	var doatt = document.forms[$vForm].elements["doatt_"+$pid].value;
	if(doatt==1){
		if(pfad==0){
			alert('{errgross}');
			return false;
		}
	}
	return true;
}
function gro(){
	if (document.prodsend.attr.value == "0"){
		alert('{errgross}');
		return false;
	}
}
