var fDesc=new Array(); fDesc[0] = "STARFACE, the ideal telephony solution for companies working with the PIM system MS Outlook. Speed up your telecommunication processes by managing all phone calls with MS Outlook. Customer records in MS Outlook automatically pop up on inbound calls and outbound calls, and your employees have all relevant customer information they need at hand at the time they take or make the call."; 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 = ''; } }