// JavaScript Document

	function gallery_display( img ) {
	
		alf_display( '<img src="' + img + '" class="user_img" />' );
	
	}