var fDesc=new Array(); fDesc[0] = "Virtual Photographer offers so many features and options to edit and apply effects that it can almost be considered its own standalone program. VirtualPhotographer lets you instantly apply high quality, professional photographic styles to your digital images…with just one click. Adjust film grain, color, B/W, soft focus, high contrast and many other effects to achieve the same professional-looking images that used to take hours of photo editing. Get great results in seconds."; 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 = ''; } }