function addgame(title, width, height, image, swf, description, category)
{
document.write('
' + title + '
| Game | Genre |
 | ');
document.write('Play ' + title + ' ');
displayAddRemove(title,width,height,swf);
document.write(' ' + description + '
| ' + category + ' |
');
}
simon == "yes"
{
addgame('Simon', '500', '350', 'http://www.arcadex.commx.info/Images/simon.gif', 'http://www.arcadex.commx.info/swf/simon.swf', 'The classic Simon Says game.', 'Classic')
}
park == "yes"
{
addgame('skelleton Park', '500', '400', 'http://www.arcadex.commx.info/Images/park.gif', 'http://www.arcadex.commx.info/swf/park.swf', 'Collect the bones but dont let the guard dog get you!', 'Action')
}
sub == "yes"
{
addgame('Subcommander', '500', '400', 'http://www.arcadex.commx.info/Images/sub.gif', 'http://www.arcadex.commx.info/swf/sub.swf', 'Sink ships!', 'Action')
}
surf == "yes"
{
addgame('Surfs up!', '500', '400', 'http://www.arcadex.commx.info/Images/surf.gif', 'http://www.arcadex.commx.info/swf/surf.swf', 'Surf the ocean!', 'Classic')
}
thingthing == "yes"
{
addgame('Thing Thing', '500', '400', 'http://www.arcadex.commx.info/Images/portal_262389.gif', 'http://www.arcadex.commx.info/swf/Thing_Thing.swf', 'A game involving a breakout jailbird going on a rampage. Think Madness Interactive. VERY VIOLENT!!!', 'Action')
}
thingthingt == "yes"
{
addgame('Thing Thing 2', '500', '400', 'http://www.arcadex.commx.info/Images/portal_262389.gif', 'http://www.arcadex.commx.info/swf/267342_Thing_thing_2.swf', 'Same picture, different game. EVEN MORE VIOLENT THAN THE LAST!!!', 'Action')
}
xo == "yes"
{
addgame('Tic-Tac-Toe', '500', '400', 'http://www.arcadex.commx.info/Images/toe.gif', 'http://www.arcadex.commx.info/swf/toe.swf', 'Get three symbols in a row!', 'Puzzle')
}
tetris == "yes"
{
addgame('Tetris', '500', '400', 'http://www.arcadex.commx.info/Images/tetris.gif', 'http://www.arcadex.commx.info/swf/tetris.swf', 'The classic game of tetris!', 'Puzzle')
}
turbo == "yes"
{
addgame('Turbo Spirit', '500', '400', 'http://www.arcadex.commx.info/Images/turbo.gif', 'http://www.arcadex.commx.info/swf/turbo.swf', 'Race other cyclest in this cool 3D motorcycle game!', 'Sport')
}
wink == "yes"
{
addgame('Wink: The Game', '500', '400', 'http://www.arcadex.commx.info/Images/portal_269009.gif', 'http://www.arcadex.commx.info/swf/Wink_the_game.swf', 'Kill the other magicians!', 'Action')
}