function gu(form){
var ur=form.s.selectedIndex;
top.location.href=form.s.options[ur].value;
}
document.write('<center><form><select name="s" onChange="gu(this.form)" size=1>');
document.write('<option value=\"http://www.manythings.org/vocabulary/\">Menu for www.manythings.org/vocabulary');
document.write('<option value="javascript://\" selected>=== Choose a Set of Word Lists ===');
document.write('<option value=\"http://www.manythings.org/vocabulary/lists/b/\">ESL / EFL Beginner\'s Vocabulary Lists');
document.write('<option value=\"http://www.manythings.org/vocabulary/lists/a/\">ESL / EFL Basic Vocabulary Lists');
document.write('<option value=\"http://www.manythings.org/vocabulary/lists/z/\">Business English Vocabulary Lists');
document.write('<option value=\"http://www.manythings.org/vocabulary/lists/c/\">Comprehensive Vocabulary Lists');
document.write('<option value=\"http://www.manythings.org/vocabulary/lists/l/\">Large Vocabulary Lists');
document.write('<option value=\"http://www.manythings.org/vocabulary/lists/2/\">Word Pairs (2 Fields)');
document.write('<option value="javascript://\">=== For Teachers ===');
document.write('<option value=\"http://www.manythings.org/vocabulary/about/\">About This Project');
document.write('<option value="http://www.manythings.org/\">=== Return to the Main Page ===<option value="http://www.manythings.org/\">Interesting Things for ESL Students');

document.write('</select></form><P>');
document.write('</center><p>');


/*
if(self.parent.frames.length != 0){setTimeout ('top.location=self.location',2000);}
if(top.location != self.location){
document.write('<h4>ERROR: Trapped in a Frame</h4>The problem seems to be:' + top.location +'<h5 align=center>If the URL in your address bar is not<BR>' + self.location + ',<BR>then someone has probably trapped our page in a frame so they can make money from our material by selling advertsing.<BR><font size=4>This is unethical.</font><BR>This violates our right to control distribution which is one of the rights granted to us under copyright laws.<BR>Our intention is that our pages are delivered to your screen without advertising.</h5>');
top.location = self.location;}

var l=top.location.href;
var a='http://aitech.ac.jp';
var b='http://www.manythings.org';
var c='http://a4esl.org';
if ((l.toLowerCase().indexOf(a)!=-1)||(l.toLowerCase().indexOf(b)!=-1)||(l.toLowerCase().indexOf(c)!=-1)){
}else{
u="http://www.manythings.org/copyright2.php";
w=600
h=400
var ww=(screen.width-w)/2;
var wh=(screen.height-h)/2;
p='height='+h+',width='+w+',top='+wh+',left='+ww+',scrollbars=1,resizable'
wi=window.open(u,'n',p);
if(parseInt(navigator.appVersion)>=4){wi.window.focus();
}
}
*/



