function ImgChange(imgNum,imgSrc)
{
document.images[imgNum].src=imgSrc;
}
