function ChangePic(PicName,NewPic)
{document.images[PicName].src = NewPic;}
