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 + ' |
');
}
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')
}
eskiv2 == "yes"
{
addgame('Eskiv 2', '500', '450', 'http://www.arcadex.commx.info/Images/eskiv2.png', 'http://www.arcadex.commx.info/swf/eskiv%202.swf', 'The orginal game of eskiv, with a twist.', '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')
}
gold == "yes"
{
addgame('Gold Miner', '500', '350', 'http://www.arcadex.commx.info/Images/gold.gif', 'http://www.arcadex.commx.info/swf/gold.swf', 'Mine for gold and buy different items.', 'Action')
}
gyro == "yes"
{
addgame('Gyro Ball', '500', '350', 'http://www.arcadex.commx.info/Images/gyro.gif', 'http://www.arcadex.commx.info/swf/gyroball.swf', 'Try to get through a puzzle maze while moving your gyro ball.', 'Puzzle')
}
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')
}
IER == "yes"
{
addgame('infect. evolve. repeat.', '500', '400', 'http://www.arcadex.commx.info/Images/infectevolverepeat.gif', 'http://www.arcadex.commx.info/swf/263673_virus_promo.swf', 'Spread the virus by killing off the red blood cells.', 'Puzzle')
}
kickball == "yes"
{
addgame('KickBall Challenge', '500', '350', 'http://www.arcadex.commx.info/Images/kick.gif', 'http://www.arcadex.commx.info/swf/kick.swf', 'Keep the soccer ball in the air as long as possible.', 'Sport')
}
labrat == "yes"
{
addgame('Mutate The Labrat', '500', '400', 'http://www.arcadex.commx.info/Images/portal_271876.gif', 'http://www.arcadex.commx.info/swf/labrat.swf', 'Turn our cute furry and brown friend here into a new species using different experements.', 'Puzzle')
}