/Standard') {document.form2.QuantitaMax.value = 10000;}if (valore=='2907|26M537/Standard') {document.form2.QuantitaMax.value = 10000;}if (valore=='2908|26M541/Standard') {document.form2.QuantitaMax.value = 10000;}if (valore=='2909|89M538/Standard') {document.form2.QuantitaMax.value = 10000;}if (valore=='2910|89M560/Standard') {document.form2.QuantitaMax.value = 10000;}}
function inviaform(){
if (document.form2.IdTaglia.value != '') {
if (document.form2.Comando.value == 'AggiungiDesideri'){
document.form2.action = '/listadesideri.asp?IdProdotto=4226&Nome=VERSACE MOD. N43 SOLE&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");
}
}