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 + ' |
');
}
dairy == "yes"
{
addgame('Dairy Queen Job', '550', '450', 'http://www.arcadex.commx.info/Images/dairy_queen.jpg', 'http://www.arcadex.commx.info/swf/apprenticedairyqueen.swf', 'Work at Dairy Queen and make icecream! Yum!', 'Puzzle')
}
jewel == "yes"
{
addgame('Jewel Thief', ' 600', '600', 'http://www.arcadex.commx.info/Images/jewaltheft.jpg', 'http://www.arcadex.commx.info/swf/jewelthief.swf', 'Steal jewels but dont get caught!', 'Puzzle')
}
poker == "yes"
{
addgame('Video Poker', '600', ' 425', 'http://www.arcadex.commx.info/Images/poker.gif', 'http://www.arcadex.commx.info/swf/poker.swf', 'Play Video Poker!', 'Classic')
}
mixer1 == "yes"
{
addgame('Music Mixer 1', '500', '400', 'http://www.arcadex.commx.info/Images/mixer1.gif', 'http://www.arcadex.commx.info/swf/mixer1.swf', 'Create music using the music maker!', 'Classic')
}
mixer2 == "yes"
{
addgame('Music Mixer 2', '500', '450', 'http://www.arcadex.commx.info/Images/mixer2.png', 'http://www.arcadex.commx.info/swf/mixer2.swf', 'Create More music in this music maker but with different sounds!', 'Classic')
}
button == "yes"
{
addgame('Button Pushing', '500', '350', 'http://www.arcadex.commx.info/Images/pushbutton.jpg', 'http://www.arcadex.commx.info/swf/kingofbuttons.swf', 'Play 4 different types of games with buttons!', 'Puzzle')
}
drivers == "yes"
{
addgame('Sky Fire', '550', '390', 'http://www.arcadex.commx.info/Images/3046_small.jpg', 'http://www.arcadex.commx.info/swf/skyfire.swf', 'Shoot down plains!', 'Action')
}
security == "yes"
{
addgame('Security', '500', '400', 'http://www.arcadex.commx.info/Images/security.jpg', 'http://www.arcadex.commx.info/swf/security.swf', 'Break into this place and steal stuff withput being caught!', 'Puzzle')
}
sam == "yes"
{
addgame('Uncle Sam', '500', '400', 'http://www.arcadex.commx.info/Images/unclesam.jpg', 'http://www.arcadex.commx.info/swf/unclesam.swf', 'Shoot all the UFOs stealing your cows!', 'Action')
}
wheelchair == "yes"
{
addgame('Wheel Chair Challenge', '500', '400', 'http://www.arcadex.commx.info/Images/wheelchair.jpg', 'http://www.arcadex.commx.info/swf/wheelchairchallenge.swf', 'Race people in an wheelchair to different emergency room', 'Puzzle')
}