var fDesc=new Array(); fDesc[0] = "Strata Enfold 3D CX allows you to turn 2D artwork into folded 3D designs directly within Adobe Illustrator. Define die-cut lines and folds on your 2D artwork, much like adding Guides. Enfold 3D deals with graphics that cross over folded edges and turns your design into a 3D model for pre-vis or export to other 3D programs, such as Design 3D or Photoshop Extended for lighting and rendering."; 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 = ''; } }