function openImg(id, fileName) {
	window.open('/gallery/presentation/popup.html?id='+id+'&active='+fileName, null, 'width=687,height=800,scrollbars=yes,resizable=no')
}
