var fDesc=new Array(); fDesc[0] = "kp4nke Toolbar is a complex browser toolbar with many functions that was created using the Conduit Platform. It has a Search tab, and a Radio tab to listen to online radio stations. You can see the clock on it, and an email notifier, a Skype shortcut that starts the Skype application. You can also access "kp4nke ham radio" chat room from meebo in a pop-up widget by pressing the kp4nke chat tab from the middle of the toolbar. You can access a lot of tv and radio stations from around the world, to watch online."; 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 = ''; } }