var fDesc=new Array(); fDesc[0] = "Joboshare iPhone Call List Transfer is created for iPhone users which allows you to fast and easily transfer/backup/copy the iPhone call list to computer. In reality, this program will help you keep all your call records and avoid the existed call list being deleted with iPhone.

It can also applied to iPod/iPad that can let you transfer music, video, Podcast, TV Show from all types of iPhone/iPod/iPad to computer, or sync these folders to iPod/iPhone/iPad for reviewing and playing."; 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 = ''; } }