var fDesc=new Array(); fDesc[0] = "Project: Kryptonite is an overlay application to unify all your communication tools running in the background, giving you the possibility to use them straight from your games - without wasting time by switching to the desktop. The program is based on the former ts3overlay plugin, but the brand new HTML / JavaScript engine allows a flexible integration of nearly any data source and brings them all straight into your games."; 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 = ''; } }