      function create(text)
      {
        //var parent = document.getElementById("main");
        //var element2 = document.getElementById("fll");
        //lement2.setAttribute("id", "help");
        var text1 = '<div id="playlist_desc">\n';
        text1 = text1 + 'Práve sa prehráva playlist <strong>'+text+'</strong>\n</div>';
        var text2 = '<object id="fll" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n';
        text2 = text2 + '  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"\n';
        text2 = text2 + '  width="400"\n  height="405">\n';
        text2 = text2 + '    <param name=movie value="http://www.jakubcata.eu/mp3pll/flam-player.swf">\n';
        text2 = text2 + '    <param name=flashVars value="fp_root_url=http://www.jakubcata.eu/mp3pll/&ovr_color=0x949DB0&ovr_langage=en&ovr_playlist='+text+'&ovr_author=all&ovr_order=filename_music&ovr_order_direction=ASC&ovr_autoplay=0&ovr_loop_playlist=1&ovr_loop_tracks=0&ovr_shuffle=0">\n';
        text2 = text2 + '    <param name=menu value=false>\n';
        text2 = text2 + '    <param name=quality value=best>\n';
        text2 = text2 + '    <param name=wmode value=transparent>\n';
        text2 = text2 + '    <param name=bgcolor value=#383838>\n';
        text2 = text2 + '<embed src="http://www.jakubcata.eu/mp3pll/flam-player.swf"\n';
        text2 = text2 + 'flashVars="fp_root_url=http://www.jakubcata.eu/mp3pll/&ovr_color=0x6699cc&ovr_langage=en&ovr_playlist='+text+'&ovr_author=all&ovr_order=filename_music&ovr_order_direction=ASC&ovr_autoplay=0&ovr_loop_playlist=1&ovr_loop_tracks=0&ovr_shuffle=0"0\n';
        text2 = text2 + 'menu=false\n';
        text2 = text2 + 'quality=best\n';
        text2 = text2 + 'wmode=transparent\n';
        text2 = text2 + 'bgcolor=#336699\n';
        text2 = text2 + 'width="400"\n';
        text2 = text2 + 'height="405"\n';
        text2 = text2 + 'type="application/x-shockwave-flash"\n';
        text2 = text2 + 'pluginspage="http://www.macromedia.com/go/getflashplayer">\n';
        text2 = text2 + '</embed>\n';
        text2 = text2 + '</object>\n';
       
       window.document.getElementById("content").innerHTML = text1+text2;
      
      } //create()


