// JavaScript Document
var img1="images/button1_1.gif";
var img2="images/button2_1.gif";
var img3="images/button3_1.gif";
var img4="images/button4_1.gif";
var img5="images/button5_1.gif";
var img6="images/button6_1.gif";
var img7="images/button7_1.gif";
var img8="images/button8_1.gif";
var img9="images/button9_1.gif";
var img10="images/button10_1.gif";
var img11="images/button11_1.gif";
var img12="images/button12_1.gif";
var img13="images/button13_1.gif";
var img14="images/button14_1.gif";

function smena1() {
	document.button1.src=img1;}
function vozvrat1() {
	document.button1.src="images/button1_0.gif";}
	
function smena2() {
	document.button2.src=img2;}
function vozvrat2() {
	document.button2.src="images/button2_0.gif";}
	
function smena3() {
	document.button3.src=img3;}
function vozvrat3() {
	document.button3.src="images/button3_0.gif";}
	
function smena4() {
	document.button4.src=img4;}
function vozvrat4() {
	document.button4.src="images/button4_0.gif";}
	
function smena5() {
	document.button5.src=img5;}
function vozvrat5() {
	document.button5.src="images/button5_0.gif";}
	
function smena6() {
	document.button6.src=img6;}
function vozvrat6() {
	document.button6.src="images/button6_0.gif";}
	
function smena7() {
	document.button7.src=img7;}
function vozvrat7() {
	document.button7.src="images/button7_0.gif";}
	
function smena8() {
	document.button8.src=img8;}
function vozvrat8() {
	document.button8.src="images/button8_0.gif";}
	
function smena9() {
	document.button9.src=img9;}
function vozvrat9() {
	document.button9.src="images/button9_0.gif";}
	
function smena10() {
	document.button10.src=img10;}
function vozvrat10() {
	document.button10.src="images/button10_0.gif";}
	
function smena11() {
	document.button11.src=img11;}
function vozvrat11() {
	document.button11.src="images/button11_0.gif";}
	
function smena12() {
	document.button12.src=img12;}
function vozvrat12() {
	document.button12.src="images/button12_0.gif";}
	
function smena13() {
	document.button13.src=img13;}
function vozvrat13() {
	document.button13.src="images/button13_0.gif";}
	
function smena14() {
	document.button14.src=img14;}
function vozvrat14() {
	document.button14.src="images/button14_0.gif";}
