var fDesc=new Array(); fDesc[0] = "A great little application that allows you to send images at realistic sizes to Ebay, by email or load into your phone etc. Not for sale - just a promotional toy (with real uses).
Once you store your preferred images in a public folder, My Image Resizer will change their sizes in an instant.
The application resizes all the files in a given folder, not just one, so collect the files you want resized into a folder then follow these steps :
- Select the folder where your images are located
- Choose the end size.
- Click Resize Images!

My Image Resizer will create an output folder named 'Processed' folder for you so that your original items will not be altered."; 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 = ''; } }