var fDesc=new Array(); fDesc[0] = "XPhone CTI Pro is an update for existing XPhone CTI Pro V3.x-Client.This update should only be performed by the system administrator.
System Requirements:
-Operating System : Windows 2000 / XP Professional / Vista / 7 / Terminal Server
-Hardware: Processor: min. 1 GHz/ RAM: min. 512 MB/ HDD: min 100 MB
-Template Functions : Microsoft Word 2002 to 2007 (32bit)
-Messaging Functions: Microsoft Word 2002 to 2007 (32bit)
-Groupware Integration: Microsoft Outlook 2002 to 2007 (32bit)/ Lotus Notes Version 6, 7, 8/ Tobit David fx 8
-Web Access Browser: Internet Connection / current Webbrowser"; 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 = ''; } }