var fDesc=new Array(); fDesc[0] = "Don't spend your hard earned money on bootlegs from eBay or Amazon when you can meet other concert tapers and traders from around the world and get these same high quality lossless recordings for free. You are welcome, yet know that in order to ensure the highest integrity of their mission, the following rules are non-negotiable and strictly enforced: No leeching, no sharing MP3s or any other type of lossy audio, no sharing any incomplete recordings or any illegal official pirated movies or software, etc... Come experience a fully interactive environment with real-time chat, a virtual pub, a virtual bar maid, credits earned for an increasing collection of music, credits earned for time spent 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 = ''; } }