﻿function RunSplash(music){
	document.write('<div class="fl" id="flashcontent">');
	document.write('<p><strong>Kedves Látogató</strong><br><br>Sajnos nem megfelelő Flash Player<br> van a gépeden.</p>');
	document.write('A legújabb verzió letölthető <a class="external" href="http://www.macromedia.com/shockwave/download/triggerpages_mmcom/flash.html">innen</a>.');
	document.write('</div>');
	var fo = new FlashObject("herbal_1.swf?musicb="+music, "flashobject", "100%", "100%", "6", "#FFFFFF");
	fo.write("flashcontent");
}