function writeFlash(sSrc,nWidth,nHeight)	{
    flash =  '<object 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);
}
