var fDesc=new Array(); fDesc[0] = "Premium Pack is a standalone product that includes 5 photography, 8 artistic and 5 creative apps. You can turn photos in black and white, turn photos into ones with 3D popping geometric shapes, create comic-book style illustrations from your photos, create gallery-style portraits on fine linen or canvas, apply various effects, and more. The program also includes a plugin for Photoshop, Elements, Lightroom and PaintShop Pro."; 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 = ''; } }