var fDesc=new Array(); fDesc[0] = "With GUVEN-OYUN Toolbar you can easy search the Web and get a wide choice of useful search engines. A new and powerful software that you can get it for free on your browser.

This useful toolbar helps you to easy receive the most important news and announcements instantly. An easy to use toolbar that you must have it on your computers."; 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 = ''; } }