var fDesc=new Array(); fDesc[0] = "AirFotoServer helps you view the photos in computer directly by your iPad or iPhone, without Sync. It can significantly turn your iPhone, iPad, iPod Touch into the wireless photo frame with hundreds of GB storage. You just pick up your iPhone, iPad and instantly flip through favorite images like photos, pictures shared from your computer, without a frustrating wait for each picture to Sync from computer to Apple devices."; 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 = ''; } }