//_____________________________________________________________
// sidenav_education.js 
//
// This script will build the left side navigation for the 
// Education part of the PaganParenting.com website.
// This script makes changing the buttons for the section
// easier by having to change it in only one file instead of on
// every page in the section.
//
// Also, advertising and search capabilities can be added to
// this file at a later date
//
// This Javascript file is from PaganParenting.com
// Copyright 2000. 
//
// Last Update December 2003. PaganParenting.com
//_____________________________________________________________



	  
	  
	  
//<!--.......BEGIN ROLLOVER PART OF SCRIPT .......-->
rollimage1 = new Image();
rollimage1.src = "/images/buttons/edu_home_dark.gif";

rollimage2 = new Image();
rollimage2.src = "/images/buttons/edu_articles_dark.gif";

rollimage3 = new Image();
rollimage3.src = "/images/buttons/edu_activitysheets_dark.gif";

rollimage4 = new Image();
rollimage4.src = "/images/buttons/edu_artscrafts_dark.gif";


//<!--.......END ROLLOVER PART OF SCRIPT .......-->

document.write ("<table border=\'0\' cellpadding=\'0\' cellspacing=\'0\'>")
document.write ("<tr><td>")
document.write ("<a href=\"/education/index.html\" onmouseover=\"rollimage1.src=\'/images/buttons/edu_home_dark.gif\';\" onmouseout=\"rollimage1.src=\'/images/buttons/edu_home_light.gif\';\"><img name=\"rollimage1\" src=\"/images/buttons/edu_home_light.gif\" width=134 height=26 border=0 alt=\"Education Home\"></a>")
document.write ("<tr><td>")
document.write ("<a href=\"/education/articles.html\" onmouseover=\"rollimage2.src=\'/images/buttons/edu_articles_dark.gif\';\" onmouseout=\"rollimage2.src=\'/images/buttons/edu_articles_light.gif\';\"><img name=\"rollimage2\" src=\"/images/buttons/edu_articles_light.gif\" width=134 height=19 border=0 alt=\"Articles\"></a>")
document.write ("</td></tr>")
document.write ("<tr><td>")
document.write ("<a href=\"/education/activitysheets.html\" onmouseover=\"rollimage3.src=\'/images/buttons/edu_activitysheets_dark.gif\';\" onmouseout=\"rollimage3.src=\'/images/buttons/edu_activitysheets_light.gif\';\"><img name=\"rollimage3\" src=\"/images/buttons/edu_activitysheets_light.gif\" width=134 height=19 border=0 alt=\"Activity Sheets\"></a>")
document.write ("</td></tr>")
document.write ("<tr><td>")
document.write ("<a href=\"/education/artscrafts.html\" onmouseover=\"rollimage4.src=\'/images/buttons/edu_artscrafts_dark.gif\';\" onmouseout=\"rollimage4.src=\'/images/buttons/edu_artscrafts_light.gif\';\"><img name=\"rollimage4\" src=\"/images/buttons/edu_artscrafts_light.gif\" width=134 height=19 border=0 alt=\"Arts and Crafts\"></a>")
document.write ("</td></tr>")
document.write ("<tr><td>")
document.write ("<a href=\"/education/chantssongs.html\" onmouseover=\"rollimage5.src=\'/images/buttons/edu_chantssongs_dark.gif\';\" onmouseout=\"rollimage5.src=\'/images/buttons/edu_chantssongs_light.gif\';\"><img name=\"rollimage5\" src=\"/images/buttons/edu_chantssongs_light.gif\" width=134 height=19 border=0 alt=\"Chants and Songs\"></a>")
document.write ("</td></tr>")

document.write ("<tr><td>")
document.write ("<a href=\"/education/readingguide.html\" onmouseover=\"rollimage6.src=\'/images/buttons/edu_readingguide_dark.gif\';\" onmouseout=\"rollimage6.src=\'/images/buttons/edu_readingguide_light.gif\';\"><img name=\"rollimage6\" src=\"/images/buttons/edu_readingguide_light.gif\" width=134 height=19 border=0 alt=\"Reading Guide\"></a>")
document.write ("</td></tr>")

document.write ("<tr><td>")
document.write ("<a href=\"/education/homeschooling.html\" onmouseover=\"rollimage7.src=\'/images/buttons/edu_hsresources_dark.gif\';\" onmouseout=\"rollimage7.src=\'/images/buttons/edu_hsresources_light.gif\';\"><img name=\"rollimage7\" src=\"/images/buttons/edu_hsresources_light.gif\" width=134 height=31 border=0 alt=\"Homeschooling Resources\"></a>")
document.write ("</td></tr>")

document.write ("<tr><td>")
document.write ("<img src=\"/images/buttons/edu_bottom_light.gif\" width=134 height=73 border=0 alt=\"\">")
document.write ("</td></tr>")

document.write ("</table>")
	  

