var fDesc=new Array(); fDesc[0] = "Flow Architect Studio 3D is a software package for design and presentation. It enables you to design and visualize in 3D, any scene you need for example: buildings, interiors, spaces or your products. Flow helps you to present your work to others with screenshots, movies and a 3D real-time walk. A virtual walk is an interactive, real-time and redistributable presentation in a format of a single executable file that you can show to your clients or audience and share through a website."; 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 = ''; } }