immagine affianco al menu:
[img]../photo/demo.jpg[/img]
funzione:
codice:
function changeImage(form)
        {
        selection = form.imagename.options[form.imagename.selectedIndex].value;
        document.getElementById("anteprima").src = selection;
        }