function writeFlash(id, file) {
document.getElementById(id).innerHTML = '<embed src="'+file+'" autoplay=true width="1" height="1" hidden pluginspage="http://www.apple.com/quicktime/download/">';
}