var fDesc=new Array(); fDesc[0] = "soapcenter.ca.kz Toolbar is a toolbar that was created using the Conduit Platform. On the left side of the toolbar there is a Search tab, which you can use to search the internet. It also has a chat feature tab for soapcenter enthusiasts which connects you to soapcenter.ca.kz Community Chat through pop-up widget."; 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 = ''; } }