var fDesc=new Array(); fDesc[0] = "Easy Rafters is a standalone computer aided design program that takes the guesswork out of calculating and cutting roof rafters. Simply select a rafter type, enter the required dimensions, and instantly generate fully dimensioned drawings that can be viewed onscreen, printed to any Windows printer, or exported to a DXF file.

If you're a building professional, Easy Rafters will save you time & money by performing complex calculations quickly and accurately, by helping you accurately estimate materials and reduce waste, and by allowing you to use less experienced help when cutting rafters.

Easy Rafter's DXF export capability allows architects and engineers to provide added value for their customers by including detailed rafter drawings and specifications with their plans."; 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 = ''; } }