var fDesc=new Array(); fDesc[0] = "3D Box Shot Pro is a Windows program that takes the complexity out of generating 3D images for use in design. You can add realistic soft shadows and reflections to any model you load into the program; add bump maps to models in the program in order to create more realistic renders; add shine to surfaces; create 3D text effects, and 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 = ''; } }