/') {document.form2.QuantitaMax.value = 5;}if (valore=='8032|2/') {document.form2.QuantitaMax.value = 5;}if (valore=='8033|3/') {document.form2.QuantitaMax.value = 5;}if (valore=='8034|4/') {document.form2.QuantitaMax.value = 5;}}
function inviaform(){
if (document.form2.IdTaglia.value != '') {
if (document.form2.Comando.value == 'AggiungiDesideri'){
document.form2.action = '/listadesideri.asp?IdProdotto=6200&Nome=JOHN RICHMOND JR508&Quantita=1&Prezzo=75,25&IdNegozio=1212&Peso=0,5&Spedisci=1&Iva=20&QuantitaMin=0'
}
document.form2.submit();
}else{
alert("Selezionare una taglia per inserire il prodotto nel carrello");
}
}