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.invisionplus.net/forums/arcadex/Images/burgertime.jpg', 'http://www.invisionplus.net/forums/arcadex/swf/burgertime.swf', 'Help the chef make burgers. Avoide the other guys running around!', 'Puzzle') } castle == "yes" { addgame('Castle Destroyer', ' 600', '600', 'http://www.invisionplus.net/forums/arcadex/Images/castledestroy.jpg', 'http://www.invisionplus.net/forums/arcadex/swf/castledestroyer.swf', 'Launch your cannon at the castle!', 'Action') } pacman == "yes" { addgame('Pacman 2005', '600', ' 425', 'http://www.invisionplus.net/forums/arcadex/Images/pacman2005.jpg', 'http://www.invisionplus.net/forums/arcadex/swf/pacman2005.swf', 'Play pacman in the 2005 version!', 'Puzzle') } pinpals == "yes" { addgame('Pin Pals', '500', '400', 'http://www.invisionplus.net/forums/arcadex/Images/pinpals.jpg', 'http://www.invisionplus.net/forums/arcadex/swf/pinpals.swf', 'Play Pin Pals!', 'Classic') } road == "yes" { addgame('Road Trip', '500', '450', 'http://www.invisionplus.net/forums/arcadex/Images/roadtrip.jpg', 'http://www.invisionplus.net/forums/arcadex/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.invisionplus.net/forums/arcadex/Images/3061_small.jpg', 'http://www.invisionplus.net/forums/arcadex/swf/christmascastledefense.swf', 'Play Defend You Castle with an X-Mas twist!', 'Action') } santa == "yes" { addgame('Santas Vengeance', '550', '390', 'http://www.invisionplus.net/forums/arcadex/Images/santasvengance.jpg', 'http://www.invisionplus.net/forums/arcadex/swf/santasvengeance.swf', 'Shoot aliens trying to steal Santas presents!', 'Action') } snow == "yes" { addgame('Snow Storm', '500', '400', 'http://www.invisionplus.net/forums/arcadex/Images/snowstorm.jpg', 'http://www.invisionplus.net/forums/arcadex/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.invisionplus.net/forums/arcadex/Images/thetransporter.jpg', 'http://www.invisionplus.net/forums/arcadex/swf/thetransporter.swf', 'Drive you BMW and advoide all the obstacles!', 'Action') } viruz == "yes" { addgame('The Viruz', '500', '400', 'http://www.invisionplus.net/forums/arcadex/Images/theviruz.jpg', 'http://www.invisionplus.net/forums/arcadex/swf/thaviruz.swf', 'Get rid of all the virus!', 'Puzzle') }