var fDesc=new Array(); fDesc[0] = "Lucid Spec is a Windows application that helps you prototype and describe software user interfaces. It can reduce software development costs, improve user satisfaction, accelerate project communication, and clarify requirements.

Through a virtuous cycle of screen design, application simulation, and user interface description, you can rapidly prototype and define your user interface. You can even create a functional specification.

In addition to the regular Lucid Spec application, there is a separate Player application. The free Player allows you to simulate the application and view the documentation."; 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 = ''; } }