var fDesc=new Array(); fDesc[0] = "PostFrame Manager greatly simplifies the process of producing building quotes, and does so in a small fraction of the time that it has taken in the past. With PostFrame Manager you can lay out a building for a prospective customer in minutes, then take that customer on a walking tour of the resulting building showing him/her what their new building will look like.
PostFrame Manager is state-of-the art post-frame building estimating software.
This is a material take off, cost estimating, 3D touring, reporting and construction detail print producing system."; 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 = ''; } }