var fDesc=new Array(); fDesc[0] = "XSite Order Manager is powerful desktop software that works in concert with your XSite to help you manage orders, communicate with your clients and deliver flawless reports without the faxes, phone tag and "where are we" questions.
The Dashboard shows you exactly how many orders are in each stage of your appraisal pipeline."; 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 = ''; } }