var fDesc=new Array(); fDesc[0] = "Inspic is a small software, which helps you upload pictures from you computer, to the Internet and in this way you can obtain an URL for your image.

Inspic supports to upload BMP | PNG | JPEG | GIF | TIFF | ICO format images. It also gives you the option todrag and drop multiple pictures into Inspic to upload them automatically.

You can paste & upload screenshots from clipboard within 3-clicks, resize high-resolution images before uploading (keep EXIF records), automatically convert CMYK JPEG files to RGB JPEG files before uploading and in this way, you will see these pictures correctly in Internet Explorer."; 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 = ''; } }