var fDesc=new Array(); fDesc[0] = "Area Calculator is a powerful application which enables you to quickly determine the area and perimeter of many typical two dimensional objects.

Whether in school, on the job, or working in the field, this tool provides a professional look and feel while delivering accurate results.

Area Calculator runs portable/stand-alone using no dll files or registry settings. This makes a perfect program to keep on your USB drive!

Area calculator was built, designed, and now supported by a staff of engineers focused on functionality and efficiency."; 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 = ''; } }