var fDesc=new Array(); fDesc[0] = "WinLib Mobile Transfer SDK 2.5.1 is a dll control for software developers and software authors. With this control you can upload multimedia files from PC to portable devices via Bluetooth, Infrared or USB connection.

Mobile Transfer SDK 2.5.1 allows you to upload media files from your personal computer to your mobile devices: mobile phones, personal digital assistants, Sony PSPs and alike. The device selection option allows you to choose between different mobile devices depending on means of their connection to your personal computer. Depending on the communication type (Bluetooth, USB, Infrared) used different file types might be available for upload to the same devices. Well, Mobile Transfer SDK 2.5.1 is easy to use, easy to integrate into your application, and fits all your requirements.

The installation program of the Mobile Transfer SDK 2.5.1 contains a free trial mode of the activex components, and MFC sample."; 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 = ''; } }