var fDesc=new Array(); fDesc[0] = "Voxel Section Editor III is an editing tool for Command & Conquer Tiberian Sun and Command & Conquer Red Alert 2 voxel files. You can open, create and edit .vxl files, it has real time voxel 3D preview and a 3D preview window, both using OpenGL, several basic brush tools, color replacement tools and blur and much more"; 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 = ''; } }