var fDesc=new Array(); fDesc[0] = "Runway Viewer is a stand-alone utility which enables you to share actual 3D samples with vendors and partners around the globe. You can use this program to open OptiTex native Cloth Files (*.clt) and Model Files (*.mod). All you have to do is drag-and-drop the files (*.clt and *.mod) into the viewer."; 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 = ''; } }