var imgOn=new Image();
imgOn.src='butt_up.gif';
var imgOff=new Image();
imgOff.src='butt_dwn.gif';
function changeImage(imgName) {
 document[imgName].src=eval('imgOn.src');
}
function restoreImage(imgName) {
 document[imgName].src=eval('imgOff.src');
}
function openPhoto(winName,photoTit,photoURL,photoW,photoH) {
 var ie=(document.all)?true:false;
 var ns=(document.layers)?true:false;
 var n6=(document.getElementById&&!ie)?true:false;
 var resAtt='';
 if (ie)
  resAtt='no';
 if (ns||n6)
  resAtt='yes';
 var winAtts='resizable='+resAtt+',scrollbars=no,left=5,top=100';
 var winW=photoW-1+11;
 var winH=photoH-1+26;
 var photoWin=window.open('',winName,winAtts);
 photoWin.document.write('<html><head><title>'+photoTit+'</title><meta http-equiv=content-type content=\"text/html; charset=windows-1251\"><meta http-equiv=content-script-type content=text/javascript></head><body bgcolor=#b27148 leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><a href=\"javascript:window.close();\" title=\"Закрыть &#010;Close\"><img src=photos/'+photoURL+' width='+photoW+' height='+photoH+' border=0 vspace=0 hspace=0></a></body></html>');
 photoWin.document.close();
 photoWin.window.resizeTo(winW,winH);
 photoWin.window.focus();
}
function addBookmark() {
 var bookmarkURL='http://organ-livadia.narod.ru/index.htmll';
 var bookmarkTitle='Центр органной музыки ЛИВАДИЯ';
 if (document.all)
  window.external.AddFavorite(bookmarkURL,bookmarkTitle);
 else
  window.alert('Извините, Ваш броузер не поддерживает эту опцию.\nSorry, but this feature isn\'t supported by your browser.');
}
function addBookmarkEn() {
 var bookmarkURL='http://organ-livadia.narod.ru/index_en.htm';
 var bookmarkTitle='The Centre of Organ Music LIVADIA';
 if (document.all)
  window.external.AddFavorite(bookmarkURL,bookmarkTitle);
 else
  window.alert('Sorry, but this feature isn\'t supported by your browser.');
}