var fDesc=new Array(); fDesc[0] = "Usually you make photos with fine or excellent quality for future photopaper printing. The file size of each photo is 700-2500 KBytes (JPEG compression). And if you want to send several photos to your friends by email or place some photos at your webpage, you have a problem, because 10 photos are approximately 10 MBytes. And if you want to send 100 and more photos together?

Your digital camera makes photos with sizes 2500x2000 = 5 MPixels (5 MPixs for example) or other 3, 4, 6, 8 MPixs, it needs for future photopaper printing or detail review. But for screen review there will be enough next sizes 640x480, 800x600, 1024x768. The file size of this photo is approximately 100 KBytes, 10 photos are 1 MByte now! These photos you will can send by email without problems. Photo resizer Oleansoft Lite Photos will help 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 = ''; } }