function changeimg( src ) {
		var obj = document.getElementById( 'mainimage' );
		obj.src = src;
	}