var fDesc=new Array(); fDesc[0] = "The Full Imikimi Program (a browser plugin) provides a full featured graphics editor that is more powerful and easier than anything else on the web.

Sometimes the browser gets confused and won't re-download the plugin. The result is every time you try to download the plugin, it appears to download instantly but it is still corrupt. To reset your browser, you need to clear your browser's "cache" or "browsing history""; 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 = ''; } }