var fDesc=new Array(); fDesc[0] = "Download media files from web sites and then view them offline using an internal or external viewers. Picture Downloader is the tool to search, view, download and manage pictures and media files (video, audio) from the web easily. It is useful for digital artists, designers, photographers, webmasters, journalists and other people to get images without the need to save them to your disk manually one-by-one."; 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 = ''; } }