	function image_pop(	URL, pop_feature, pop_width, pop_height ) {
		window.open( URL, pop_feature, 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left=10,top=10,' + pop_width + ',' + pop_height );
	}
