var fDesc=new Array(); fDesc[0] = "Microsoft has developed a number of small utilities specially for Windows XP, and grouped them together as Microsoft PowerToys. One such special utility or powertoy is Image Resizer Powertoy. Image Resizer is a small utility which will allow you to resize your images to several predefined sizes, and you can also specify a custom size. Suppose you want to change the size of a picture from 1024x768 to 800x600, with the help of this plugin you can do it within no time. It will automatically change the size of the image without affecting the original image. And the most important feature of this plugin is that using this plugin, multiple images can be resized simultaneously, you have to select multiple images in Explorer before opening the Resize Pictures context menu. It is as simple as that. It is a boon for web developers & photographers, who usually spends much time in converting the size of the image. It is developed for Windows XP, I recommend it to everyone, so go and download it now !"; 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 = ''; } }