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 + '
'); } lunar == "yes" { addgame('Lunar Lander', '550', '250', 'http://www.invisionplus.net/forums/arcadex/java/lunarlander/lunarlander.png', 'http://www.invisionplus.net/forums/arcadex/java/lunarlander/lunarlander.html', 'The Classic Lunar Lander. Land on the pad for points!', 'Java') } breakout == "yes" { addgame('Break Out', ' 457', ' 466', 'http://www.invisionplus.net/forums/arcadex/java/breakout/breakout.png', 'http://www.invisionplus.net/forums/arcadex/java/breakout/breakout.html', 'Classic breakout. Keep the ball up in the air.', 'Java') } skeet == "yes" { addgame('Skeet', '550', '400', 'http://www.invisionplus.net/forums/arcadex/java/skeet/skeet.bmp', 'http://www.invisionplus.net/forums/arcadex/java/skeet/skeet.html', 'Play Skeet', 'Java') } pool == "yes" { addgame('Pool', '640', '360', 'http://www.invisionplus.net/forums/arcadex/java/pool/pool.png', 'http://www.invisionplus.net/forums/arcadex/java/pool/pool.html', 'Play pool the old fashoned way', 'Java') } hockey == "yes" { addgame('Hockey', '550', '400', 'http://www.invisionplus.net/forums/arcadex/java/hockeye/hockeye.png', 'http://www.invisionplus.net/forums/arcadex/java/hockeye/hockeye.html', 'A game similar to Pong. Try to get the ball past your opponet.', 'Java') } pacman == "yes" { addgame('PacMan', '500', '500', 'http://www.invisionplus.net/forums/arcadex/java/packman/pac.png', 'http://www.invisionplus.net/forums/arcadex/java/packman/pacman.html', 'Eat the yellow items to gain points.', 'Java') } box == "yes" { addgame('Lines and Boxes', '600', '600', 'http://www.invisionplus.net/forums/arcadex/java/box/box.png', 'http://www.invisionplus.net/forums/arcadex/java/box/box.html', 'Fill in the boxs to win points.', 'Java') } uno == "yes" { addgame('Uno', '700', '400', 'http://www.invisionplus.net/forums/arcadex/java/uno/uno54.gif', 'http://www.invisionplus.net/forums/arcadex/java/uno/uno.html', 'Play Uno Online!', 'Java') } snake == "yes" { addgame('Snake', '300', '250', 'http://www.invisionplus.net/forums/arcadex/java/snake/snake.bmp', 'http://www.invisionplus.net/forums/arcadex/java/snake/index.html', 'Play classic snake in java form!', 'Java') } checkers == "yes" { addgame('Checkers', '500', '500', 'http://www.invisionplus.net/forums/arcadex/java/checkers/checkers.bmp', 'http://www.invisionplus.net/forums/arcadex/java/checkers/checkers.html', 'Play checkers agaist the computer!', 'Java') } maze == "yes" { addgame('Maze', '700', '400', 'http://www.invisionplus.net/forums/arcadex/java/maze/maze.png', 'http://www.invisionplus.net/forums/arcadex/java/maze/maze.html', 'Beat fun mazes!', 'Java') } wordsearch == "yes" { addgame('Wordsearch', '500', '400', 'http://www.invisionplus.net/forums/arcadex/java/wordsearch/wordsearch.png', 'http://www.invisionplus.net/forums/arcadex/java/wordsearch/wordsearch.html', 'Solve fun and intersting wordseaches!', 'Java') }