<!--
var content=new Array()

//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have

content[1]='<div style="padding-top:222px; padding-left:60px; width:188px; float:left;"><a onmouseover="changetext(content[5]);"><img src="fotok/button_minoseg.jpg" width="168" height="98"></a></div><div style="padding-top:222px; width:185px; float:left;"><a onmouseover="changetext(content[6]);"><img src="fotok/button_megbizhatosag.jpg" width="168" height="98"></a></div><div style="padding-top:222px; float:left;"><a onmouseover="changetext(content[7]);"><img src="fotok/button_rugalmassag.jpg" width="168" height="98"></a></div>'
content[2]='<img src="fotok/elerhetosegek.jpg" width="656" height="502" alt="elérhetőségek">'
content[3]='<img src="fotok/referencia2.jpg" width="656" height="502" alt="referenciák">'
content[4]='<p style="margin:0px 60px 0 0; padding:0 20px 340px 0; font-size:x-small; text-align:center; background-color:#fff;"><img src="fotok/linkek_word.jpg" align="left" width="61" height="502" alt="linkek"><img src="fotok/url_linkek.jpg"  width="545" height="78" alt="urllinkek"><br /><a target="_blank" href="http://feeds.feedburner.com/~r/tisztasag/~6/2"><img src="http://feeds.feedburner.com/tisztasag.2.gif" alt="Tisztaság" style="border:0"></a><br><a href="http://feedburner.google.com/fb/a/headlineanimator/install?id=71tdf2ujqigpsqdpsl6gu207qg&amp;w=2" onclick="window.open(this.href, \'haHowto\', \'width=520,height=600,toolbar=no,address=no,resizable=yes,scrollbars\'); return false" target="_blank">&uarr; Grab this Headline Animator</a></p>'
content[5]='<img src="fotok/minoseg.jpg" width="656" height="502" alt="minőség">'
content[6]='<img src="fotok/megbizhatosag.jpg" width="656" height="502" alt="megbízhatóság">'
content[7]='<img src="fotok/rugalmassag.jpg" width="656" height="502" alt="rugalmasság">'

var menukep1=new Array()
menukep1[0]="<a onMouseover=\"changetext(content[1]);changemenu(menukep2[0],'menu2');changemenu(menukep3[0],'menu3');changemenu(menukep4[0],'menu4');changemenu(menukep1[1],'menu1')\"><img src=\"fotok/button_magunkrol1.jpg\" width=149 height=29 border=0></a>"
menukep1[1]='<a onMouseover=\"changetext(content[1]);\"><img src="fotok/button_magunkrol2.jpg" width="149" height="29" border="0"></a>'

var menukep2=new Array()
menukep2[0]="<a onMouseover=\"changetext(content[2]);changemenu(menukep1[0],'menu1');changemenu(menukep3[0],'menu3');changemenu(menukep4[0],'menu4');changemenu(menukep2[1],'menu2')\"><img src=\"fotok/button_elerhetosegek1.jpg\" width=149 height=29 border=0></a>"
menukep2[1]='<img src="fotok/button_elerhetosegek2.jpg" width="149" height="29" border="0">'

var menukep3=new Array()
menukep3[0]="<a onMouseover=\"changetext(content[3]);changemenu(menukep1[0],'menu1');changemenu(menukep2[0],'menu2');changemenu(menukep4[0],'menu4');changemenu(menukep3[1],'menu3')\"><img src=\"fotok/button_referenciak1.jpg\" width=149 height=29 border=0></a>"
menukep3[1]='<img src="fotok/button_referenciak2.jpg" width=149 height=29 border=0>'

var menukep4=new Array()
menukep4[0]="<a onMouseover=\"changetext(content[4]);changemenu(menukep1[0],'menu1');changemenu(menukep2[0],'menu2');changemenu(menukep3[0],'menu3');changemenu(menukep4[1],'menu4')\"><img src=\"fotok/button_linkek1.jpg\" width=149 height=29 border=0></a>"
menukep4[1]='<img src="fotok/button_linkek2.jpg" width=149 height=29 border=0>'



function regenerate(){

	window.location.reload()
}

function regenerate2(){
	if (document.layers){
		appear()
		setTimeout("window.onresize=regenerate",450)
	}
}

function changetext(whichcontent){
	if (document.all||document.getElementById){
		cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
		cross_el.innerHTML=whichcontent
	} else if (document.layers){
		document.d1.document.d2.document.write(whichcontent)
		document.d1.document.d2.document.close()
	}
}

function appear(){
	document.d1.visibility='show'
}

window.onload=regenerate2

function changemenu(menukep,menuszam){
	if (document.all||document.getElementById){
		cross_el=document.getElementById? document.getElementById(menuszam):document.all.menusor
		cross_el.innerHTML=menukep
	} else if (document.layers){
		document.menusor.document.menu1.document.write(menukep)
		document.menusor.document.menu1.document.close()
	}
}

function changeimage(kep_whichcontent){
	if (document.all||document.getElementById){
		cross_el=document.getElementById? document.getElementById("kepdescriptions"):document.all.kepdescriptions
		cross_el.innerHTML=kep_whichcontent
	} else if (document.layers){
		document.kep_d1.document.kep_d2.document.write(kep_whichcontent)
		document.kep_d1.document.kep_d2.document.close()
	}
}
//-->