/*
** http://www.estvideo.com/dew/index/2005/02/16/370-player-flash-mp3-leger-comme-une-plume
*/

function cz0(versionelectromix) { 
var flashwidth = 62 // juste les boutons: 62 // entier: 201 // + inutile, - ça crop
var flashheight = 20 // 20 (+ augmente la marge
var autoplay = 0 // 0
//var versionelectromix = 38 // juste le chiffre derrière le electromix_v
var bgcolor = "#eeeeee"
document.write("<object style=\"margin-left: -5px;\"  type=\"application/x-shockwave-flash\" data=\"flash/dewplayer.swf?autoplay=" + autoplay + "&son=zik/electromix_v" + versionelectromix + ".mp3\" width=\"" + flashwidth + "\" height=\"" + flashheight + "\" bgcolor=\"" + bgcolor + "\" hspace=\"0\" vspace=\"0\" border=\"0\" standby=\"player\"> <param name=\"movie\" value=\"flash/dewplayer.swf?autoplay=" + autoplay + "&son=zik/electromix_v" + versionelectromix + ".mp3\" /><param name=\"bgcolor\" value=\"" + bgcolor + "\">  </object>")
document.write("")
}

function playit(nomfichier) { 
var flashwidth = 62
var flashheight = 20
var autoplay = 0
var bgcolor = "#eeeeee"
document.write("<object style=\"margin-left: -5px;\"  type=\"application/x-shockwave-flash\" data=\"flash/dewplayer.swf?autoplay=" + autoplay + "&son=zik/" + nomfichier + ".mp3\" width=\"" + flashwidth + "\" height=\"" + flashheight + "\" bgcolor=\"" + bgcolor + "\" hspace=\"0\" vspace=\"0\" border=\"0\" standby=\"player\"> <param name=\"movie\" value=\"flash/dewplayer.swf?autoplay=" + autoplay + "&son=zik/" + nomfichier + ".mp3\" /><param name=\"bgcolor\" value=\"" + bgcolor + "\">  </object>")
document.write("")
}