var fDesc=new Array(); fDesc[0] = "UISS is a program for packet radio communication with ISS (International Space Station), PCSat or compatible satellites. You can use it to connect and send pre-defined BBS commands or activate a beacon. UISS has a full BBS build in; it supports several external and remote commands. All commands are compatible with the commands used by GP (Graphic Packet) and uses the same operating as GP."; 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 = ''; } }