/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
function zmTlaBut(zm){
     document.getElementById('button_start1').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('button_end1').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('button_text1').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('menu1').style.color= "#383838";

     document.getElementById('button_start2').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('button_end2').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('button_text2').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('menu2').style.color= "#383838";

     document.getElementById('button_start3').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('button_end3').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('button_text3').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('menu3').style.color= "#383838";

     document.getElementById('button_start4').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('button_end4').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('button_text4').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('menu4').style.color= "#383838";

     document.getElementById('button_start5').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('button_end5').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('button_text5').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('menu5').style.color= "#383838";

     document.getElementById('button_start6').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('button_end6').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('button_text6').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('menu6').style.color= "#383838";

     document.getElementById('button_start7').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('button_end7').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('button_text7').style.backgroundImage= "url(./images/button.jpg)";
     document.getElementById('menu7').style.color= "#383838";

     document.getElementById('button_start'+zm).style.backgroundImage= "url(./images/button_on.jpg)";
     document.getElementById('button_end'+zm).style.backgroundImage= "url(./images/button_on.jpg)";
     document.getElementById('button_text'+zm).style.backgroundImage= "url(./images/button_on.jpg)";
     document.getElementById('menu'+zm).style.color= "white";

}

