var fDesc=new Array(); fDesc[0] = "The mobileezy suite of applications, coupled with a Palm OS or PocketPC handheld PDA, replace paper dockets totally. Quotes, orders, invoices and deliveries are completed through the mobileezy software on Palm OS or PocketPC handheld PDAs, and then synchronised with the bundled standalone mobileezy desktop application with a click of a button. No more re-keying data, no more deciphering handwriting, no more long hours reconciling!"; 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 = ''; } }