// Function to swap an image. requires get_obj and get_obj_id. Not checked for nn6
// AUTHOR: dOb
// DATE: 04/09/2001

function image_swap(image_url, image_name)
{
document.images[image_name].src = image_url;
}
