var base = "./";

var isnMessage = new Array("-                 -","-         -","-        -","-                       -","-         -","-               -","-                 -","-               -","-               -","-      -","-        -","-               -","-           -","-                            -","-                     -");

var isnMonths_ru=new Array("","","","","","","","","","","","");

var isnDays_ru= new Array("","","","","","","","");

today=new Date();

img1on = new Image();   img1on.src = "gifs/m3-2on.jpg"; 
img1off = new Image();  img1off.src = "gifs/m3-2.jpg";
img2on = new Image();   img2on.src = "gifs/m3-3_4on.jpg";
img2off = new Image();  img2off.src = "gifs/m3-3_4.jpg"; 
img3on = new Image();   img3on.src = "gifs/m3-5on.jpg"; 
img3off = new Image();  img3off.src = "gifs/m3-5.jpg"; 
img4on = new Image();   img4on.src = "gifs/m3-6_7on.jpg"; 
img4off = new Image();  img4off.src = "gifs/m3-6_7.jpg"; 
img5on = new Image();   img5on.src = "gifs/m3-8_9on.jpg";
img5off = new Image();  img5off.src = "gifs/m3-8_9.jpg"; 
img6on = new Image();   img6on.src = "gifs/m3-10on.jpg"; 
img6off = new Image();  img6off.src = "gifs/m3-10.jpg"; 

    function messages (text)
	{
		window.status = text;
		return true;
	}
	 
    function imgOn(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "on.src");       
            }
    }

    function imgOff(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "off.src");        
            }
    }

