var fDesc=new Array(); fDesc[0] = "Connect4 is a classic strategy board game where the object is to connect four pieces of the same color in a row. Either vertically, horizontally, or diagonally. This game is a great one for kids ages 8 and up and for adults. While younger children might also enjoy it, they might find the computer opponent to be too difficult. This program is sheware ($5). To Register it, use the Register.exe program that came with this program or online at (https://order.kagi.com/cgi-bin/r1.cgi?S7K). Note that registration is not required to play. All the features of the game are available for registered or unregistered users without any annoying shareware dialogs. Features: -- Quality color graphics and animations -- Play against a challenging computer opponent or with a friend. -- Multiple board sizes, difficulty levels, and settings to change the game and provide entertainment for all age levels. Requirements: -- Any PC Running Windows 95 or newer or Windows NT -- Color Monitor (not required, but reccommended) Improvements"; 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 = ''; } }