var fDesc=new Array(); fDesc[0] = "KlickFu is doodles, games and other stuff, instantly on your computer desktop
Click and drag with your mouse directly on the desktop to make interesting drawings.
You can change between doodles, games and photos by clicking the KlickFu icon in the System tray or by right clicking on the desktop and selecting what you want from the KlickFu menu."; 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 = ''; } }