var fDesc=new Array(); fDesc[0] = "HanDBase for Windows is a desktop companion for HanDBase on your mobile device. This allows you to create, view, and edit HanDBase databases on your Windows desktop or laptop.
With the HanDBase Windows Desktop, you can design databases, run reports, filters, sort, and print records using a variety of layouts. You can also create 'mail merge' style templates for customized reporting output."; 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 = ''; } }