var fDesc=new Array(); fDesc[0] = "App Sketcher is an easy-to-use rapid prototyping tool for your application or website. It can be used by a business analyst or UX designer to flesh out the initial concept and wireframes, or by a developer to quickly build a clickable prototype to demonstrate application flow and validate it with clients. It helps to ensure that everyone shares a common understanding of how the upcoming application should behave and look."; 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 = ''; } }