var fDesc=new Array(); fDesc[0] = "TechnoSolutions Visual Use Case is a tool for rapidly defining clear and accurate requirements of an application or a system using the Use Case Modeling technique. It is a comprehensive Use Case modeling workbench for individuals and teams. It features a Use Case Scenario editor, automatic Text to Diagram conversion and Diagrams."; 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 = ''; } }