var fDesc=new Array(); fDesc[0] = "The unique tools in ANALOG projects allow you to play with light sources, hues, grain, vignetting, textures, blur and lens flare effects and create professionally styled images like a photo editing pro. Photos that convey emotion and are touching, that’s the secret of many successful photo artists. Forget the rules and experiment with your digital treasures. Discover your favorite preset and the 102 inspiring looks, that you can freely adjust and style. ANALOG projects gives you full control over every effect, which you can apply as a stylistic device to create your very own trendy look."; 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 = ''; } }