var fDesc=new Array(); fDesc[0] = "With the high cost of travel and shrinking budgets, most organizations today are already meeting virtually, or are considering it. But not all web conferencing solutions are created equal. We’d like to introduce you to an alternative way to communicate -- one that makes it easy to meet with the people you need to, when you need to -- all it takes is a web-enabled PC and something to say.

Designed for ease of use, WebHuddle overcomes many of the common challenges faced by other virtual meeting applications on the market -- such as high-price to entry, compromised network security, large client downloads, and unreliability -- resulting in a frustrated IT department and less than satisfactory business results."; 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 = ''; } }