var fDesc=new Array(); fDesc[0] = "You will be able to use this application in order to create 3D images. 3DRealViewer supports STL format exported by 3Ds Max, Autocad, Blender, Maya 3D, ... and standart photos captured by camera or mobile phone. To see a 3D image it's necessary to use a 3D glasses or special projection system."; 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 = ''; } }