var fDesc=new Array(); fDesc[0] = "Have you ever needed to quickly shrink down a photo so that it’s small enough to email to a friend? Or wanted to take a folder full of holiday pictures and resize them all at once? Or maybe you’ve seen the snapshot scrapbooks that John’s Background Switcher creates and wanted to make one from photos of your children but don’t want to change your background? Well the unimaginatively named John’s Image Converter is the answer to all of the above and more! You can convert and / or resize a single image, a folder (including subfolders) of images or create a cool montage from a folder full of pictures with an bunch of handy options at your disposal. It’s very easy to use, fast, powerful, high quality and above all it’s completely free! The software will work happily on Windows 98, ME, 2000, XP, 2003 and Vista. It uses the Microsoft.NET Framework 2.0 and if that’s not already installed on your computer the setup wizard will download and install it for you."; 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 = ''; } }