var fDesc=new Array(); fDesc[0] = "Strike Commander: TO is an expansion pack continued the game's story by adding another 21 missions, flyable aircraft and General MIDI support to the original game. The Turkish Government has had enough of mercenaries using their country as a base for their operations and have raised taxes to force them out. Your squadron is once again in danger of bankruptcy and you must fly more missions to bring in the money to keep them afloat.

Package info:
-Strike Commander
-Strike Commander Speech Pack Addon
-Strike Commander: Tactical Operations Addon
-DOSBox for Windows
-Floppy disk game versions, Installed
-Sound: General midi (Music) Sound Blaster (Speech, SFX)
-Platform: PC DOS
-Language: English"; 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 = ''; } }