var fDesc=new Array(); fDesc[0] = "Sizester is a tool that helps you resize photos, images, and pictures and share them on social networking, photo sharing, and cloud storage websites.

Main Features:

- Open, copy, or drag images to Sizester canvas
- Reduce image file sizes with simple controls
- Email or upload to social networking, photo sharing, and cloud storage sites."; 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 = ''; } }