var fDesc=new Array(); fDesc[0] = "The Translation Toolbar is a toolbar designed to assist the users in translating into any language including: English, French, German, Italian, Spanish, Portuguese, Dutch, Greek, Russian, Chinese, Japanese, Korean and more.
The Translation Toolbar includes a "Watch TV" button, a "Play Games" button and a "Search" and "Translate" button."; 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 = ''; } }