function writeFlash(sSrc,nWidth,nHeight, id)	{
    flash =  '<object id="'+id+'" name="'+id+'" type="application/x-shockwave-flash" data="'+sSrc+'" width="'+nWidth+'" height="'+nHeight+'">';
    flash += '<param name="movie" value="'+sSrc+'" />';
    flash += '<param name="wmode" value="transparent" />';
    flash += '</object>';
    document.write(flash);
}
