function changeImage(filename,linkpath,topTitle1) {
	mainimage.src = filename; 
	linkPathId.href = linkpath;
	topTitle.value = topTitle1;

}      
