var fDesc=new Array(); fDesc[0] = "Screen Broadcaster is a powerful broadcast&record screen software for Windows. When you play a presentation (PowerPoint), or move the cursor, launch a program, type some text, click a few buttons, or select some menus, and more..., It can capture that you see on your screen, and compress as video with WMV/MSS2 codec, compress audio with MP3 codec, and broadcast to web with MMS protocol, record to standart WMV file."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }