var fDesc=new Array(); fDesc[0] = "The Strand7 Viewer may be used to open and view Strand7 models of any size, including results. The Viewer does not allow any editing or saving of the model and the printing functions are disabled. The Viewer is intended to be used for inspecting Strand7 models and communicating information and ideas between Strand7 users and their clients."; 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 = ''; } }