function bar(int)
{
if (int==1)
 window.status="ENTRA NEL SITO DI VINACCIA MARIA S.a.s. IN VERSIONE FLASH";

else if(int==0)
 window.status="CLICCA SULLE FRECCIE PER ENTRARE !!!";

else if(int==2)
 window.status="ENTRA NEL SITO DI VINACCIA MARIA S.a.s. IN VERSIONE HTML";
else if(int==3)
 window.status="SCRIVICI PER RICEVERE INFORMAZIONI !!!";
}

fotoflash=new Image();
fotoflash.src="images/Versione%20Flash.gif";
fotohtml=new Image();
fotohtml.src="images/Versione%20Html.gif";
function cambiasx(int)
{
  if (int==1)
         document.fotoflash.src="images/Versione%20Flash_on.gif";
 if(int==0)
    document.fotoflash.src="images/Versione%20Flash.gif";
}
function cambiadx(int)
{
  if (int==1)
         document.fotohtml.src="images/Versione%20Html_on.gif";
 if(int==0)
    document.fotohtml.src="images/Versione%20Html.gif";
}