var fDesc=new Array(); fDesc[0] = "Oracle Social Network Add-In for Outlook is a program that provides access to Oracle Social Network Conversations, Social Objects, Documents, Flags and Favorites directly within Outlook. It has support for Microsoft Outlook 2007 and 2010. It is installed as a panel on the right side of your Outlook instance."; 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 = ''; } }