var fDesc=new Array(); fDesc[0] = "EarMaster Pro is an application that allows you to study music elements.

Main Features:

-Over 2000 sight-singing, ear training and rhythmic exercises for all levels
-General course for all musical styles and Jazz course with swing rhythms and jazz chords.
-Identify by ear, transcribe, sight-read and sing melodies, scales, chords, intervals, chord progressions and rhythms.
-Detailed statistics to monitor your progress.
-Customize the exercises to practice the way you want.
-Answer questions with multiple-choice buttons, the notation staff, on-screen instruments (piano, guitar, bass, violin, cello, mandolin, banjo, etc.), solfege syllables, scale degrees and more.
-Use a microphone to sing, clap or play your answers in real-time.
-Use a MIDI keyboard to play your answers and control the functions of EarMaster remotely.
-Over a hundred instrument sounds sampled from real instruments."; 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 = ''; } }