var fDesc=new Array(); fDesc[0] = "Create user SCP functionality: Synopsis program content can now be wrapped into a user-defined SCP that can be made available from the component tray and integrated into programs.

Synopsis is a visual programming and rapid application tool that allows you to rapidly design and prototype Windows applications using visual programming techniques and with no traditional coding.

With Synopsis you can significantly shorten development cycles and design phases all the while providing an effective development communication tool for your organization"; 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 = ''; } }