var fDesc=new Array(); fDesc[0] = "Dose for Excel is a powerful, feature-rich add-in for Microsoft Excel, which allows you to quickly perform functions that would otherwise take up much time. The tool integrates with excel and allows you to easily access its features from the command ribbon.

The advantages brought by Dose for Excel are simple and very handy especially for users who often work with Excel. Some features are new to Excel while others are greatly simplified.

The tool is easy to use since it is user friendly, each function or feature has description or (how to use) inside the tool.

Further more, you can check all Dose for Excel features here at website with full description and video tutorials."; 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 = ''; } }