if(document.images) {
			pics = new Array();
			pics[01] = new Image();
			pics[01].src = "images/menu_01_of.gif";
			pics[02] = new Image();
			pics[02].src = "images/menu_01_on.gif";
			pics[03] = new Image();
			pics[03].src = "images/menu_03_of.gif";
			pics[04] = new Image();
			pics[04].src = "images/menu_03_on.gif";
			pics[05] = new Image();
			pics[05].src = "images/menu_04_of.gif";
			pics[06] = new Image();
			pics[06].src = "images/menu_04_on.gif";
			pics[07] = new Image();
			pics[07].src = "images/menu_05_of.gif";
			pics[08] = new Image();
			pics[08].src = "images/menu_05_on.gif";
			pics[09] = new Image();
			pics[09].src = "images/menu_07_of.gif";
			pics[10] = new Image();
			pics[10].src = "images/menu_07_on.gif";
			pics[11] = new Image();
			pics[11].src = "images/menu_08_of.gif";
			pics[12] = new Image();
			pics[12].src = "images/menu_08_on.gif";
			pics[13] = new Image();
			pics[13].src = "images/menu_09_of.gif";
			pics[14] = new Image();
			pics[14].src = "images/menu_09_on.gif";
			pics[15] = new Image();
			pics[15].src = "images/menu_10_of.gif";
			pics[16] = new Image();
			pics[16].src = "images/menu_10_on.gif";
			pics[17] = new Image();
			pics[17].src = "images/menu_11_of.gif";
			pics[18] = new Image();
			pics[18].src = "images/menu_11_on.gif";
			pics[19] = new Image();
			pics[19].src = "images/menu_12_of.gif";
			pics[20] = new Image();
			pics[20].src = "images/menu_12_on.gif";
			pics[21] = new Image();
			pics[21].src = "images/menu_13_of.gif";
			pics[22] = new Image();
			pics[22].src = "images/menu_13_on.gif";
			pics[23] = new Image();
			pics[23].src = "images/menu_14_of.gif";
			pics[24] = new Image();
			pics[24].src = "images/menu_14_on.gif";
			
			pics[25] = new Image();
			pics[25].src = "images/menu_00_of.gif";
			pics[26] = new Image();
			pics[26].src = "images/menu_00_on.gif";
			
			pics[27] = new Image();
			pics[27].src = "images/menu_16_of.gif";
			pics[28] = new Image();
			pics[28].src = "images/menu_16_on.gif";
		}
			function changer(from,to) {
			if(document.images) {
			document.images[from].src = pics[to].src;
			}
		}
