var fDesc=new Array(); fDesc[0] = "PrioSoft wants Contractor’s Office to assist you in making your business grow so our best quality support is available when you need it. Our Remote Access Support Tools allow us to connect to your computers and perform virtually any task we could do on site. With your permission, we gain control of a remote PC over the web in seconds. We work with you to uncover the concern and get you back on the road. We use our remote support for personalized training also so you get the very best out of your software.

Priosoft will help you with time-saving, easily get accurate residential and commercial cost estimates, calculate in imperial or metric, manage your projects from initial contact through completion, control your cash flow."; 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 = ''; } }