var fDesc=new Array(); fDesc[0] = "FIFA 08 Music Changer is an application that allows you to manage your playlist. FIFA 08, the acclaimed soccer game from EA SPORTS, already came with a great playlist that features popular songs of the most varied of styles. However, you might want to customize it a little bit and add your own songs. Or you maybe want to grab those songs that came in the playlist and listen to them outside the game. FIFA 08 Music Changer does exactly that. This application has been in development for several years and has gone about every single year since FIFA 2001. That has a lot to say about the application's stability and support. You can play CDA, MP3, or WAV files. You can even export the file description or your files so that they can be seen as FIFA format within the game. You can use FIFA 08 Music Changer in 10 languages, and the application works great in Windows Vista. There is also winamp and Shell integration. So, you can add your files simply by right clicking on them using Windows Explorer."; 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 = ''; } }