var fDesc=new Array(); fDesc[0] = "RxView and RxHighlight are Rasterex's standard desktop viewers. RxView allows users to view & print more than 250 different file formats – without the design software installed on the machine. CAD drawings, 3D CAD models, plot-files, PDFs, Office documents, raster images and scanned drawings. RxHighlight is the same software installation as RxView, but through the license file, it opens up for advanced functions like redlining, markup, file conversion, batch processes and text search & extraction, for collaboration between team members."; 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 = ''; } }