var fDesc=new Array(); fDesc[0] = "From the starship funk lead lines of the 70’s, to the gangster whine of mid 90’s hip-hop, the ever present minimoog has been making its phat presence felt for over 3 decades. In partnership with Bob Moog, we decided to reproduce the legendary interface with the same look and feel than the original because of its particular "mood", and because many musicians wish to use the same interface they used in the past. But the reproduction of this synthesizer does not stop to the look and feel, we also recreated its inside characteristics"; 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 = ''; } }