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