var fDesc=new Array(); fDesc[0] = "The coolest way to create stunning 3D logos and graphics for your web site or documents. Pixel 3D's Logo Wizard allows you to choose from 80 different 3D color textures for your 3D logo. Pixel 3D is also the ONLY 3D program available that lets you BEND 3D text and create MULTIPLE lines of 3D text, all in one easy step. Pixel 3D's custom Phong renderer combined with multiple colored lights, multiple rendering modes and high-level anti-aliasing, ensures high quality images found no where else. Pixel 3D will also load, view and save 23 different 3D file formats. You can even use Pixel 3D's auto-tracing to trace images in 3D logos."; 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 = ''; } }