var fDesc=new Array(); fDesc[0] = "PriMus is a piece of software for quantity surveyor, cost estimating and BoQ needs. Work on your PC just as you normally would from your office desk: the quantity survey and price list layouts are integrated into the program interface to give you a cool working experience. You can open multiple documents all at once price lists or price books, organizing them on screen and as you would on your office desk."; 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 = ''; } }