var fDesc=new Array(); fDesc[0] = "You can simply use iOS Camera, Facebook or Twitter to scan the QR Code on the ScanTransfer to start. Transfer multiple photos & videos in bulk, tap and hold on a photo/video, then without lifting your finger, slide it in any direction to continue selecting more photos/videos. ScanTransfer enables you to transfer files from multiple devices at the same time. Transfer hundreds of photos and videos from your phone to the PC at a time. Transferring files to Local Area Network(LAN) makes your privacy and files safe."; 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 = ''; } }