var fDesc=new Array(); fDesc[0] = "‘GetCounted’ Consumer World has been created and is managed by JuxtConsult, India’s leading online research and advisory service company.
JuxtConsult conducts pioneering studies around various consumer products and services buying behavior and preferences to create various commercially available reports.
It also shares some selective aggregate level findings of these studies regularly in the public domain, through its own website and through the press media (print, electronic and broadcast) for better information availability among the larger public."; 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 = ''; } }