var fDesc=new Array(); fDesc[0] = "With Eitbit Picture Resize you can resize several pictures at once.

The best thing is that Eitbit Picture Resize is ad-funded so it does not cost you anything! When the application is executed, it will download two ads from Eitbit's website and display them in the status bar of the application.

System requirements:

- Windows® XP Service Pack 2 (or later), Windows® Vista or Windows® 7 operating system
- Microsoft .NET Framework Version 2.0 or later."; 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 = ''; } }