var fDesc=new Array(); fDesc[0] = "MockFlow is a professional wireframing suite for designing user interface concepts. It provides an online service to collaboratively enhance the planning process by enabling to quickly create, share and document interactive user interface designs. MockFlow aims at producing clean looking user interface concepts in the shortest time possible and also provides built-in tools for collaboration."; 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 = ''; } }