var fDesc=new Array();
fDesc[0] = "iSkysoft Phone Transfer is an easy-to-use solution to transfer music, photos, video, sms text messages, contacts, call history, calendar and apps between iOS (iOS 10.3 and iOS 9), Android, BlackBerry and Symbian OS in just 1 click. No matter you switch to a new phone or upgrade phones, this mobile transfer tool can safely transfer your phone data 100% the same as your original data. And it is a highly recommended phone transfer for Windows 10.
Full-scale phone transfer including contacts with name, number, email address, job title, company name and more details; album info, artist, lyrics; playlist; camera roll, photo stream, photo album, and more.";
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 = '';
}
}