var fDesc=new Array(); fDesc[0] = "It’s a Windows Phone 7 inspired multifunctional interactive desktop information center based on Rainmeter. This suite will turn your desktop into a productive and attractive work area, delivering only the information you need. Every interactive tile gives you various information/settings at a glance, and can be easily customized to your needs.
Omnimo gives you limitless customization potential, where you can customize just about every aspect of it."; 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 = ''; } }