var Url = 'http://'+location.hostname+'/';
hs.graphicsDir = Url+'img/hs/';
hs.outlineType = 'rounded-white';
hs.restoreTitle = 'Нажмите чтобы закрыть';
hs.loadingText = 'Загрузка...';
hs.loadingTitle = 'Отмена';
window.onload = init;
function init() {
  var water = document.getElementById('water');
  water.style.backgroundRepeat = 'repeat';
  water.style.backgroundPosition = '100% 164px';
}

/*
function sw_img(lnk, total) {
    image = document.getElementById('img');
    image.src = lnk.href;
    for (i=1; i<=total; i++) {
        document.getElementById('tn'+i).className = 'n';
    }
    lnk.className = 'a';
    return false;
}
*/
