<!-- *********** ALMENÜK ELŐTÖLTÉSE ********** -->
	menu1=new Image(); menu1.src="menu/menu_1_m.gif";
	menu2=new Image(); menu2.src="menu/menu_2_m.gif";
	menu3=new Image(); menu3.src="menu/menu_3_m.gif";
	menu4=new Image(); menu4.src="menu/menu_4_m.gif";
	menu5=new Image(); menu5.src="menu/marker.gif";
	menu6=new Image(); menu6.src="menu/marker2.gif";

<!-- *********** ZOOM NYILACSKÁK ELŐTÖLTÉSE ********** -->
	zoom1=new Image(); zoom1.src="zoom/elore.gif";
	zoom2=new Image(); zoom2.src="zoom/hatra.gif";
	zoom3=new Image(); zoom3.src="zoom/stop.gif";
	zoom4=new Image(); zoom4.src="hatter.gif";

<!-- *********** LENYILÓ MENÜK NYILACSKAMOZGATÁSA  ********** -->
	function mmove()	{document.getElementById("marker2").style.top=mtop;
								 document.getElementById("marker2").style.left=mleft;
								 document.getElementById("marker2").style.visibility="visible";}
	function mhide()	{document.getElementById("marker2").style.visibility="hidden";}

<!-- *********** LENYILÓ MENÜK NYITÁSA, ZÁRÁSA  ********** -->
	CANCEL_CLOSE=0;
	function CLOSE_1()			{HIDE_1=setTimeout("document.getElementById('menu_1').style.visibility='hidden';",20);}
	function CLOSE_2()			{HIDE_2=setTimeout("document.getElementById('menu_2').style.visibility='hidden';",20);}
	function CLOSE_3()			{HIDE_3=setTimeout("document.getElementById('menu_3').style.visibility='hidden';",20);}
	function CLOSE_4()			{HIDE_4=setTimeout("document.getElementById('menu_4').style.visibility='hidden';",20);}
