var fDesc=new Array(); fDesc[0] = "1Click Image Extractor is a versatile cutting edge image extraction tool. This high quality image download manager has multithreaded design ensuring that it is working to optimally download your images as quickly as possible. Downloads can be customized to download only certain sizes of images normally to ignore thumbnails and website formatting images."; 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 = ''; } }