
menu01_off= new Image();
menu01_off.src= "./../biblioteka/_gfx/menu_01_off.png";
menu01_on= new Image();
menu01_on.src= "./../biblioteka/_gfx/menu_01_on.png";

menu02_off= new Image();
menu02_off.src= "./../biblioteka/_gfx/menu_02_off.png";
menu02_on= new Image();
menu02_on.src= "./../biblioteka/_gfx/menu_02_on.png";

menu03_off= new Image();
menu03_off.src= "./../biblioteka/_gfx/menu_03_off.png";
menu03_on= new Image();
menu03_on.src= "./../biblioteka/_gfx/menu_03_on.png";


menu1_off= new Image();
menu1_off.src= "./../biblioteka/_gfx/menu_1_off.png";
menu1_on= new Image();
menu1_on.src= "./../biblioteka/_gfx/menu_1_on.png";

menu2_off= new Image();
menu2_off.src= "./../biblioteka/_gfx/menu_2_off.png";
menu2_on= new Image();
menu2_on.src= "./../biblioteka/_gfx/menu_2_on.png";

menu3_off= new Image();
menu3_off.src= "./../biblioteka/_gfx/menu_3_off.png";
menu3_on= new Image();
menu3_on.src= "./../biblioteka/_gfx/menu_3_on.png";

menu4_off= new Image();
menu4_off.src= "./../biblioteka/_gfx/menu_4_off.png";
menu4_on= new Image();
menu4_on.src= "./../biblioteka/_gfx/menu_4_on.png";

var appver= 0;
var any= 0;
	any= navigator.appVersion;
	appver= eval(any.charAt(0));

function menu_change(panel,obrazek){
	if(appver>2){
		document[panel].src= eval(obrazek);
	}
}
