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 + ' |
');
}
asteroids == "yes"
{
addgame('Asteroids', '500', '400', 'http://www.arcadex.commx.info/Images/asteroids.gif', 'http://www.arcadex.commx.info/swf/asteroids.swf', 'The classic game of asteroids.', 'Classic')
}
duck == "yes"
{
addgame('Duck Hunt', '500', '400', 'http://www.arcadex.commx.info/Images/duck.gif', 'http://www.arcadex.commx.info/swf/duck.swf', 'Shoot the ducks!', 'Classic')
}
eskiv == "yes"
{
addgame('Eskiv', '500', '400', 'http://www.arcadex.commx.info/Images/eskiv.gif', 'http://www.arcadex.commx.info/swf/eskiv.swf', 'Collect the squares but watch out for the circles!', 'Classic')
}
frogger == "yes"
{
addgame('Frogger', '500', '400', 'http://www.arcadex.commx.info/Images/frogger.gif', 'http://www.arcadex.commx.info/swf/frogger.swf', 'Can you cross the road?', 'Classic')
}
hangaroo == "yes"
{
addgame('Hangaroo', '500', '350', 'http://www.arcadex.commx.info/Images/hang.gif', 'http://www.arcadex.commx.info/swf/hang.swf', 'Remeber hangman? Well now its a kangaroo!', 'Classic')
}
punk == "yes"
{
addgame('Punk O Matic', '500', '400', ' http://www.arcadex.commx.info/Images/portal_147276.gif', 'http://www.arcadex.commx.info/swf/punkomatic.swf', 'Welcome to the Punk O Matic! This little game will allow you to make your own Punk Rock songs.', 'Classic')
}
megaman == "yes"
{
addgame('MegaMan', '500', '350', 'http://www.arcadex.commx.info/Images/megaman.gif', 'http://www.arcadex.commx.info/swf/megaman.swf', 'Original MegaMan game brought to flash entertainment!', 'Classic')
}
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')
}
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')
}
snake == "yes"
{
addgame('Snake', '500', '400', 'http://www.arcadex.commx.info/Images/snake.gif', 'http://www.arcadex.commx.info/swf//snake.swf', 'The classic game of snake!', 'Classic')
}
poker == "yes"
{
addgame('Video Poker', '600', ' 425', 'http://www.arcadex.commx.info/Images/poker.gif', 'http://www.arcadex.commx.info/swf/poker.swf', 'Play Video Poker!', 'Classic')
}
mixer1 == "yes"
{
addgame('Music Mixer 1', '500', '400', 'http://www.arcadex.commx.info/Images/mixer1.gif', 'http://www.arcadex.commx.info/swf/mixer1.swf', 'Create music using the music maker!', 'Classic')
}
mixer2 == "yes"
{
addgame('Music Mixer 2', '500', '450', 'http://www.arcadex.commx.info/Images/mixer2.png', 'http://www.arcadex.commx.info/swf/mixer2.swf', 'Create More music in this music maker but with different sounds!', 'Classic')
}
pinpals == "yes"
{
addgame('Pin Pals', '500', '400', 'http://www.arcadex.commx.info/Images/pinpals.jpg', 'http://www.arcadex.commx.info/swf/pinpals.swf', 'Create music using the music maker!', 'Classic')
}
coster == "yes"
{
addgame('Make-A-Coster', '550', '450', 'http://www.arcadex.commx.info/Images/coster.jpg', 'http://www.arcadex.commx.info/swf/coster.swf', 'Make you own coaster and get the best spot on the Scream-O-Meater!', 'Classic')
}
penguin == "yes"
{
addgame('Smack the Penguin: Original', '600', ' 425', 'http://www.arcadex.commx.info/Images/penguin.jpg', 'http://www.arcadex.commx.info/swf/penguin2.swf', 'Play the game that started the serious of hitting penguins!', 'Classic')
}
panguin2 == "yes"
{
addgame('Smack the Penguin: Bloody Pinguin', '500', '400', 'http://www.arcadex.commx.info/Images/penguin_gore.jpg', 'http://www.arcadex.commx.info/swf/panguin_gore.swf', 'Play Smack the Penguin with a bloddy, gorey twist!', 'Classic')
}
snake360 == "yes"
{
addgame('Snake 360', '500', '400', 'http://www.arcadex.commx.info/Images/snake360.jpg', 'http://www.arcadex.commx.info/swf/snake360.swf', 'Play Snake wtih a 360 degree twist!', 'Classic')
}