var fDesc=new Array(); fDesc[0] = "Try ObviousIdea’s image resizer and image converter software. Easy but powerful, it resizes and simply converts images, one by one or in batch mode. Bulk editing can be used to apply profiles to a set of pictures.

The program is available as a windows shell extension. Just right click to easily resize pictures as copies or continue to work on the original photos. Then share your resized photos online with friends."; 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 = ''; } }