<!--
function imageSwap(swap_image)
{
window.document.image_one.src = swap_image;
window.document.image_two.src = swap_image;
window.document.image_three.src = swap_image;
window.document.image_four.src = swap_image;
window.document.image_five.src = swap_image;
window.document.image_six.src = swap_image;
window.document.image_seven.src = swap_image;
window.document.image_eight.src = swap_image;
window.document.image_nine.src = swap_image;
}   
// -->
