// Rollover scripts

function swap_image( $target, $new_image )
 {
 document.getElementById("img1").src = $new_image;
 }

