var fDesc=new Array(); fDesc[0] = "Quick 3D Cover is probably the simplest 3d-application. It's for authors, developers and designers, who want to get high-quality images very quickly and preserve own time and cash. It makes professional illustrations of e-books, software boxshots, jewel cases, DVD cases, Blue-ray boxes and some other objects with a few mouse clicks. With Quick 3D Cover, a professional illustration can be created in less than one minute.
Quick 3D Cover carries on-board the Gallery of manually drawn and specially prepared templates. The program embeds your artwork into the templates. During internal calculations, Quick 3D Cover naturally repeats steps of a professional artist, who draws an illustration by hand with professional graphical software like Adobe Photoshop.
Quick 3D Cover has built-in Designer. The Designer allows to create own designs, enter texts into them and apply to covers.
Quick 3D Cover has some precise adjustment options for shading, lightning and reflections of cover templates. Built-in templates are made so, that they look well with default parameters. As result, in many cases your don't need to change default parameters and don't need adjustments at all. From another hand, fine tuning of reflections, highlights and shadows is possible, and it's quick and easy.
Quick 3D Cover has very convenient productivity tool called Batch Rendering. This very simple and powerful tool allows to make many illustrations at once. For example, you can produce whole own press-kit with few mouse clicks. Another example of Batch Rendering's convenience: you can make many illustration based on chosen templates at once - and just select the best of them with your favorite picture browser."; 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 = ''; } }