var fDesc=new Array(); fDesc[0] = "With TopSolid'Viewer you can forward documents to external partners who do not use TopSolid without needing to convert the files into a neutral format such as IGES or STEP via an interface. TopSolid'Viewer also supports the new .TopViw format with which you can only store the graphical representation of a document (to do so, use Save as in .TopViw format in TopSolid)."; 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 = ''; } }