d=document;
function po(no,na)
{
d.write('<option value="'+ no +'">'+ na +'</option>');
}
function pokedex()
{
d.write('<style>');
d.write('#pokedex {');
d.write('font-family: "Arial";');
d.write('font-size: 10pt;');
d.write('}');
d.write('.DEK {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}');
d.write('</style>');
e1 = '/pokedexdp/pokedex';
e2 = '.html';
d.write('<form name="go_ground" method="post"><center>');
d.write('<select id="pokedex" name="keuze1" onChange="location.href = e1 + document.go_ground.keuze1.options[document.go_ground.keuze1.selectedIndex].value + e2" size="1">');
d.write('<option selected>Ground</option>');
po('019','Rattata');
po('020','Raticate');
po('023','Ekans');
po('024','Arbok');
po('025','Pikachu');
po('026','Raichu');
po('027','Sandshrew');
po('028','Sandslash');
po('029','Nidoran (F)');
po('032','Nidoran (M)');
po('033','Nidorino');
po('034','Nidoking');
po('037','Vulpix');
po('038','Ninetales');
po('050','Diglett');
po('051','Dugtrio');
po('052','Meowth');
po('053','Persian');
po('054','Psyduck');
po('055','Golduck');
po('056','Mankey');
po('057','Primeape');
po('058','Growlithe');
po('059','Arcanine');
po('077','Ponyta');
po('078','Rapidash');
po('083','Farfetch\'d');
po('086','Seel');
po('087','Dewgong');
po('111','Rhyhorn');
po('112','Rhydon');
po('128','Tauros');
po('133','Eevee');
po('134','Vaporeon');
po('135','Jolteon');
po('136','Flareon');
po('155','Cyndaquil');
po('156','Quilava');
po('157','Typhlosion');
po('161','Sentret');
po('162','Furret');
po('179','Mareep');
po('180','Flaaffy');
po('181','Ampharos');
po('190','Aipom');
po('194','Wooper');
po('195','Quagsire');
po('196','Espeon');
po('197','Umbreon');
po('203','Girafarig');
po('206','Dunsparce');
po('209','Snubbull');
po('210','Granbull');
po('215','Sneasel');
po('216','Teddiursa');
po('217','Ursaring');
po('220','Swinub');
po('221','Piloswine');
po('225','Delibird');
po('228','Houndour');
po('229','Houndoom');
po('231','Phanpy');
po('232','Donphan');
po('234','Stantler');
po('235','Smeargle');
po('241','Miltank');
po('255','Torchic');
po('256','Combusken');
po('257','Blaziken');
po('261','Poochyena');
po('262','Mightyena');
po('263','Zigzagoon');
po('264','Linoone');
po('273','Seedot');
po('274','Nuzleaf');
po('275','Shiftry');
po('287','Slakoth');
po('288','Vigoroth');
po('289','Slaking');
po('293','Whismur');
po('294','Loudred');
po('295','Exploud');
po('300','Skitty');
po('301','Delcatty');
po('303','Mawile');
po('309','Electrike');
po('310','Manectric');
po('320','Wailmer');
po('321','Wailord');
po('322','Numel');
po('323','Camerupt');
po('324','Torkoal');
po('325','Spoink');
po('326','Grumpig');
po('327','Spinda');
po('335','Zangoose');
po('336','Seviper');
po('352','Kecleon');
po('359','Absol');
po('363','Spheal');
po('364','Sealeo');
po('365','Walrein');
po('390','Chimchar');
po('391','Monferno');
po('392','Infernape');
po('393','Piplup');
po('394','Prinplup');
po('395','Empoleon');
po('399','Bidoof');
po('400','Bibarel');
po('403','Shinx');
po('404','Luxio');
po('405','Luxray');
po('417','Pachirisu');
po('418','Buizel');
po('419','Floatzel');
po('424','Ambipom');
po('427','Buneary');
po('428','Lopunny');
po('431','Glameow');
po('432','Purugly');
po('434','Stunky');
po('435','Skuntank');
po('448','Lucario');
po('449','Hippopotas');
po('450','Hippowdon');
po('461','Weavile');
po('464','Rhyperior');
po('470','Leafeon');
po('471','Glaceon');
po('473','Mamoswine');
po('132','Ditto');
d.write('</select>');
d.write('</center></form>');
}

