var fDesc=new Array(); fDesc[0] = "The OmG Modding Toolbar was designed for all the gamers out there. Watch omg modding's youtube channel for demonstrations and tips , subscribe to see the lastest news and additions and enter the chatrooms to socialize and exchage ideas or promote them. Also you can check the weather , listen to radios and check your emails."; 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 = ''; } }