function writeHPMenu() {
document.write("<A HREF=about.htm CLASS=m>ABOUT US</A><BR><BR>"); 
document.write("<A HREF=teachers.htm CLASS=m>EDUCATORS</A><BR><BR>");
document.write("<A HREF=downloads.htm CLASS=m>DOWNLOADS</A><BR><BR>"); 
document.write("<A HREF=contact.htm CLASS=m>CONTACT</A><BR><BR>"); 
document.write("<A HREF=index.htm CLASS=m>HOME</A><BR><BR><BR><BR>"); 
document.write("<A HREF='javascript: join_email();' CLASS=m>join email list</A><BR><BR>"); 
}

function writeTopMenu() {
document.write("<A HREF=adventures/index.htm class=m2>ADVENTURES</A> &nbsp; &nbsp; :: &nbsp; &nbsp; "); 
document.write("<A HREF=gallery/gallery.htm class=m2>PHOTOS</A> &nbsp; &nbsp; :: &nbsp; &nbsp; "); 
document.write("<A HREF=flicks.htm class=m2>VIDEOS</A> &nbsp; &nbsp; :: &nbsp; &nbsp; "); 
document.write("<A HREF=cultures.htm class=m2>ENDURING CULTURES</A> &nbsp; &nbsp; :: &nbsp; &nbsp; "); 
document.write("<A HREF=awesome.htm class=m2>WILDERNESS SURVIVAL</A> &nbsp; &nbsp; :: &nbsp; &nbsp; ");
document.write("<A HREF=awesome.htm class=m2>NATURALLY AWESOME</A> &nbsp; &nbsp; :: &nbsp; &nbsp; "); 
document.write("<A HREF=notebook/notebook.htm class=m2>HELEN'S NOTEBOOK</A> &nbsp; &nbsp; :: &nbsp; &nbsp; "); 
document.write("<A HREF=kid2kid/kid2kid.htm class=m2>KID2KID TALK</A> &nbsp; &nbsp; :: &nbsp; &nbsp; "); 
document.write("<A HREF=notebook/notebook.htm class=m2>PREPARDENESS</A>"); 
}

function join_email() {
	url = "join_email.php?p=show_form";
	email_window = window.open(url, "join_email_window", "width=600,height=400,scrollbars=0");
    email_window.focus();
}


		

	













