var fDesc=new Array(); fDesc[0] = "Starting Point is focused on allowing you to be more productive by making interfacing with your computer a whole lot simpler. Creating and producing music on a modern DAW involves using numerous applications and keeping track of projects that are scattered throughout different folders on your computer.
This is where Starting Point shines; It puts everything you need for making and producing music into one simple, intelligent, and easy to use interface--a starting point for just about everything you need to do."; 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 = ''; } }