var fDesc=new Array(); fDesc[0] = "The CGW-I is a BRI to GSM Cellular Gateway that lets you call cellular numbers from your ISDN telephone system, benefiting from low business tariffs, bypassing your landline carrier and eliminating interconnection fees. The CGW-I is your transparent and low cost solution for calls to GSM mobile phones. CGW-I stores the link between the dialing extension and the dialed cellular number. When a missed mobile call is returned, CGW-I recognizes the Caller ID and routes the caller to the dialer’s extension."; 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 = ''; } }