
function ur(){
	for (i=0;i<=2;i++) MM_showHideLayers('m'+i,'','show');
	}

	
function ueber(wer){
	ur(); 
	MM_showHideLayers('m'+wer,'','hide');
	}
