var fDesc=new Array(); fDesc[0] = "low is the world's first Visual Workflow Manager, built from the ground up to keep creative professionals streamlined and informed. Flow gives you a total understanding of your project, visually and intuitively. In one simple interface, you'll see all your project files, how they're related to each other, and where they're located - on a local drive, on a network volume, even on a DVD you burned a few months ago."; 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 = ''; } }