var fDesc=new Array(); fDesc[0] = "Video Safe 2 Migration Tool is a program that allows you to easily migrate files from Video Safe 1 to Video Safe 2. You will be using the USB transfer method on the iPhone and the iPad to copy the files between the two devices. If you want to do the migration on the same device (i.e. VideoSafe1 on your iPad to VideoSafe2 on the same iPad) just connect this iPad."; 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 = ''; } }