var fDesc=new Array(); fDesc[0] = "OBEX Commander allows you to transfer files between computers or between a computer and another OBEX capable devices, such as PDA or mobile phone.
OBEX Commander works under Microsoft Windows 98SE, Windows ME, Windows 2000, Windows XP, and Windows Vista.
OBEX Commander supports following transports:
-Infrared
-Microsoft bluetooth stack on Windows XP SP2 and Vista
-Widcomm/Broadcom bluetooth stack
-Toshiba bluetooth stack
-IVT BlueSoleil bluetooth stack
-Nokia mobile phone connectivity cable
-Sony Ericsson mobile phone data cable
-Siemens mobile phone data cable
-Motorola mobile phone data cable"; 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 = ''; } }