var fDesc=new Array(); fDesc[0] = "DataHouse is a business software database running on MS Access which offers Customer, Supplier and Product information, and allows you to create, track and analyse Quotes, Sales and Invoicing and Purchases. DataHouse is cheap enough for any business to afford, simple enough for anyone to use and yet packed with useful features and reports. It is used by companies around the world to help them run their businesses."; 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 = ''; } }