<!-- *********** KÉPEK NAGYÍTÁSA  ********** -->
	LOCATION = new Array();
	LOCATION[0]="bigimages/berzenke.jpg";
	LOCATION[1]="bigimages/kele.jpg";
	LOCATION[2]="bigimages/kotya.jpg";
	LOCATION[3]="bigimages/hebe.jpg";
	LOCATION[4]="bigimages/hurgya.jpg";
	LOCATION[5]="bigimages/ejnye.jpg";
	LOCATION[6]="bigimages/bejnye.jpg";
	LOCATION[7]="bigimages/csurran.jpg";
	LOCATION[8]="bigimages/herda.jpg";
	LOCATION[9]="bigimages/herdae.jpg";
	LOCATION[10]="bigimages/kelen.jpg";
	LOCATION[11]="bigimages/talpig.jpg";

	DESCRIPTION = new Array();
	DESCRIPTION[0]="Berzenke 2011";
	DESCRIPTION[1]="Kele 1998/2002";
	DESCRIPTION[2]="Kótya 1998/2002";
	DESCRIPTION[3]="Hebe 1999/2002";
	DESCRIPTION[4]="Hurgya 1999/2002";
	DESCRIPTION[5]="Ejnye 2003";
	DESCRIPTION[6]="Bejnye 2003";
	DESCRIPTION[7]="Csurran - Cseppen 2000/2002";
	DESCRIPTION[8]="Herda 1999/2002";
	DESCRIPTION[9]="Herda kalapált 2003";
	DESCRIPTION[10]="Kele N 2004";
	DESCRIPTION[11]="Talpigvas 2004";

	PICT_ALIGN= new Array();
	PICT_ALIGN[0]="0"; PICT_ALIGN[1]="0"; PICT_ALIGN[2]="0"; PICT_ALIGN[3]="0"; PICT_ALIGN[4]="0"; PICT_ALIGN[5]="0"; PICT_ALIGN[6]="0"; PICT_ALIGN[7]="1";
	PICT_ALIGN[8]="1"; PICT_ALIGN[9]="1"; PICT_ALIGN[10]="0"; PICT_ALIGN[11]="0";

	function ZOOM() 	{zoomwin = window.open('zoom.html','zoom','width=456, height=500, toolbar=no, status=no, directories=no');
						 zoomwin.moveTo(100,150);
						 if (ALIGN==1) {window.setTimeout("zoomwin.document.getElementById('ImageHere').style.top=100",1500);
						 					window.setTimeout("zoomwin.document.getElementById('ImageHere').style.left=65",1700)};
						 if (ALIGN==0) {window.setTimeout("zoomwin.document.getElementById('ImageHere').style.top=50",1500);
						 					window.setTimeout("zoomwin.document.getElementById('ImageHere').style.left=100",1700)};
						 window.setTimeout("zoomwin.document.images[0].src=ThisLOC",1800);
						 window.setTimeout("zoomwin.document.getElementById('Here').firstChild.nodeValue=(DESCRIPTION[NR])",1000);
						 window.setTimeout("zoomwin.LOCATION=LOCATION",1100);
						 window.setTimeout("zoomwin.DESCRIPTION=DESCRIPTION",1200);
						 window.setTimeout("zoomwin.PICT_ALIGN=PICT_ALIGN",1300);
						 window.setTimeout("zoomwin.NR=NR",1400);}

<!-- *********** KIEJTÉS  ********** -->

	function NAME()		{alert("Kommt bald!");}
