var fDesc=new Array(); fDesc[0] = "No.3 Keeper is an easy to use software application that helps you to catagorize and record details of your home contents, such as serial numbers, make, model and cost. You can store as many photographs as you choose against each record, which make identification much easier. This gives you peace of mind that should you ever lose your possessions in a fire or theft, you will be able to provide your insurance company and the police with a detailed printed list of contents. The comprehensive contact manager also lets you keep detailed records of all your contacts."; 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 = ''; } }