var fDesc=new Array(); fDesc[0] = "Avanquest UK Other Toolbar is a comprehensive application that connects you to the Internet.
This tool provides you access to the Avanquest UK games and to anothers providers of games.
With this toolbar you can get information about the weather,receive notifications to your desktop.
Also you can access sites like Yahoo,Facebook,Twitter even listen the radio."; 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 = ''; } }