var fDesc=new Array(); fDesc[0] = "This App is used to record your sales leads information and retrieve it very easily. Save sales strategy, contact phone and email, size of contract, comments, product to be sold, dates, target company. List all with 1 click to analyze. Store any lead or any potential lead in this software and the information is always at your fingertips. You can attach important documents to sales data records, record sales person assignments, dates and follow-up strategy, send details to colle"; 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 = ''; } }