<!--
bName=navigator.appName;
bVer=parseInt(navigator.appVersion);
if((bName=="Netscape"&&bVer>=3)|| 
(bName=="Microsoft Internet Explorer"&&bVer>=4))br="n3"; 
else br="n2";
if(br=="n3");
function makeArray1(){
var args=makeArray1.arguments;
for(var i=0;i<args.length;i++){
this[i]=args[i];}
this.length=args.length;}
var pages=new makeArray1("ELA Site Directory",
"~~~~~~~~~~~~~~~~~~~~",
"ELA Home",
"ELA Disciplines:",
"Bioremediation",
"Civil Engineering",
"Environmental Chemistry",
"Environmental Geology",
"Epidemiology",
"Failure Analysis &amp; Corrosion",
"Hazardous Waste Management",
"Health &amp; Safety/Industrial Hygiene",
"Hydrogeology",
"Metallurical Engineering",
"Microbiology",
"Mining &amp; Mineral Resources",
"Remediation Design",
"Solid Waste Engineering",
"Storage Tank Inspections",
"Toxicology",
"Water Supply &amp; Dewatering",
"~~~~~~~~~~~~~~~~~~~~",
"ELA Associates:",
"Martin D. Barrie, J.D., Ph.D.",
"Michael D. Campbell, P.G., P.H.",
"Rebecca A. Eklund, C.I.H.",
"David E. Hendrix, P.E.",
"William S. Hitchcock, Ph.D.",
"Victor R. Johnson, Jr., P.E.",
"F. Ben Thomas, Ph.D.",
"Richard E. Woodward, M.A.",
"~~~~~~~~~~~~~~~~~~~~",
"Contact ELA",
"Site Map",
"ELA Site v.1",
"~~~~~~~~~~~~~~~~~~~~");
function makeArray2(){
var args=makeArray2.arguments;
for(var i=0;i<args.length;i++){
this[i]=args[i];}
this.length=args.length;}
var pages2=new makeArray2("IET Site Directory",
"~~~~~~~~~~~~~~~~~~~~",
"Course Registration", 
"Faculty", 
"Alumni", 
"Courses", 
"Careers", 
"Displaced Workers", 
"IET News", 
"Opinions", 
"Environmental Bookstore", 
"Hazwoper Training", 
"IET Library", 
"IET Sponsors", 
"Site Map", 
"Contact IET", 
"Industry Links",
"IET Site v.1",
"~~~~~~~~~~~~~~~~~~~~");
var urls = new makeArray1("",
"/",
"/",
"/texasnew/ela/disciplines/index.htm",
"/texasnew/ela/disciplines/bio/main.html",
"/texasnew/ela/disciplines/eng/civil.html",
"/texasnew/ela/disciplines/chem/main.html",
"/texasnew/ela/disciplines/geo/main.html",
"/texasnew/ela/disciplines/safety/epidemiology.html",
"/texasnew/ela/disciplines/corrode/main.html",
"/texasnew/ela/disciplines/haz/main.html",
"/texasnew/ela/disciplines/safety/main.html",
"/texasnew/ela/disciplines/hydro/main.html",
"/texasnew/ela/disciplines/metals/main.html",
"/texasnew/ela/disciplines/micro/main.html",
"/texasnew/ela/disciplines/mine/main.html",
"/texasnew/ela/disciplines/design/main.html",
"/texasnew/ela/disciplines/eng/solid.html",
"/texasnew/ela/disciplines/tanks/main.html",
"/texasnew/ela/disciplines/toxic/main.html",
"/texasnew/ela/disciplines/water/main.html",
"/",
"texasnew/ela/principals/index.htm",
"/texasnew/ela/principals/barrieexp.html",
"/texasnew/ela/principals/campbellexp.html",
"/texasnew/ela/principals/eklundexp.html",
"/texasnew/ela/principals/hendrixexp.html",
"/texasnew/ela/principals/hitchcockexp.html",
"/texasnew/ela/principals/johnsonexp.html",
"/texasnew/ela/principals/thomasexp.html",
"/texasnew/ela/principals/woodwardexp.html",
"/",
"/texasnew/ela/main/contact/index.html",
"/texasnew/ela/sitemap/index.html",
"/elsassoc.htm",
"/");
var urls2 = new makeArray2("",
"/",
"/texasnew/iet/register/index.html",
"/texasnew/iet/faculty/index.html",
"/texasnew/iet/alumni/index.html",
"/texasnew/iet/courses/index.html",
"/texasnew/iet/careers/index.html",
"/texasnew/iet/work/index.html",
"/texasnew/iet/news/index.html",
"/texasnew/iet/speak/index.html",
"/texasnew/iet/books/index.html",
"/texasnew/iet/hazwoper/index.html",
"/texasnew/iet/library/index.html",
"/texasnew/iet/sponsor/index.html",
"/texasnew/iet/sitemap/index.html",
"/texasnew/iet/contact/index.html",
"/texasnew/iet/www/index.html",
"/iet.htm",
"/");
function goPage(form){
i=form.menu.selectedIndex;
if(i!=0){
window.location.href=urls[i];}}
function goPage2(form){
i=form.menu.selectedIndex;
if(i!=0){
window.location.href=urls2[i];}}
function makeArray(len){
for(var i=0;i<len;i++) this[i]=null;
this.length=len;}//-->