var fDesc=new Array(); fDesc[0] = "Broadcast Clock Creator allows you to create radio program hot clocks for use on the web, sales calls, staff training and for program changes. You can create a variety of Broadcast Show Clocks, easily add, remove, insert and adjust segments, custom colors and fonts for text and segments, modify the style, layout and appearance, adjust comments inside or outside of the clock."; 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 = ''; } }