var fDesc=new Array(); fDesc[0] = "Justinmind Prototyper is an authoring tool for software prototypes. With this program you can export your wireframes to HTML with all the interactions, conditions and validations defined and functional. Send your HTML prototype to your users, customers or providers so they can see and test it on their web browser."; 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 = ''; } }