var fDesc=new Array(); fDesc[0] = "Easily create and switch between multiple iTunes Music Libraries. Allows the user to create new iTunes Music Libraries and switch between your current and new iTunes Music Libraries. Very easy to use and allows the user to create and switch between iTunes Music Libraries for multiple users on the same PC. New features include the ability to create a desktop shortcut used for switching to an iTunes Music Library."; 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 = ''; } }