function runFlash(flpath, flw, flh, nev, flid, color)
{
   document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+flw+'" height="'+flh+'" id="'+flid+'" align="middle">\n');
   
   document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
   document.write('<param name="movie" value="'+flpath+'" />\n');
   document.write('<param name="quality" value="high" />\n');
   
	if (color=="trans" || color==""){
		document.write('<param name="wmode" value="transparent" />\n');
		document.write('<embed src="'+flpath+'" quality="high" wmode="transparent" width="'+flw+'" height="'+flh+'" name="'+nev+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	}else{
		document.write('<param name="bgcolor" value="'+color+'" />\n');
		document.write('<embed src="'+flpath+'" quality="high" bgcolor="'+color+'" width="'+flw+'" height="'+flh+'" name="'+nev+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	}

   document.write('</object>\n');
}

function findFlash(target) {
	if (window.document[target]){
		return window.document[target];
	}
	if (navigator.appName.indexOf("Microsoft Internet")==-1) {
		if (document.embeds && document.embeds[target]) {
			return document.embeds[target]; 
		}
	}else{
		return document.getElementById(target);
	}
}	
	
function disApparate(){
	if (document.getElementById('reklam').style.display != "none") {
		document.getElementById('reklam').style.display = "none";
		document.getElementById('keret_elv').style.display = "none";
		document.getElementById('keret_hely').style.display = "block";
	}
}

function Apparate(){
	if (document.getElementById('reklam').style.display == "none") {
		document.getElementById('reklam').style.display = "block";
		document.getElementById('keret_elv').style.display = "block";
		document.getElementById('keret_hely').style.display = "none";
		var thisMenu = findFlash('expertmenu');
		thisMenu.initMenu();
	}
}
