function zoomImage(popupAddress, imageFileName) {
	window.open(popupAddress + '?fn=' + imageFileName, 'zoom', 'width=100,height=100,resizable=yes,scollbars=auto');
}

function zoomOSImage(popupAddress, moduleName, imageFileName) {
	window.open(popupAddress + '?mn=' + moduleName + '&fn=' + imageFileName, 'zoom', 'width=300,height=400,resizable=yes,scollbars=auto');
}
