var idVhod = document.getElementById('idVhod'); function onclickVhod() {
idVhod.style.display = (idVhod.style.display == 'inline') ? '' : 'inline';
var x = document.querySelector('article');
if (x.className === "wm" ) {
	
x.className = "wm2"; 
	
	
	
	} else {x.className = "wm";  };
localStorage.setItem('hide', idVhod.style.display);}if(localStorage.getItem('hide') == 'inline') { 
document.getElementById('idVhod').style.display = 'inline'; 
document.querySelector('article').className= "wm";