
function manuchange(drop) {
	
	var manuid = drop.value;
	if (manuid > 0) {
		window.location.href = 'shop.php3?manid=' + manuid;
	}
	
}


