function FotoWindow1(Gallery) 
{FWindow=window.open("pics/galerei/DashaS/"+ Gallery + ".html", "fotoWin", 'width=850, height=850, left=0, top=0'); 
if (window.focus) {FWindow.focus()}
else (window.focus)}

function changeImg(imgRef, x,state )
{var blockElement=document.getElementById('img'+x); 
blockElement.style.visibility=state}


function changeState1(submenuRef, state ){var blockElement=document.getElementById('submenu1'); blockElement.style.visibility=state}

function changeState2(submenuRef, state ){var blockElement=document.getElementById('submenu2'); blockElement.style.visibility=state}

function changeState3(submenuRef, state ){var blockElement=document.getElementById('submenu3');

blockElement.style.visibility=state}

