var fDesc=new Array(); fDesc[0] = "PC Games World Toolbar is a great way to get Internet content as games, information about the weather and many more. You can search the web with a wide choice of search engines and quick links to the favorite site's. With the PC Games World Toolbar you are always up to date to the emails and messages you receive from friends and partners."; 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 = ''; } }