/***********************************************
* Step Carousel Viewer script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/

function visualgrande(nomeimmagine, descrizione, codice, colore, larghezza, spessore, battuta, bottone)
{
 var a = document.getElementById("immaginegrande");
 a.src = nomeimmagine;
 var a = document.getElementById("descrizione");
 a.value = descrizione;
 var a = document.getElementById("codice");
 a.value = codice;
 var a = document.getElementById("colore");
 a.value = colore;
 var a = document.getElementById("larghezza");
 a.value = larghezza;
 var a = document.getElementById("spessore");
 a.value = spessore;
  var a = document.getElementById("battuta");
 a.value = battuta;
 var c = document.getElementsByName("imgprodotti");
 for(i=0; i<c.length; i++)
       {
        c[i].style.border = "3px solid #C3C3C3";
       }
 var b = bottone;
 b.style.border = "3px solid #FF552A";
 }

