
function mouse_action(who,image_index) {
who.src =image_array[image_index];

}

