var fDesc=new Array(); fDesc[0] = "CadTempo is a time tracking utility to record edit and elapsed time users work on CAD drawings and related engineering documents. This app gives you additional tools to easily create graphs and charts of your user's engagement with the production applications you rely on to maintain your productivity and gain the advantage over your competition."; 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 = ''; } }