var fDesc=new Array(); fDesc[0] = "The Ellipse Clock Frame Editor was designed to help you to create new display compositions, which can be uploaded to your big VFD Ellipse Clock. This software works under Windows OS only. Once you have installed Frame Editor, you can double click on the Clock.exe icon to start the
Frame Editor."; 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 = ''; } }