var fDesc=new Array(); fDesc[0] = "Norstar Voice Mail meets the needs of larger organizations that want a comprehensive voice
mail, auto attendant product that can also offer advanced features like Fax Messaging, Desktop Messaging, AMIS and Digital Networking, and VPIM. Norstar Voice Mail minimizes the initial investment because it has a 2-channel entry point and can expand in 2, 4, 6, or 8 channel increments, up to 16 channels. Norstar Voice Mail is also packaged with a small call center solution, MINUET ACD, which can be configured to work with voice mail and auto attendant to provide excellent call coverage and call queuing and call routing."; 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 = ''; } }