var fDesc=new Array(); fDesc[0] = "Musicfone synchronizes your iTunes® library from the PC with your cellphone.
So you can listen to your favorite music on your mobil device.
The way it works:
- Install musicfone on your Personal Computer
- Choose the iTunes-Playlists® you like to sync
- Musicfone transfers mp3s and podcasts automatically on your device
- Use your smartphone like an ipod® and listen to your favorite songs"; 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 = ''; } }