function warenkorb_aendern (obj_this,int_pid,int_geb) {
	window.location.href = window.location.pathname+'?absenden_x='+String(Math.ceil(Math.random()*9999))+'&warenkorb=aendern&anzahl='+obj_this.options[obj_this.selectedIndex].value+'&pid='+int_pid+'&gebinde='+int_geb;
}

function partnerkatauswahl() {
	document.partnerkatform.submit();
}

function kontaktAbsenden() {
	document.forms["vmrkontaktform"].youbot.value = 'as'+'df';
	document.forms["vmrkontaktform"].submit();
}

