function RunFoo(swf, largeur, hauteur, nom) {
	document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\""+largeur+"\" height=\""+hauteur+"\" id=\""+nom+"\" align=\"middle\">\n");
	document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\" />\n");
	document.write("<param name=\"movie\" value=\""+swf+"\" /><param name=\"quality\" value=\"high\" /><param name=\"wmode\" value=\"transparent\" /><embed src=\""+swf+"\" quality=\"high\" wmode=\"transparent\" width=\""+largeur+"\" height=\""+hauteur+"\" name=\""+nom+"\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />\n");
	document.write("</object>\n");
}


function RunLecteurMp3(swf, largeur, hauteur, playlist) {
	document.write("<object type=\"application/x-shockwave-flash\" data=\"/"+swf+"\" width=\""+largeur+"\" height=\""+hauteur+"\">\n");
	document.write("<param name=\"movie\" value=\"/"+swf+"\" />\n");
	document.write("<param name=\"quality\" value=\"high\" /> <param name=\"wmode\" value=\"transparent\" /> <param name=\"FlashVars\" value=\""+playlist+"&amp;width="+largeur+"&amp;height="+hauteur+"&amp;showvolume=1&amp;volume=125&amp;buttonwidth=30&amp;sliderwidth=24&amp;volumewidth=40&amp;volumeheight=6&amp;bgcolor1=cc3300&amp;showplaylistnumbers=0\" />\n");
	document.write("</object>\n");
}


function RunLecteurMp3Popup(swf, largeur, hauteur, playlist) {
	document.write("<object type=\"application/x-shockwave-flash\" data=\"/"+swf+"\" width=\""+largeur+"\" height=\""+hauteur+"\">\n");
	document.write("<param name=\"movie\" value=\"/"+swf+"\" />\n");
	document.write("<param name=\"quality\" value=\"high\" /> <param name=\"wmode\" value=\"transparent\" /> <param name=\"FlashVars\" value=\""+playlist+"&amp;width="+largeur+"&amp;height="+hauteur+"&amp;showvolume=1&amp;volume=125&amp;buttonwidth=30&amp;sliderwidth=24&amp;volumewidth=40&amp;volumeheight=6&amp;bgcolor1=cc3300&amp;showplaylistnumbers=0&amp;autoplay=1\" />\n");
	document.write("</object>\n");
}

