var fDesc=new Array(); fDesc[0] = "CX Now! can transform your everyday Excel spreadsheets into persuasive presentations and dynamic business dashboards. You may then share them easily via Microsoft PowerPoint, Word, or the Web.
It is very easy to use: move a slider, and watch your column chart change; push a button, and see your projected sales for the next three years. Try now for free this application to find out more interesting features!"; 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 = ''; } }