function frmsubmit(func) {
	document.carrinho.func.value = func;
	document.carrinho.submit();
}	