	function rollimg (img,name){
		eval ('document.images.'+name+'.src=img');
		}

