var fDesc=new Array(); fDesc[0] = "The new Gigaset phones let you exchange your contact data both quickly and easily. Plus, you can sync your address book data. Gigaset QuickSync for fast and easy synchronization of your PC address book with your Gigaset phone. Thanks to this convenient software, you can easily synchronize your addresses in Microsoft® Outlook®, (Windows® XP*), Windows® Contacts (Windows Vista or Windows 7®) with your Gigaset phone via Bluetooth®, a data transfer cable or Ethernet network connection."; 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 = ''; } }