function showFlash_index(lang)
{
      document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="390" height="238">\n');
      document.write('<param name="movie" value="swf/intezetek' + lang + '.swf">\n');
      document.write('<param name="quality" value="high">\n');
      document.write('<embed src="swf/intezetek' + lang + '.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="390" height="238"></embed>\n');
      document.write('</object>\n');
}

function showFlash_head(upperMenu)
{
    showFlash_head(upperMenu,'default');
}

function showFlash_head(upperMenu,theme)
{
  showFlash(upperMenu,'swf/' + theme + '/head.swf');
}

function showFlash(upperMenu,flash_file)
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height="112">\n');
    document.write('<param name="movie" value="' + flash_file + '?'+ upperMenu +'" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<embed src="'+ flash_file +'?'+ upperMenu +'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="112"></embed>\n');
    document.write('</object>\n');
}



function xshowFlash_head(upperMenu)
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height="112">\n');
    document.write('<param name="movie" value="swf/default/head.swf?'+ upperMenu +'<%=mp.getUpperMenu()%>" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<embed src="swf/default/head.swf?'+ upperMenu +'<%=mp.getUpperMenu()%>" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="112"></embed>\n');
    document.write('</object>\n');
}
