function dsp_photo(id, w, h) {
		window.open('index.php?fuseaction=act.photo&id=' + id, 'photo' + id, 'width='+w+',height='+h+',status=no,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=no,left=0,top=0');
	}
