/Standard') {document.form2.QuantitaMax.value = 10000;}if (valore=='5992|F3A5414/Standard') {document.form2.QuantitaMax.value = 10000;}if (valore=='5994|TW35414/Standard') {document.form2.QuantitaMax.value = 10000;}if (valore=='5996|YB75414/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=4070&Nome=POLO RALPH LAUREN POLO 1804&Quantita=1&Prezzo=75,83&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");
}
}