var fDesc=new Array(); fDesc[0] = "Ginipic takes image search to a whole new level. Now you can search image search engines, photo sharing websites or your own local picture collections simultaneously. Find what you're looking for and use it instantly in your own creation - document, presentation, art work - you name it. Work alongside other applications with Ginipic in Dock mode. Did we mention it's completely FREE?"; 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 = ''; } }