var fDesc=new Array(); fDesc[0] = "PhotoVec 3D is a software which makes it possible to process two-dimensional grayscale pictures into three-dimentional data. The model are files in JPG or BMP file format which will be automaticaly converted in grayscale bevore the processing. The result of them is a relief of the given picture. This result you can see as 3D - picture in the main window. This 3D data will be saved in DIN - 66025 format and it can reading/processing by means of appropriate CNC program."; 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 = ''; } }