var fDesc=new Array(); fDesc[0] = "SCM-1612™ Pro is the flagship of JustMix! It contains all the goodies of Live!Maker™ Professional 4 ( 2) Channel Mixer VST* and standalone version available; No installation necessary!
Magically scalable from the size of a stamp to fit full screen in the standalone version!"; 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 = ''; } }