var fDesc=new Array(); fDesc[0] = "Midnight Oil is a free solitaire card game for Windows. This program offers a fully-configurable background (color, gradient, wallpaper, or bitmap), multimedia sound, large easy-to-read cards, and comprehensive help. It supports two versions of the game – the standard version, in which all cards are dealt to the fans and the foundations start out empty, and a slightly easier version, in which the aces are already moved to the foundations."; 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 = ''; } }