function goTo(){
	for (counter = 0; counter < document.modulo.selez.length; counter++){
		if (document.modulo.selez[counter].checked){
			myvar = document.modulo.selez[counter].value;
			if ( myvar == "finanziamento"){
				document.modulo.action = "https://reserved.e-consel.it/ecom/ecommercep2.mac/chklog";
				document.modulo.target = "_self";
				document.modulo.submit();
			}else{
				document.modulo.action = "https://www.85gym.com/index.php?do=storePayment";
				document.modulo.target = "_self";
				document.modulo.submit();
				subDisabled();
			}
		}
	}

}

function subDisabled(){
	document.modulo.button.disabled=true;
}