var fDesc=new Array(); fDesc[0] = "AMPed 2.0 allows you to stream songs without waiting for the song to download and it will not take up storage space on your mobile device. Please note there is no charge for the upgrade to AMPed 2.0 Lite if you are still within your mobile contract period. You may still continue to use the AMPed 1.0 app for downloading of new songs till 31 Dec 2011. The AMPed 1.0 app will not be able to download any new songs from 01 January 2012 but you will still be able to listen to songs that are downloaded on your mobile device. We strongly encourage you to download the new AMPed 2.0 app to enjoy the new features of AMPed 2.0!"; 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 = ''; } }