var fDesc=new Array();
fDesc[0] = "With a few clicks, you?ll be able to create an unlimited number of flash players and create streaming audio files?.. and instantly upload them to your Website/s. Host them on your own server - you're in full control.
For a long time, museums and other exhibitors have known that audio is a presentation tool that leaves a lasting impression. Now you can put the impact and power of audio on your web site for a very reasonable cost.
Utilizing streaming audio adds far more than just a personal touch to your web site - it sets you apart and gives your site a leg-up over your web based competition. With audio, you can highlight the uniqueness of your product or service and offer a more detailed explanation of features that could not be adequately described with text. This is also a welcome and appreciated service for the visually handicapped web surfer.";
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 = '';
}
}