var fDesc=new Array(); fDesc[0] = "From 11 March 2010, Yahoo Messenger Scripts package was installed 2132 times. The messages in the instant window are read automatically by Jaws. The alt 1, 2, 3, ... 9 keystrokes work correctly. New keystroke added: control shift enter open the last address found in the window. For instance, if someone send you a Youtube link, you press control shift enter and the web browser will open the last link (URL) vizible in current window. The emoticons are spoken."; 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 = ''; } }