var fDesc=new Array(); fDesc[0] = "virtualStudio is a stand-alone, full-featured photo editor that can run virtualPhotographer and other plug-in filters. Now you can quickly and easily retouch and enhance your photos like a professional, using the power of plug-ins. virtualStudio includes all the features you’d expect to find in high quality editing software, and even comes with a selection of picture frames and the ability to add a title and copyright information."; 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 = ''; } }