//v1.1
//Copyright 2006 Adobe Systems, Inc. All rights reserved.
function floatMenuIn(i) {
	var n=new Array();
	n[1] =document.getElementById('amFooldal');
	n[2] =document.getElementById('amRolunk');
	n[3] =document.getElementById('amSzolgaltatasok');
	n[4] =document.getElementById('amInformacio');
	n[5] =document.getElementById('amReferenciaink');
	n[6] =document.getElementById('amKapcsolat');

	if (n[i]) {
		if (aktLayer) aktLayer.style.visibility = 'hidden';
		n[i].style.visibility = 'visible';
		aktLayer = n[i];
	} //if
} //floatMenuIn	

function floatMenuAllOut() {
	document.getElementById('amFooldal').style.visibility='hidden';
	document.getElementById('amRolunk').style.visibility='hidden';
	document.getElementById('amSzolgaltatasok').style.visibility='hidden';
	document.getElementById('amInformacio').style.visibility='hidden';
	document.getElementById('amReferenciaink').style.visibility='hidden';
	document.getElementById('amKapcsolat').style.visibility='hidden';

} //floatMenuIn	
function floatMenuIn2() {	aktLayer.style.visibility = 'visible'; }
function floatMenuOutOk(melyik) { melyik.style.visibility='hidden'; }
var aktLayer = null;	

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}	
