/**
 * Popup:
 */
 	function image_popup ( id, pic_id )
	{
		var popup = window.open ( window.location.protocol + '//' + window.location.host + '/index.php?m=popup&o=' + id + '&pic=' + pic_id, 'ImagePopup', 'width=200px, height=200px, top=100px, left=100px' );
			popup.focus ( );
	}