var fDesc=new Array(); fDesc[0] = "This program can help general business, farmers and contractors, which are convinced of the need for a simple, flexible electronic timer, to be used mainly for things like switching a factory whistle and security lights on a completely controllable schedule. Africlock BigTimer develop options such main timer screen, complete weekly timer schedule, adding a switching sequence, schedule report, exporting a schedule to the timer and more."; 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 = ''; } }