var fDesc=new Array(); fDesc[0] = "E-MU Planet Earth includes various exotic world instruments. Recorded by the sound designer Ed Mann (Frank Zappa), this set works with just about any style of music. The wind instruments from Egypt and India were from the California Institute for the Arts and the string instruments were from a private collector. All instruments were recorded with a stereo pair of mid capsule multi pattern microphones."; 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 = ''; } }