function m1(){
 document.getElementById('m1').style.background="url('/img/hover1.jpg') no-repeat 100% ";
 }
 function m1_1(){
 document.getElementById('m1').style.background="";
 }
 function m2(){
 document.getElementById('m2').style.background="url('/img/hover1.jpg') no-repeat 100% ";
 }
 function m2_1(){
 document.getElementById('m2').style.background="";
 }
  function m3(){
 document.getElementById('m3').style.background="url('/img/hover1.jpg') no-repeat 100% ";
 }
 function m3_1(){
 document.getElementById('m3').style.background="";
 }
  function m4(){
 document.getElementById('m4').style.background="url('/img/hover1.jpg') no-repeat 100% ";
 }
 function m4_1(){
 document.getElementById('m4').style.background="";
 }
  function m5(){
 document.getElementById('m5').style.background="url('/img/hover2.jpg') no-repeat 100% ";
 }
 function m5_1(){
 document.getElementById('m5').style.background="";
 }
 function m6(){
 document.getElementById('m6').style.background="url('/img/hover3.jpg') no-repeat 100% ";
 }
 function m6_1(){
 document.getElementById('m6').style.background="url('/img/fon6.jpg') no-repeat 100%";
 }
  function m7(){
 document.getElementById('m7').style.background="url('/img/hover4.jpg') no-repeat right ";
 }
 function m7_1(){
 document.getElementById('m7').style.background="url('/img/fon7.jpg') no-repeat 100%";
 }

