var fDesc=new Array(); fDesc[0] = "Freeware application which allows users to catch images from internet camera and to send it in JPG i BMP format to www site by FTP. This software is very useful when the user of pugged in camera want to see what is happening in the room when he is somewhere else. Image Uploader offers a lot of useful options such as automatic adding formated text and date and hour in the chosen place on the image, or sending image every given time on FTP server. Moreover user can change image resolution, invert colors or save it in greyscale."; 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 = ''; } }