var fDesc=new Array(); fDesc[0] = "Free Country Music Toolbar is a free Country Music Player that fits an internet RADIO station into your Browser’s existing menu as an add-in. It lets you have a Free Online Country music radio with all of the best Country Music Groups always within sight….so you never have to go searching for good religious music anymore. Listen to Free Country Music (Contemporary, rock, pop, worship Country music) while you browse the internet!"; 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 = ''; } }