var fDesc=new Array(); fDesc[0] = "FrameScript is a high level, user-oriented, scripting (or macro) language designed to work with Adobe FrameMaker and FrameMaker SGML.

Adobe FrameMaker is a popular document publishing software system. Since it is a mainstream product, its goal is to appeal to a large client base. Large software vendors have to carefully choose which features to put into each new release of their products. If it doesn't put enough useful features in, it might lose customers. If it puts in too many which appeal to only a small market segment, it will be accused of software bloat. The problem is that someone's bloat maybe someone else's need."; 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 = ''; } }