
			   

				  
			   function openmach(title)
            
    { 

    window.open("picturesbig/"+title+".htm","","fullscreen");
    }
   
   
    function shut()
{
window.close();
}

function getin()

 { 

    window.open("index.html","_self","fullscreen=no");
    }