var fDesc=new Array(); fDesc[0] = "Internet phone server / gateway software for the home and small business. A true software voip solution without expensive hardware. Take your old voice modem and give it new life. Our innovative software gives you full remote control of your telephone. With virtual extensions you can serve upto 9000 friends using as many phone lines as your PC can handle. Full voice mail services both by phone and internet are included."; 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 = ''; } }