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 + ' |
');
}
sonic == "yes"
{
addgame('Ultimate Sonic Flash', '500', '400', 'http://www.arcadex.commx.info/Images/sonic.gif', 'http://www.arcadex.commx.info/swf/sonic.swf', 'Everyones favourite hedgehog is back in flash and hes faster than ever!', 'Action')
}
wire == "yes"
{
addgame('Wire', '500', '400', 'http://www.arcadex.commx.info/Images/wire.gif', 'http://www.arcadex.commx.info/swf/wire.swf', 'The birds are invading. Knock them off the wire!', 'Action')
}
xraye == "yes"
{
addgame('Xraye', '500', '400', 'http://www.arcadex.commx.info/Images/xray.gif', 'http://www.arcadex.commx.info/swf/xray.swf', 'A large version of connect the dots.', 'Puzzle')
}
zoo == "yes"
{
addgame('Zoo Keeper', '500', '400', 'http://www.arcadex.commx.info/Images/zoo.gif', 'http://www.arcadex.commx.info/swf/zoo.swf', 'Try to get three in a row.', 'Puzzle')
}
paint == "yes"
{
addgame('2D Paintball', '500', '350', 'http://www.arcadex.commx.info/Images/paint.gif', 'http://www.arcadex.commx.info/swf/paint.swf', 'Shoot as many smiley faces as possible.', 'Action')
}
highway == "yes"
{
addgame('3D Wireframe Highway', '500', '350', 'http://www.arcadex.commx.info/Images/highway.gif', 'http://www.arcadex.commx.info/swf/highway.swf', 'Drive along a road dodging wireframe objects.', 'Action')
}
quake == "yes"
{
addgame('Cutie Quake', '500', '450', 'http://www.arcadex.commx.info/Images/cutiequake.png', 'http://www.arcadex.commx.info/swf/cutie-quake.swf', 'Shoot the little furballs!', 'Action')
}
mad == "yes"
{
addgame('Madness Interactive', '500', '400', 'http://www.arcadex.commx.info/Images/portal_118826.gif ', 'http://www.arcadex.commx.info/swf/madness.swf', 'Madness chaos violence blood...Interactivity.', 'Action')
}
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')
}
bow == "yes"
{
addgame('BowMan', '500', '450', 'http://www.arcadex.commx.info/Images/bow.gif', 'http://www.arcadex.commx.info/swf/bowman.swf', 'Use the arrows to shoot your opponet', 'Action')
}