var fDesc=new Array(); fDesc[0] = "The Music Producer’s software comes with
a number or original music samples.
You can now expand your music sample library to include thousands of flavorful Latin music
samples allowing you to mix and match your own music creations.

The Latin Sample Pack has a variety of traditional
Latin samples including Latin Pop, Latin Rock, Salsa Samba, Mamba and instrumental music samples such as shaker, timba, tamborim, etc.

You can create your very own Latin beats, songs,
loops, demo tracks, and ring tones with a variety of digital .wav music samples.
The combinations of these Latin music
samples are endless!"; 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 = ''; } }