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 + '
'); } alien == "yes" { addgame('Alien Hominid', '500', '400', 'http://www.arcadex.commx.info/Images/alienhominid.gif', 'http://www.arcadex.commx.info/swf/alien_booya.swf', 'Everyones favourite orginal alien game!', 'Action') } alien2 == "yes" { addgame('Alien Abduction', '500', '400', 'http://www.arcadex.commx.info/Images/alienabudction.jpg', 'http://www.arcadex.commx.info/swf/alienabduction.dir', 'Abduct people and cars in this alien game!', 'Action') } cartoon == "yes" { addgame('Cartoon Quiz', '500', '400', 'http://www.arcadex.commx.info/Images/cartoonquiz.jpg', 'http://www.arcadex.commx.info/swf/cartoonquiz.swf', 'Test you knowdlege of Family Guy, The Simsons, etc.', 'Puzzle') } classroom == "yes" { addgame('Classroom', '500', '400', 'http://www.arcadex.commx.info/Images/classroom.jpg', 'http://www.arcadex.commx.info/swf/class.swf', 'Cheat on tests in this game!', 'Puzzle') } classroom2 == "yes" { addgame('Classroom Two', '500', '350', 'http://www.arcadex.commx.info/Images/classroom2.jpg', 'http://www.arcadex.commx.info/swf/classroom2.swf', 'After Classroom 1, you decdied to come back again...', 'Puzzle') } flydrugs == "yes" { addgame('Fly On Drugs', '500', '350', 'http://www.arcadex.commx.info/Images/fly_drugs.jpg', 'http://www.arcadex.commx.info/swf/flyondrugs.swf', 'Have drugs and go through test. Mature', 'Puzzle') } gold == "yes" { addgame('Gold Well', '500', '450', 'http://www.arcadex.commx.info/Images/goldwell.jpg', 'http://www.arcadex.commx.info/swf/goldwell.swf', 'Play Pacman with a twist!', 'Puzzle') } helcoptor == "yes" { addgame('Helciptor', '500', '400', 'http://www.arcadex.commx.info/Images/heli_2.jpg', 'http://www.arcadex.commx.info/swf/heli_2.swf', 'Helcitpor(On page 1) with a twist.', 'Action') } pcbreakdown == "yes" { addgame('PC Breakdown', '500', '400', 'http://www.arcadex.commx.info/Images/pcbreakdown.jpg', 'http://www.arcadex.commx.info/swf/pcbreakdown.swf', 'Tired of your computer messing up? Want to take your anger out on it? Well this is the game for you!', 'Action') } tunnel == "yes" { addgame('Tunnel', '500', '400', 'http://www.arcadex.commx.info/Images/tunnel.jpg', 'http://www.arcadex.commx.info/swf/tunnel2.swf', 'Another Helciptor Game', 'Puzzle') }