/') {document.form2.QuantitaMax.value = 5;}if (valore=='11636|P6D/KW/') {document.form2.QuantitaMax.value = 5;}if (valore=='11637|P6D/MZ/') {document.form2.QuantitaMax.value = 5;}if (valore=='11638|V9A/ZR/') {document.form2.QuantitaMax.value = 5;}}
function inviaform(){
if (document.form2.IdTaglia.value != '') {
if (document.form2.Comando.value == 'AggiungiDesideri'){
document.form2.action = '/listadesideri.asp?IdProdotto=8662&Nome=GUCCI 2721/S&Quantita=1&Prezzo=122,5&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");
}
}