// JavaScript Document
function mp3_degistir(mp3)
{
var embed_txt;
embed_txt="<object type='application/x-shockwave-flash' data='player_mp3_maxi.swf' width='143' height='20'>"
embed_txt=embed_txt + "<param name='wmode' value='transparent' />"
embed_txt=embed_txt + "<param name='movie' value='player_mp3_maxi.swf' />"
embed_txt=embed_txt + "<param name='FlashVars' value='configxml=config.xml&amp;mp3=" + mp3 + "&amp;showstop=0&amp;autoplay=1&amp;showinfo=0&amp;showvolume'/>"
embed_txt=embed_txt + "<p>Tarayıcınızda flash player yüklü değil.</p>"
embed_txt=embed_txt + "</object>"	
document.getElementById('mp3player').innerHTML=embed_txt
}