var fDesc=new Array(); fDesc[0] = "Quickbooks itself can store details of your customer and their jobs. The Pro Timer also has a file of customer and their jobs. This file is separate to quicken files. Firstly create a timer program. Then import the customer list and jobs from QB. This is on the first drop down menu. Remember where you stored this file."; 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 = ''; } }