var fDesc=new Array(); fDesc[0] = "With the iDisk Utility for Windows XP, users can access your iDisk Public Folder and upload or download files. Just like the Mac version, some functions of the utility requires a .Mac account, which will also make it useful for Mac users that need to access their iDisk from a Windows-based computer."; 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 = ''; } }