var fDesc=new Array(); fDesc[0] = "Beatz Maker Evolution for the PC allows both new and advanced users to create music and looped samples for the PC. It is a loop based music creation tool. You can record and share your songs with your friends, online, make music slideshows or use in your games or websites.

It has many features and is constantly being improved and updated. It is a budget program allowing anyone to easily make high quality dance, techno or hip-hop songs at a fraction of the cost of all other music creation programs, some which may cost you as much as over £200."; 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 = ''; } }