function fnPreviewPhoto(src, width, height) {
	width += 12;

	window.open( src, '', 'width='+width+',height='+height+',toolbar=no,menubar=yes');
}

function fnClosePhotoPreview() {
	window.close();
}
