var fDesc=new Array();
fDesc[0] = "Variphy Insight, does not discriminate between large or small, from under 250 IP phones to over 25,000. It's web-based, highly flexible, and can run on a laptop, desktop, server, or virtual machine.
One instance of Variphy Insight can manage multiple UC systems (centrally if need be). It's compatible with all versions of Microsoft Windows and will work in a Linux environment if you prefer. Apple and Mac users don't fret, Variphy Insight works equally well in a virtual machine environment and since we're web-based, you can use us over the web via Safari.";
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 = '';
}
}