var fDesc=new Array(); fDesc[0] = "SmartDraw 2010 makes it easier than ever to create business graphics, diagrams and charts of all kinds, to improve communication, productivity, organization, management and planning.

SmartDraw 2010 was designed to help businesses be more productive by distributing the planning process, documenting company knowledge and improving their presentations. It lets users turn flowcharts, PowerPoints, floors plans, and business presentations into compelling visuals (users can discard expensive Microsoft software add-ons). Users can animate a .PPT using thousands of smart templates, theme slides, a story board and effects."; 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 = ''; } }