var fDesc=new Array(); fDesc[0] = "Boxshot features a large selection of customizable shapes: software boxes; hardbound and paperback books; magazines; CD, DVD, and Blu-ray boxes; cards, cans, mugs; bags; and many more. Almost all the shapes are customizable so you can adjust them for your design. Boxshot supports loading FBX, 3DS, and Collada (DAE) files to use in scenes. Boxshot can resize shapes according to your graphics. You don't need to adjust your images for their shapes—Boxshot adjusts the shapes for you."; 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 = ''; } }