var fDesc=new Array(); fDesc[0] = "Featured Apps is a plug-in designed to help you yo add a tab to the ribbon that displays recommended apps.
Apps displayed in the ribbon will change from time to time as recommended apps in the store are updated.
The Featured Apps tab displays an RSS feed of featured or suggested apps."; 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 = ''; } }