//This Script changes an image on the screen by clicking on it.

function movepic(img_name,img_src) 
{
document[img_name].src=img_src;
}