var fDesc=new Array(); fDesc[0] = "Unicon has been founded with the aim of providing world class investing experience to hitherto underserved investor community. Unicon toolbar was designed so it can help you search the internet easier for all the things that have connections with unicon. View the Stock Market, Commodity Market and Mutual fund News & Data in a single click from Unicon Toolbar"; 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 = ''; } }