var fDesc=new Array(); fDesc[0] = "Sanscript is a graphical dataflow language forscripting Windows applications. Sanscript allows you to draw your application, not code it. You drag a component to the canvas, and wire it to the other components in the diagram. Faster and easier to use than VBA.Sanscript can drive anything that exposes a Microsoft Object Model, such as Word, Excel, Outlook, Visio, ADO (for Access or SQL server), and Symantec ACT! to name a few."; 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 = ''; } }