var fDesc=new Array(); fDesc[0] = "Virtual 3D software box takes the design work out of creating virtual 3D software box images. Simply type key information, paste a screenshot, and a 3D image is automatically created. High quality rendering ensures professional images are produced. Graphical images such as company logos can be pasted onto the box, and various options such as margins, textures, and orientation can be changed."; 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 = ''; } }