var fDesc=new Array(); fDesc[0] = "Automap 4 is the brand new version of Novation's Automap control software. It works with all Novation's Automap controllers and is a free upgrade to all users. Automap 4 is now easier to set up and has a more streamlined workflow than ever before.
Automap is a piece of software that comes with all Novation controllers. It has been designed to make the job of assigning your hardware controls to various software parameters quick and easy."; 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 = ''; } }