 <!--
function include_intro(intro){
	var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
  if(hasRightVersion){  // if we've detected an acceptable version 
  var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                	+ 'width="1002" height="640" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="intro" align="middle">'
                  + '<param name="movie" value="resources/swf/'+intro+'" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'	
                  + '<embed src="resources/swf/'+intro+'" quality="high" bgcolor="#000" '
                  + 'width="1002" height="640" name="intro" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 
    	'<div class="no_flash_main">'
				+ 'Oldalaink megtekintéséhez flash lejátsztó szükséges!<br/><br/>'
				+ 'Firefox, Mozilla, Netscape, Opera böngészőkhöz ingyenes letölthető <a class="no_flash_main" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&amp;promoid=BUIGP" title="Flash lejátszó Firefox, Mozilla, Netscape, Opera böngészőkhöz">ITT</a>.<br/><br/>'
				+ 'Internet Explorer böngészőhöz ingyenes letölthető <a class="no_flash_main" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&amp;promoid=BUIGP" title="Flash lejátszó Internet Explorer böngészőhöz">ITT</a>.'
				+ '<div class="copyright">&copy; Hadvezérek Bt. 2008.</div>'
			+	'</div>';
     document.write(alternateContent);
   }
}

function include_menu_main(video){
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="1002" height="146" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="resources/swf/'+video+'" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'
		  						+ '<param name="wmode" value="transparent"/>'  						
                  + '<embed src="resources/swf/'+video+'" wmode="transparent" quality="high" bgcolor="#000" '
                  + 'width="1002" height="146" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
   }
}

function check_pantheon(){
		var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="720" height="538" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="pantheon" align="middle">'
                  + '<param name="movie" value="../resources/swf/pantheon.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'
		  						+ '<param name="wmode" value="transparent"/>'
                  + '<embed src="../resources/swf/pantheon.swf" wmode="transparent" quality="high" bgcolor="#000" '
                  + 'width="720" height="538" name="pantheon" align="middle"'
                  + 'play="true"'
                  + 'loop="true"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  
   }
}

function check_pantheon2(){
		var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="720" height="566" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="pantheon" align="middle">'
                  + '<param name="movie" value="../resources/swf/pantheon_new.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'
		  						+ '<param name="wmode" value="transparent"/>'
                  + '<embed src="../resources/swf/pantheon_new.swf" wmode="transparent" quality="high" bgcolor="#000" '
                  + 'width="720" height="566" name="pantheon" align="middle"'
                  + 'play="true"'
                  + 'loop="true"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  
   }
}





function ork_head(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="1002" height="250" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="resources/swf/head/ork.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/head/ork.swf" quality="high" bgcolor="#000" '
                  + 'width="1002" height="250" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function tunde_head(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="1002" height="250" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="resources/swf/head/tunde.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/head/tunde.swf" quality="high" bgcolor="#000" '
                  + 'width="1002" height="250" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function kentaur_head(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="1002" height="250" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="resources/swf/head/kentaur.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/head/kentaur.swf" quality="high" bgcolor="#000" '
                  + 'width="1002" height="250" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function ember_head(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="1002" height="250" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="resources/swf/head/ember.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/head/ember.swf" quality="high" bgcolor="#000" '
                  + 'width="1002" height="250" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function elohalott_head(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="1002" height="250" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="resources/swf/head/elohalott.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/head/elohalott.swf" quality="high" bgcolor="#000" '
                  + 'width="1002" height="250" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function petrun_head(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="1002" height="250" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="resources/swf/head/petrun.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/head/petrun.swf" quality="high" bgcolor="#000" '
                  + 'width="1002" height="250" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function goblin_head(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="1002" height="250" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="resources/swf/head/goblin.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/head/goblin.swf" quality="high" bgcolor="#000" '
                  + 'width="1002" height="250" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}


function ork_town(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="529" height="518" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="town" align="middle">'
                  + '<param name="movie" value="resources/swf/town/ork.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/town/ork.swf" quality="high" bgcolor="#000" '
                  + 'width="529" height="518" name="town" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function tunde_town(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="529" height="518" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="town" align="middle">'
                  + '<param name="movie" value="resources/swf/town/tunde.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/town/tunde.swf" quality="high" bgcolor="#000" '
                  + 'width="529" height="518" name="town" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function kentaur_town(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="529" height="518" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="town" align="middle">'
                  + '<param name="movie" value="resources/swf/town/kentaur.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/town/kentaur.swf" quality="high" bgcolor="#000" '
                  + 'width="529" height="518" name="town" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function ember_town(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="529" height="518" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="town" align="middle">'
                  + '<param name="movie" value="resources/swf/town/ember.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                 + '<embed src="resources/swf/town/ember.swf" quality="high" bgcolor="#000" '
                  + 'width="529" height="518" name="town" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function elohalott_town(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="529" height="518" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="town" align="middle">'
                  + '<param name="movie" value="resources/swf/town/elohalott.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/town/elohalott.swf" quality="high" bgcolor="#000" '
                  + 'width="529" height="518" name="town" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function petrun_town(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="529" height="518" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="resources/swf/town/petrun.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/town/petrun.swf" quality="high" bgcolor="#000" '
                  + 'width="529" height="518" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function goblin_town(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="529" height="518" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="resources/swf/town/goblin.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/town/goblin.swf" quality="high" bgcolor="#000" '
                  + 'width="529" height="518" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}


function ork_head_in(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="1002" height="250" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head_in" align="middle">'
                  + '<param name="movie" value="../resources/swf/head/ork.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="../resources/swf/head/ork.swf" quality="high" bgcolor="#000" '
                  + 'width="1002" height="250" name="head_in" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function tunde_head_in(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="1002" height="250" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head_in" align="middle">'
                  + '<param name="movie" value="../resources/swf/head/tunde.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="../resources/swf/head/tunde.swf" quality="high" bgcolor="#000" '
                  + 'width="1002" height="250" name="head_in" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function kentaur_head_in(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="1002" height="250" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head_in" align="middle">'
                  + '<param name="movie" value="../resources/swf/head/kentaur.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="../resources/swf/head/kentaur.swf" quality="high" bgcolor="#000" '
                  + 'width="1002" height="250" name="head_in" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function ember_head_in(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="1002" height="250" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head_in" align="middle">'
                  + '<param name="movie" value="../resources/swf/head/ember.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="../resources/swf/head/ember.swf" quality="high" bgcolor="#000" '
                  + 'width="1002" height="250" name="head_in" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function elohalott_head_in(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="1002" height="250" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head_in" align="middle">'
                  + '<param name="movie" value="../resources/swf/head/elohalott.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="../resources/swf/head/elohalott.swf" quality="high" bgcolor="#000" '
                  + 'width="1002" height="250" name="head_in" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function petrun_head_in(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="1002" height="250" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="../resources/swf/head/petrun.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="../resources/swf/head/petrun.swf" quality="high" bgcolor="#000" '
                  + 'width="1002" height="250" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function goblin_head_in(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="1002" height="250" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="../resources/swf/head/goblin.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="../resources/swf/head/goblin.swf" quality="high" bgcolor="#000" '
                  + 'width="1002" height="250" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}


function ork_town_in(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="529" height="518" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="town_in" align="middle">'
                  + '<param name="movie" value="../resources/swf/town/ork.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="../resources/swf/town/ork.swf" quality="high" bgcolor="#000" '
                  + 'width="529" height="518" name="town_in" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function tunde_town_in(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="529" height="518" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="town_in" align="middle">'
                  + '<param name="movie" value="../resources/swf/town/tunde.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="../resources/swf/town/tunde.swf" quality="high" bgcolor="#000" '
                  + 'width="529" height="518" name="town_in" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function kentaur_town_in(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="529" height="518" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="town_in" align="middle">'
                  + '<param name="movie" value="../resources/swf/town/kentaur.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="../resources/swf/town/kentaur.swf" quality="high" bgcolor="#000" '
                  + 'width="529" height="518" name="town_in" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function ember_town_in(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="529" height="518" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="town_in" align="middle">'
                  + '<param name="movie" value="../resources/swf/town/ember.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="../resources/swf/town/ember.swf" quality="high" bgcolor="#000" '
                  + 'width="529" height="518" name="town_in" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function elohalott_town_in(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="529" height="518" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="town_in" align="middle">'
                  + '<param name="movie" value="../resources/swf/town/elohalott.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="../resources/swf/town/elohalott.swf" quality="high" bgcolor="#000" '
                  + 'width="529" height="518" name="town_in" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function petrun_town_in(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="529" height="518" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="../resources/swf/town/petrun.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="../resources/swf/town/petrun.swf" quality="high" bgcolor="#000" '
                  + 'width="529" height="518" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function goblin_town_in(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="529" height="518" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="../resources/swf/town/goblin.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="../resources/swf/town/goblin.swf" quality="high" bgcolor="#000" '
                  + 'width="529" height="518" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}


function event_icons(icon){
	var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
  if(hasRightVersion){  // if we've detected an acceptable version 
  var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                	+ 'width="40" height="40" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="intro" align="middle">'
                  + '<param name="movie" value="resources/swf/event_icons/'+icon+'" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'
		  						+ '<param name="wmode" value="transparent"/>'
                  + '<embed src="resources/swf/event_icons/'+icon+'" wmode="transparent" quality="high" bgcolor="#000" '
                  + 'width="40" height="40" name="intro" align="middle"'
                  + 'play="true"'
                  + 'loop="true"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);
   } 
   else {  // flash is too old or we can't detect the plugin
   }
}

function event_icons_in(icon){
	var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
  if(hasRightVersion){  // if we've detected an acceptable version 
  var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                	+ 'width="40" height="40" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="intro" align="middle">'
                  + '<param name="movie" value="../resources/swf/event_icon/'+icon+'" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'
		  						+ '<param name="wmode" value="transparent"/>'
                  + '<embed src="../resources/swf/event_icon/'+icon+'" wmode="transparent" quality="high" bgcolor="#000" '
                  + 'width="40" height="40" name="intro" align="middle"'
                  + 'play="true"'
                  + 'loop="true"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);
   } 
   else {  // flash is too old or we can't detect the plugin
   }
}

function include_m_magia_pentagramma(){
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="722" height="576" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="resources/swf/m_magia_pentagramma.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'
		  						+ '<param name="wmode" value="transparent"/>'  						
                  + '<embed src="resources/swf/m_magia_pentagramma.swf" wmode="transparent" quality="high" bgcolor="#000" '
                  + 'width="722" height="576" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
   }
}


function include_m_vasarter_doren(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="720" height="330" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="resources/swf/m_vasarter_doren.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/m_vasarter_doren.swf" quality="high" bgcolor="#000" '
                  + 'width="720" height="330" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function banner_flash(nev){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="468" height="58" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="http://www.hadvezerek.hu/resources/banner/"'+nev+'" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="http://www.hadvezerek.hu/resources/banner/"'+nev+'" quality="high" bgcolor="#000" '
                  + 'width="468" height="58" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function extra_banner(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="692" height="80" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="head" align="middle">'
                  + '<param name="movie" value="resources/swf/gyemantkor.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/gyemantkor.swf" quality="high" bgcolor="#000" '
                  + 'width="692" height="80" name="head" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}


function hosborton(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="720" height="330" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="town" align="middle">'
                  + '<param name="movie" value="../resources/swf/hos/borton.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="../resources/swf/hos/borton.swf" quality="high" bgcolor="#000" '
                  + 'width="720" height="330" name="town" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function hoslada(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="720" height="330" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="town" align="middle">'
                  + '<param name="movie" value="../resources/swf/hos/birodalmi_lada.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="../resources/swf/hos/birodalmi_lada.swf" quality="high" bgcolor="#000" '
                  + 'width="720" height="330" name="town" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function concordia(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="720" height="330" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="town" align="middle">'
                  + '<param name="movie" value="resources/swf/concordia/kerekasztal.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/concordia/kerekasztal.swf" quality="high" bgcolor="#000" '
                  + 'width="720" height="330" name="town" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}

function terkep(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="720" height="330" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="town" align="middle">'
                  + '<param name="movie" value="resources/swf/terkep_rangsor/terkep.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/terkep_rangsor/terkep.swf" quality="high" bgcolor="#000" '
                  + 'width="720" height="330" name="town" align="middle"'
                  + 'play="true"'
                  + 'loop="false"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}
function rangsor(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="720" height="330" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="town" align="middle">'
                  + '<param name="movie" value="resources/swf/terkep_rangsor/rangsor3.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/terkep_rangsor/rangsor3.swf" quality="high" bgcolor="#000" '
                  + 'width="720" height="330" name="town" align="middle"'
                  + 'play="true"'
                  + 'loop="true"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}



function magiaflash(){;
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion){  // if we've detected an acceptable version 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
                  + 'width="720" height="330" margin="0" border="0" padding="0"'
                  + 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="town" align="middle">'
                  + '<param name="movie" value="resources/swf/pentagramma.swf" />'
		  						+ '<param name="quality" value="high" />'
		  						+ '<param name="bgcolor" value="#000" />'
		  						+ '<param name="allowScriptAccess" value="sameDomain" />'		  						
                  + '<embed src="resources/swf/pentagramma.swf" quality="high" bgcolor="#000" '
                  + 'width="720" height="330" name="town" align="middle"'
                  + 'play="true"'
                  + 'loop="true"'
                  + 'quality="high"'
                  + 'allowScriptAccess="sameDomain"'
                  + 'type="application/x-shockwave-flash"'
                  + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
                  + '<\/embed>'
                  + '<\/object>';
                  document.write(oeTags);   // embed the flash movie
   } 
   else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'Flash lejátszó szükséges';
    document.write(alternateContent);  // insert non-flash content
   }
}



-->

