var fDesc=new Array(); fDesc[0] = "Game Alarm is a useful application designed to help us keep in touch with our fellow players. This program enables us to search for friends on several gaming platform, including Game Alarm, Football Challenge 2010, Mountain Bike Challenge 2010, Sky Challenge 10, Burning Gears, and Mazda Burning Gears 2010. We can search our friends by entering their usernames and selecting a gaming platform. It is possible to search them on one or all the platforms at a time. After our friendship request has been approved by the person we want to contact, we can start sending instant messages to him/her."; 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 = ''; } }