var fDesc=new Array(); fDesc[0] = "Anyone with a digital camera should have Digital Photo Finalizer. Digital Photo Finalizer Lite Edition is totally FREE software that analyzes and improves the colors in digital photos. It makes colors clearer and crisper and is easy enough for anyone to use. The Pro Edition does even more. It can help make portraits look perfect with its "Skin Tone Finalizer" feature, and makes managing large numbers of photos easy with its "Batch Processing" feature. Download it now and try them out. The Lite Edition is totally free always. The Pro Edition features are enabled for a fully functional 30 day trial period."; 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 = ''; } }