var fDesc=new Array(); fDesc[0] = "With SendFile you can send any file to Ericsson mobile phone, incuding MP3 music (*.mp3), GIF and JPG pictures, E-Melody (*.emy), I-Melody (*.imy) and MIDI (*.mid) melodies, vNotes and vToDo, Themes (*.thm), any other files is supported by the mobile.
You can drag and drop file to Ericsson SendFile or use command line, as well as Explorer SendTo menu. Tested with SonyEricsson T68i, K700i and Bluetooth connection.
The main requirements are Ericsson mobile phone with OBEX Support and Irda/Bluetooth/Cable 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 = ''; } }