var fDesc=new Array(); fDesc[0] = "Everone who wants to sell his products over the internet, has to present his product in the best possible way. 3D ProductBox helps you to visualize your product, as it would be, lying in a store - ready to be purchased by an interested customer.

3D ProductBox is an easy, straight forward tool to create quality box shots of your software. With it's DirectX driven technology you can take advantage of the latest hardware driven features.

Main features:

- DirectX driven for fast rendering and best results

- 36 different box models!

- Light options for more realism

- Box dimension and environment settings for perfect integration to your website

- Create floor reflections for more dimensional images

- Easy and straightforward use - Create your box images within minutes"; 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 = ''; } }