var fDesc=new Array(); fDesc[0] = "Web Photo Posting, A tool help you get perfect JPEG photos for web use, with quality, file-size and image-size in control. Not like other normal JPEG optimizing tools, Web Photo Posting provides a friendly and easy-to-understand interface, to manage JPEG, called 'Saving Scheme'. In which, you can specify the limits of image size and file size, and leave the program to find the best settings for you, automatically and precisely. The scheme can be applied to different photos to get expectable outputtingFor users who often upload photos for sharing, a simple drag drop mode will saving them lots of time. In this mode, original big photos are dragged into a float window to start the processing. After done, simply drag the result out to any 'File Uploading' window of website to complete uploading. For advanced users, the classic batch-processing mode is provided too."; 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 = ''; } }