var fDesc=new Array(); fDesc[0] = "CtrlView is fast, compact, powerful viewer/converter for different 2D/3D raster/vector file formats with format recognition system. It means that CtrlView analyses contents of file and defines its format. If format is among supported file types, CtrlView will visualize this file in correct form. If file type is unknown for CtrlView it will be visualized in ASCII file form or in binary file form. Any file also can be opened manually as ASCII or binary so you always can look inside the file."; 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 = ''; } }