var fDesc=new Array(); fDesc[0] = "Rip Studio gives you control over every element created inside the app. Rip, tear, or cut edges by drawing around the image. Curl up the edges and wrinkle the surface by simply adjusting a slider. Behind the scene a powerful 3D light engine works to make surface wrinkles and creases look realistic; this adjustable light source will have shadows popping off the page. Finish your creative composition with a tape effect, or choose from a library of objects like stickpins, staples, rusty nails and gems. Every rip you make or tape you place is unique and one-of-a-kind!"; 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 = ''; } }