/**
 * Popup:
 */
 	function image_popup ( id, pic_id, c_id )
	{
		var cid = '';
		if ( c_id ) cid = '&_cid=' + c_id;
		
		var popup = window.open ( fPath + 'index.php?m=popup&o=' + id + '&pic=' + pic_id + cid, 'ImagePopup', 'width=800px, height=600px, top=100px, left=100px, resizable=1' );
			popup.focus ( );
	}