intendi cosi??


codice:
<!--
function changeImage(obj,dest)
{
  selection = obj.options[obj.selectedIndex].value;
  document.getElementById(dest).src = selection;
  document.links[0].href = selection;
}
//-->
</script>