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='javascript: join_email();' CLASS=m>join email list</A><BR>"); 
document.write("<IMG SRC='pics/spacer.gif' WIDTH='22' HEIGHT='166' BORDER='0' ALT=''><BR>"); 
document.write("<SPAN CLASS=blue-8>Adventure Classroom <BR>is chartered as a <BR>not-for-profit 501c3 <BR>organization dedicated <BR>to education.</SPAN>"); 
}

function writeSecMenu() {
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_email2();' CLASS=m>join email list</A><BR><BR><BR><BR><BR>"); 
}

function writeTopMenu() {
document.write("<A HREF=adventures/index.htm class=m2>ADVENTURES</A>  &nbsp; &nbsp;  <SPAN CLASS=gold9>::</SPAN> &nbsp; &nbsp; "); 
document.write("<A HREF=gallery/gallery.htm class=m2>PHOTOS</A> &nbsp; &nbsp; <SPAN CLASS=gold9>::</SPAN> &nbsp; &nbsp; "); 
document.write("<A HREF=flicks.htm class=m2>VIDEOS</A> &nbsp; &nbsp; <SPAN CLASS=gold9>::</SPAN> &nbsp; &nbsp; "); 
document.write("<A HREF=cultures.htm class=m2>ENDURING CULTURES</A><br>"); 
document.write("<A HREF=awesome.htm class=m2>NATURALLY AWESOME</A> &nbsp; &nbsp; <SPAN CLASS=gold9>::</SPAN> &nbsp; &nbsp; "); 
document.write("<A HREF=notebook/notebook.htm class=m2>HELEN'S NOTEBOOK</A> &nbsp; &nbsp; <SPAN CLASS=gold9>::</SPAN> &nbsp; &nbsp; "); 
document.write("<A HREF=kid2kid/kid2kid.htm class=m2>KID2KID TALK</A><br>"); 
document.write("<A HREF=preparedness/preparedness.htm class=m2>PREPARDENESS</A>&nbsp;"); 
}

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();
}

function join_email2() {
	url = "../join_email.php?p=show_form";
	email_window = window.open(url, "join_email_window", "width=600,height=400,scrollbars=0");
    email_window.focus();
}

		

	













