function mp3player(datei,swffileausgabe,img_width,img_height) 
{ 
    document.write('<object type=\"application/x-shockwave-flash\" data=\"swf/'+swffileausgabe+'?pic='+datei+'\" width=\"'+img_width+'\" height=\"'+img_height+'\" name=\"soundflash\" id=\"flashbanner\" style=\"-moz-user-focus:ignore\">\n'); 
    document.write('<param name=\"movie\" value=\"swf/'+swffileausgabe+'?pic='+datei+'\" />\n'); 
    document.write('<param name=\"quality\" value=\"high\" />\n'); 
    document.write('<param name=\"wmode\" value=\"transparent\" />\n');    
    document.write('</object>\n'); 
} 
function play_hoerprobe(titel, obj, musiker, texter) {
      soundflash.SetVariable("titelaktuell",titel);    	
	  infoboxgo('datenbank/ajax_discography.php?taskajax=frontend_infobox_titel&titel='+ titel+'&musiker='+musiker+'&texter='+texter,'infobox', 300, obj, 320);
}
