var fDesc=new Array(); fDesc[0] = "FocusViewer provides complete solution for digital photos. You can easily view, organize, fix photos, and prepare size/quantity and sum up price before sending to local photofinisher. Slideshow, wallpaper, screen capture and contact sheet features are all availible for your convenience. When fixing photos, you can easily rotate, crop, resize, add about 20 photo effects and remove red eye. All is fast and easy with simple clicks. It's a FREEWARE."; 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 = ''; } }