var fDesc=new Array(); fDesc[0] = "PowerReuse is designed for boosting productivity for professionals (sales, project managers, lawyers, government officials, IT professionals, consultants and customer support executives). It builds on top of Microsoft Office (Word, Excel and PowerPoint).

Taking advantage of our patent pending technology, PowerReuse lets users access Microsoft Office features through one integrated interface and provides much needed document automation features. Ease of use is the number one priority of PowerReuse and you should be able to learn the following major functions in minutes.

Features:

Project File:
Group related Word, Excel and PowerPoint files into projects for easy management.

Content Reuse:
Reusable contents are organized in a library and are easily inserted into documents by drag & drop. This improves productivity dramatically.
Global Update:
Changes are not only propagated within the document but also the entire project. This ensures absolute consistency."; 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 = ''; } }