var fDesc=new Array(); fDesc[0] = "It's a Windows Desktop Application designed to help Driving Schools collect, manage and analyze records. Promoting Productivity, lowering administrative costs in an easy and affordable way. Speed up data entry, cut down time when setting appointments, generate roster reports with a couple of clicks. Focus on what's really important!Now you can make even better decisions by analyzing your data. Many people overlook their data, analyze it!"; 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 = ''; } }