hs.graphicsDir = 'http://www.helsinki.ru/';
hs.showCredits = false;
hs.align = 'center';
// Translations
hs.fullExpandTitle = 'Увеличить до размера оригинала';
hs.restoreTitle = 'Нажмите для закрытия';
hs.focusTitle = 'Щёлкните для вывода на передний план';
hs.loadingText = 'Загрузка...';
hs.loadingTitle = 'Щёлкните для отмены';
// Remove the registerOverlay call to disable the controlbar
//hs.registerOverlay(
//    {
//        thumbnailId: null,
//        overlayId: 'controlbar',
//        position: 'top right',
//        hideOnMouseOut: false
//    }
//);
// This might be the cause of IE6 crash and preloadImages should
// be removed from windows.onload and added elsewhere
//window.onload = function() {
//    hs.preloadImages(5);
//}
