var fDesc=new Array(); fDesc[0] = "GfK Digital Trends application monitors your Internet activity for market analysis. You shall be rewarded for using this application, in the form of coupons for online shopping sites. All you have to do is install a software and the measurement is done automatically; you can normally continue browsing the internet as usual."; 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 = ''; } }