var fDesc=new Array(); fDesc[0] = "Better Software Solution has developed a revolutionary product, Voice4Web Version 1.0 that will allow companies and webmasters to voice enable their websites. Amongst other features, Voice4Web allows for full moderator support running directly in your website. A simple script that is placed in a website will instantly enable visitors to communicate with voice in real time.
-Voice4web offers high quality voice over ip for your website
-Voice4web is very easy to use. All a user has to do is press the talk button and start talking
-Voice4web offers webmasters flexibility in integrating the voice4web control in their websites. Webmaster can control the color, icons and the layout of the voice chat
-Voice4web control is easy to install. It takes few seconds to download and install the voice4web plug in
-Full moderator support that allows you to perform functions like kick, ban, mute, mute forever, exit browser and much more
-Quality support that will answer your questions and help integrate the voice chat in 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 = ''; } }