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 + '
'); } lake == "yes" { addgame('Lake Tyler', '500', '350', 'http://www.arcadex.commx.info/Images/lake.gif', 'http://www.arcadex.commx.info/swf/lake.swf', 'Zoom through the lake dodging obstacles.', 'Action') } paper == "yes" { addgame('Paper Shoot', '500', '300', 'http://www.arcadex.commx.info/Images/paper.gif', 'http://www.arcadex.commx.info/swf/paper.swf', 'How many times can you shoot the paper into the basket?', 'Puzzle') } lost == "yes" { addgame('Pelican Lost', '500', '350', 'http://www.arcadex.commx.info/Images/lost.gif', 'http://www.arcadex.commx.info/swf/lost.swf', 'Dive into the water to try to get as many coins as possible.', 'Action') } polar == "yes" { addgame('Polar Rescue', '500', '400', 'http://www.arcadex.commx.info/Images/polar.gif', 'http://www.arcadex.commx.info/swf/polar.swf', 'Collect the stars.', 'Action') } punk == "yes" { addgame('Punk O Matic', '500', '400', 'http://www.arcadex.commx.info/Images/portal_147276.gif', 'http://www.arcadex.commx.info/swf/punkomatic.swf', 'Welcome to the Punk O Matic! This little game will allow you to make your own Punk Rock songs.', 'Classic') } 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') } megaman == "yes" { addgame('MegaMan', '500', '350', 'http://www.arcadex.commx.info/Images/megaman.gif', 'http://www.arcadex.commx.info/swf/megaman.swf', 'Original MegaMan game brought to flash entertainment!', 'Classic') } monkey == "yes" { addgame('Monkey Lander', '500', '350', 'http://www.arcadex.commx.info/Images/monkey.gif', 'http://www.arcadex.commx.info/swf/monkey.swf', 'Fly the monkey through the jungle!', 'Action') } 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') } rockface == "yes" { addgame('RockFace Rescue', '500', '400', 'http://www.arcadex.commx.info/Images/rock.gif', 'http://www.arcadex.commx.info/swf/rock.swf', 'Rescue the people in need.', 'Action') }