var fDesc=new Array(); fDesc[0] = "DaVinci program has a data binding framework to aid mapping between data and UI. Also includes data source widgets to access remote data and manage them. Includes a tool chain of everything you will need for web application development: Data Binding Editor, N-Screen Editor, CSS3 Animation Editor, etc. Has a plug-in architecture in which jQuery UI/Mobile custom plug-ins can be easily added to and used in the authoring tool."; 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 = ''; } }