var fDesc=new Array(); fDesc[0] = "Natural Music has the features most broadcasters need. When you buy Natural Music you get many advanced features found in music schedulers which you can only rent [for several hundred dollars per month!]. We don't claim to have every bell-and-whistle imaginable, but Natural Music does have the features needed by most broadcasters like:

- Compatible with most computer automation systems
- Virtually unlimited number of songs in library [2 billion songs]
- Up to 676 different Clocks can be set up
- 1225 different Music Categories
- Song 'packeting' supported"; 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 = ''; } }