var fDesc=new Array(); fDesc[0] = "LabToad is the most versatile, complete, and beautiful/handsome timer and calculator application. LabToad's simple enough to be used at home and powerful enough to be used in the lab. LabToad features count up, count down, and alarm timers, molarity calculators, molar mass calculators, C1V1 and A:B dilution calculators, unit converters (with over 500 units to choose from), and more. Create as many timers and calculators as you wish in a friendly and slick user-interface."; 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 = ''; } }