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 + ' |
');
}
burger == "yes"
{
addgame('Burger Time', '550', '450', 'http://www.arcadex.commx.info/Images/burgertime.jpg', 'http://www.arcadex.commx.info/swf/burgertime.swf', 'Help the chef make burgers. Avoide the other guys running around!', 'Puzzle')
}
castle == "yes"
{
addgame('Castle Destroyer', ' 600', '600', 'http://www.arcadex.commx.info/Images/castledestroy.jpg', 'http://www.arcadex.commx.info/swf/castledestroyer.swf', 'Launch your cannon at the castle!', 'Action')
}
pacman == "yes"
{
addgame('Pacman 2005', '600', ' 425', 'http://www.arcadex.commx.info/Images/pacman2005.jpg', 'http://www.arcadex.commx.info/swf/pacman2005.swf', 'Play pacman in the 2005 version!', 'Puzzle')
}
pinpals == "yes"
{
addgame('Pin Pals', '500', '400', 'http://www.arcadex.commx.info/Images/pinpals.jpg', 'http://www.arcadex.commx.info/swf/pinpals.swf', 'Play Pin Pals!', 'Classic')
}
road == "yes"
{
addgame('Road Trip', '500', '450', 'http://www.arcadex.commx.info/Images/roadtrip.jpg', 'http://www.arcadex.commx.info/swf/roadtrip.swf', 'Traffic is really bad. You user super mini van to get around it all!', 'Puzzle')
}
castle2 == "yes"
{
addgame('Defend You Castle: Christmas Version', '500', '350', 'http://www.arcadex.commx.info/Images/3061_small.jpg', 'http://www.arcadex.commx.info/swf/christmascastledefense.swf', 'Play Defend You Castle with an X-Mas twist!', 'Action')
}
santa == "yes"
{
addgame('Santas Vengeance', '550', '390', 'http://www.arcadex.commx.info/Images/santasvengance.jpg', 'http://www.arcadex.commx.info/swf/santasvengeance.swf', 'Shoot aliens trying to steal Santas presents!', 'Action')
}
snow == "yes"
{
addgame('Snow Storm', '500', '400', 'http://www.arcadex.commx.info/Images/snowstorm.jpg', 'http://www.arcadex.commx.info/swf/snowstorm.swf', 'You have been hired to plow parking lots after a snow storm. You have to get a sertain amount of snow plowed to win the level!', 'Puzzle')
}
transporter == "yes"
{
addgame('The Transporter', '500', '400', 'http://www.arcadex.commx.info/Images/thetransporter.jpg', 'http://www.arcadex.commx.info/swf/thetransporter.swf', 'Drive you BMW and advoide all the obstacles!', 'Action')
}
viruz == "yes"
{
addgame('The Viruz', '500', '400', 'http://www.arcadex.commx.info/Images/theviruz.jpg', 'http://www.arcadex.commx.info/swf/thaviruz.swf', 'Get rid of all the virus!', 'Puzzle')
}