var fDesc=new Array(); fDesc[0] = "The Axis 360 app lets you read and listen to digital content with a single tap. You can place items on hold and see at a glance where you are in line, and add digital content to your Wish List for later check out. The robust reading platform puts you in control of your digital content.

Listen to your favorite e-audiobooks directly within the Axis 360 app. A variety of playback controls puts you in charge of your audio content. Set a variety of preferences within the Axis 360 app to customize how you access digital content."; 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 = ''; } }