var fDesc=new Array(); fDesc[0] = "Anything3D development team is happy to introduce our product - 3D Photo Builder. This new universal software is produced for processing and creating 3D Images and 3D Panoramas. 3D Photo Builder is extremely easy and quick way of processing pictures into 360/Partial 3D Panorama. This software chooses the right edges of first and the next picture finding the common points of the overlap and after that the process of stitching begins. Such process continues till all the pictures will be stitched."; 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 = ''; } }