		function changeImg(newImg,newText)
		{
				newImg = imgPath+newImg;
				document.images["Img"].src=newImg;
				
				newText = textPath+newText;
				document.images["Text"].src=newText;
					
		}