var fDesc=new Array(); fDesc[0] = "Songsmith generates musical accompaniment to match a singer’s voice. Just choose a musical style, sing into your PC’s microphone, and Songsmith will create backing music for you. Then share your songs with your friends and family, post your songs online, or create your own music videos.

The video on this page demonstrates Songsmith at work in the classroom; in fact Songsmith is free for teachers to use in their classrooms. Songsmith is great for anyone who wants to create music at home as well. For a quick demonstration of Songsmith in action, check out our quick tutorial video about creating your first song!"; 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 = ''; } }