var fDesc=new Array(); fDesc[0] = "Star Fleet Battles Online (SFBOL) is developed in cooperation with Amarillo Design Bureau, Inc. to be a Star Fleet Battles game service. Subscribers are able to play SFB games over the internet with other subscribers around the world. SFBOL is designed to allow subscribers to compete in an environment that emulates face to face play. The difference is the computer interface which augments or automates many of the mundane tasks of game play such as energy allocation, moving counters across the map, dice rolling and damage allocation"; 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 = ''; } }