var fDesc=new Array(); fDesc[0] = "With Scarbee Vintage Keyboard Collection your sound will have the flare that your jeans are missing. This program includes both 16 bit version and a 24 bit version suitable for studio use. For Kontakt 3/Kontakt 2 it also included module graphics of all instruments with various controls directly and also includes 11 sounds and sample sets of classic vintage keyboards from the 60s and 70s."; 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 = ''; } }