d=document;

function po(no,na)
{
d.write('<option value="'+ no +'">'+ na +'</option>');
}

function berrydex()
{

d.write('<style>');
d.write('#berrydex {');
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 = '/berrydex/berrydex';
e2 = '.html';

d.write('<form name="go" method="post"><center>');
d.write('<select id="" name="keuze1" onChange="location.href = e1 + document.go.keuze1.options[document.go.keuze1.selectedIndex].value + e2" size="1">');
d.write('<option selected>Berry 1 t/m 43</option>');

po('01','01. Cheri Berry');
po('02','02. Chesto Berry');
po('03','03. Pecha Berry');
po('04','04. Rawst Berry');
po('05','05. Aspear Berry');
po('06','06. Leppa Berry');
po('07','07. Oran Berry');
po('08','08. Persim Berry');
po('09','09. Lum Berry');
po('10','10. Sitrus Berry');
po('11','11. Figy Berry');
po('12','12. Wiki Berry');
po('13','13. Mago Berry');
po('14','14. Aguav Berry');
po('15','15. Iapapa Berry');
po('16','16. Razz Berry');
po('17','17. Bluk Berry');
po('18','18. Nanab Berry');
po('19','19. Wepear Berry');
po('20','20. Pinap Berry');
po('21','21. Pomeg Berry');
po('22','22. Kelpsy Berry');
po('23','23. Qualot Berry');
po('24','24. Hondew Berry');
po('25','25. Grepa Berry');
po('26','26. Tomato Berry');
po('27','27. Cornn Berry');
po('28','28. Magost Berry');
po('29','29. Rabuta Berry');
po('30','30. Nomel Berry');
po('31','31. Spelon Berry');
po('32','32. Pamtre Berry');
po('33','33. Watmel Berry');
po('34','34. Durin Berry');
po('35','35. Belue Berry');
po('36','36. Liechi Berry');
po('37','37. Ganlon Berry');
po('38','38. Salac Berry');
po('39','39. Petaya Berry');
po('40','40. Apicot Berry');
po('41','41. Lansat Berry');
po('42','42. Starf Berry');
po('43','43. Enigma Berry');

d.write('</select>');

d.write('</center></form>');
}

Xoffset=-60;
Yoffset= 20;

var nav,old,iex=(document.all),yyy=-1000;
if(navigator.appName=="Netscape"){(document.layers)?nav=true:old=true;}

if(!old){
var skn=(nav)?document.dek:dek.style;
if(nav)document.captureEvents(Event.MOUSEMOVE);
document.onmousemove=get_mouse;
}

function popup(msg){
var content="<table border=1 bordercolor=000000 cellpadding=2 cellspacing=0 "+
"background=/images/pixel.jpg><TD ALIGN=center nowrap>"+msg+"</TD></TABLE>";
if(!old){
yyy=Yoffset;
if(nav){skn.document.write(content);skn.document.close();skn.visibility="visible"}
if(iex){document.all("dek").innerHTML=content;skn.visibility="visible"}
}
}

function get_mouse(e){
var x=(nav)?e.pageX:event.x+document.body.scrollLeft;skn.left=x+Xoffset;
var y=(nav)?e.pageY:event.y+document.body.scrollTop;skn.top=y+yyy;
}

function kill(){
if(!old){yyy=-1000;skn.visibility="hidden";}
}
