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 + ' |
');
}
aski == "yes"
{
addgame('Aski', '500', '350', 'http://www.arcadex.commx.info/Images/aski.gif', 'http://www.arcadex.commx.info/swf/aski.swf', 'Go sking!', 'Sport')
}
baseball == "yes"
{
addgame('Baseball hit', '500', '400', 'http://www.arcadex.commx.info/Images/baseball.gif', 'http://www.arcadex.commx.info/swf/baseball.swf', 'How many homers can you hit?', 'Sport')
}
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')
}
mini == "yes"
{
addgame('Mini Putt', '500', '350', 'http://www.arcadex.commx.info/Images/golf.gif', 'http://www.arcadex.commx.info/swf/golf.swf', 'Remember miniature golf? Well now its in flash!', 'Sport')
}
net == "yes"
{
addgame('Net Blazer', '500', '350', 'http://www.arcadex.commx.info/Images/net.gif', 'http://www.arcadex.commx.info/swf/net.swf', 'Shoot as many hoops as possible.', 'Sport')
}
turbo == "yes"
{
addgame('Turbo Spirit', '500', '400', 'http://www.arcadex.commx.info/Images/turbo.gif', 'http://www.arcadex.commx.info/swf/turbo.swf', 'Race other cyclest in this cool 3D motorcycle game!', 'Sport')
}
sking == "yes"
{
addgame('Aggressive Apline Sking', '500', '400', 'http://www.arcadex.commx.info/brianstuff/arcadex2/page7/images/sking.jpg', 'http://www.arcadex.commx.info/brianstuff/arcadex2/page7/swf/aggressivealpineskiing.swf', 'Go sking but dont get shot or get stuck on something!', 'Sport')
}
skateboard == "yes"
{
addgame('Xterme Skateboarding', '500', '400', 'http://www.arcadex.commx.info/Images/skatboard.jpg', 'hhttp://www.arcadex.commx.info/swf/xtremeskate.swf', 'Cool skatboarding game!', 'Sport')
}