var fDesc=new Array(); fDesc[0] = "Upload Media to iOS on Windows without iTunes. Finally. With iStick you can UPLOAD & DOWNLOAD media such as: Music, Movies, Photos or Ringtones to your iOS device without iTunes. Drag it. Drop it. Copy it. Paste it. Upload Media without iTunes. Forget iTunes sync hassle. Upload media to your device as simple as copying a file. Without even having iTunes installed. iStick is what iTunes should be like on Windows. Natural Windows Experience. All media is organized & revealed as a simple Virtual File System. The content is shown with sub-folders as categories for all Media. It can be uploaded/deleted/opened as if it's on an external flash DISK. Upload & Download
Media in Seconds. Upload your media such as: Music, Movies, Photos, Books or Ringtones to any iOS device in seconds. Or import it back to any PC. With natural Windows file management. (i.e. Drag & Drop or Ctrl+C & Ctrl+V)"; 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 = ''; } }