var page=" ";
function changetext(whichcontent){
if (document.images){
					if (whichcontent != "none"){
												document.images.imma.src = whichcontent+".jpg";
												document.images.imma.alt = whichcontent;
												}
					}
}
