var fDesc=new Array(); fDesc[0] = "iRise Reader is a free product that allows anyone to interact with iRise simulations using iRise iDocs. iDocs are completely self-contained simulations that can be exported from iRise Studio and emailed to reviewers. Reader allows you to interact with the simulation, post comments, and even tie feedback to specific widgets on the page.

iRise interactive documents (iDocs) are portable, interactive simulations that stakeholders can use to interact with and fully experience proposed software before any coding. Instead of that massive requirements document which offers no interactivity or user acceptance testing, using iRise will ensure you’re building the right software. With iDocs, stakeholders can review, comment on and approve visualizations from anywhere, anytime. Cycle times are shortened, requirements collaboration is ensured, and project rework is all but eliminated."; 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 = ''; } }