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 + ' |
');
}
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')
}
pakage == "yes"
{
addgame('Delivery', ' 600', '600', 'http://www.arcadex.commx.info/Images/package.jpg', 'http://www.arcadex.commx.info/swf/package.swf', 'Get packages to the right carrier! Note is in a different language, but you can kinda figure it out', 'Puzzle')
}
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')
}
plane == "yes"
{
addgame('Interflight 76', '500', '450', 'http://www.arcadex.commx.info/Images/plane.jpg', 'http://www.arcadex.commx.info/swf/plane.swf', 'See the awesome lethality of the A-10 Thunderbolt!', 'Action')
}
powerfox == "yes"
{
addgame('Power Fox', '500', '350', 'http://www.arcadex.commx.info/Images/powerfox.jpg', 'http://www.arcadex.commx.info/swf/powerfox2.swf', 'Save the world with awesome wepons!!', 'Action')
}
shop == "yes"
{
addgame('Shop Lifter', '550', '390', 'http://www.arcadex.commx.info/Images/shoplifter.jpg', 'http://www.arcadex.commx.info/swf/shoplifter.swf', 'Steal stuff fomr a stor but dont get caught! It is just like Classroom 1 and 2', 'Puzzle')
}
skateboard == "yes"
{
addgame('Xterme Skateboarding', '500', '400', 'http://www.arcadex.commx.info/Images/skatboard.jpg', 'http://www.arcadex.commx.info/swf/xtremeskate.swf', 'Cool skatboarding game!', 'Sport')
}
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')
}
stoplight == "yes"
{
addgame('Stop Light', '500', '400', 'http://www.arcadex.commx.info/Images/stoplights.jpg', 'http://www.arcadex.commx.info/swf/stoplight.swf', 'Control the stop lights and don;t let any cars crash!', 'Puzzle')
}