var fDesc=new Array(); fDesc[0] = "UBitMenu has become a global success with over 500'000 downloads from all over the world. After downloading and installing your languages classic menu, you will see the old menu as the second tab of the ribbon in Word 2007, Excel 2007 and PowerPoint 2007. Happy users please tell your friends and publish this page on your blog. If it simplifies your work then please convince your boss to buy a commercial version to keep us going."; 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 = ''; } }