/**
 *
 */
 	function html_popup ( id )
	{
		window.open ( 'index.php?m=html_popup&o=' + id, '', 'width=600px, height=600px, top=80px, left=80' );
	}