var fDesc=new Array(); fDesc[0] = "Miroslav Philharmonik is a sweeping vision from a master artist embodied in a new virtual instrument that brings the orchestra to life. It’s not enough to just have good recordings of classical instruments. For a true symphonic experience, you need instruments performed by the absolute best musicians articulated in just the right way directed by a producer and conductor who knows the fine art of making living, breathing samples."; 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 = ''; } }