var pos=1;
function mo(n){if(pos!=n)document.getElementById('m'+n).src='stuff/m'+n+'o.png';}
function mu(n){if(pos!=n)document.getElementById('m'+n).src='stuff/m'+n+'.png';}
function cl(n) {
	if(pos!=n){
		   document.getElementById('m'+pos).src='stuff/m'+pos+'.png';
		   pos=n;
		   document.getElementById('m'+n).src='stuff/m'+n+'s.png';
		   if (langx==1){document.getElementById('xsframe').src='fr0'+n+'.html';}
		   if (langx==2){document.getElementById('xsframe').src='fr'+n+'.html';}
		   document.getElementById('pos').src='stuff/pos'+n+'.png';
	if (n==0)pos=1;
	}
}