var fDesc=new Array(); fDesc[0] = "SuperToast is an innovative, Lync-based application specifically designed to notify users of any missed instant messages, audio and video calls. If an instant message is not acknowledged within a certain configurable timeframe, or a call goes unanswered, the application will notify the user by displaying the missed item in a pop up window."; 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 = ''; } }