function writeFlash2(id,code) {
        document.getElementById(id).innerHTML = code;
}
writeFlash2("flash_container2","<object type='application/x-shockwave-flash' data='scroll.swf' width='550' height='15'><param name='movie' value='scroll.swf' /></object>");
