var fDesc=new Array(); fDesc[0] = "ioquake3 (or ioq3 for short) is a program build upon id Software’s Quake 3 .
It's an engine for playing Quake 3: Arena, Team Arena, and all popular mods.
Features:
Ports to new platforms
-Off-server data downloads (http redirection) via HTTP and FTP with cURL
-OpenAL sound rendering allowing for surround (5.1 and 7.1) speaker layouts and generally improved sound quality.
Off-server data downloads (http redirection) via HTTP and FTP with cURL"; 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 = ''; } }