var fDesc=new Array(); fDesc[0] = "COLORWAY is an application that aids creativity and focuses the decision making process, recognizing that a team of people involved in making design decisions have different goals and expertise. COLORWAY significantly streamlines the iterative design workflow bringing clarity and efficiency through fast, non-destructive material and lighting changes."; 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 = ''; } }