<!--
function changeimage1(towhat){
 if (document.images){
  document.images.targetimage1.src=towhat.src
 }
}

//-->


