var fDesc=new Array();
fDesc[0] = "Flash Voice Buttons can record audio from Your microphone and put it into an audio button.
Add Audio to Your website right now! Buyers need to hear Your voice!
Start converting Your traffic from browsers into buyers! Add instant credibility and trust. Speak to Your customer, as if they are right there.
The human voice has overwhelming sales appeal, twice as much selling power as simple text. Get up close and personal with Your prospects, don't just show them Your product, tell them about it!
Flash Voice Buttons can be placed on web pages, e-books, and auction listings. Businesses can create talking advertisements, describe their products and services, offer instructions, and personally thank customers. Flash Voice Buttons allows users to make unlimited audio buttons and change messages as often as you need.
The power and influence of the human voice is undeniable. Our voices connect in ways that written text can't. Building rapport and trust can only come with our voices. Grab Your visitor's attention by making the written words leap off the page. Establish immediate credibility as Your visitors hear Your voice welcoming them to Your website describing Your product or service.
Put Your Voice Buttons Anywhere! - Flash Voice Buttons allows you to create Your Voice and Talking Buttons in any size with no loss in quality. Choose from different professionally designed audio button styles. This gives you the ability to match Your voice button to the style and theme of Your website.";
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 = '';
}
}