//_____________________________________________________________
// sidenav_fun.js 
//
// This script will build the left side navigation for the 
// Fun 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 2003. 
//
// Last Update December 2003. PaganParenting.com
//_____________________________________________________________


//<!--.......BEGIN ROLLOVER SCRIPT .......-->

rollimage1 = new Image();
rollimage1.src = "/images/buttons/fun_home_dark.gif";

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

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

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

rollimage5 = new Image();
rollimage5.src = "/images/buttons/fun_cards_dark.gif";

rollimage6 = new Image();
rollimage6.src = "/images/buttons/fun_reviews_dark.gif";

rollimage7 = new Image();
rollimage7.src = "/images/buttons/fun_shop_dark.gif";

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

document.write ("<table border=\'0\' cellpadding=\'0\' cellspacing=\'0\'>")
document.write ("<tr><td>")
document.write ("<a href=\"/fun/index.html\" onmouseover=\"rollimage1.src=\'/images/buttons/fun_home_dark.gif\';\" onmouseout=\"rollimage1.src=\'/images/buttons/fun_home_light.gif\';\"><img name=\"rollimage1\" src=\"/images/buttons/fun_home_light.gif\" width=134 height=38 border=0 alt=\"Entertainment and Fun Home\"></a>")
document.write ("</td></tr>")

document.write ("<tr><td>")
document.write ("<a href=\"/fun/games.html\" onmouseover=\"rollimage2.src=\'/images/buttons/fun_games_dark.gif\';\" onmouseout=\"rollimage2.src=\'/images/buttons/fun_games_light.gif\';\"><img name=\"rollimage2\" src=\"/images/buttons/fun_games_light.gif\" width=134 height=19 border=0 alt=\"Games\"></a>")
document.write ("</td></tr>")

document.write ("<tr><td>")
document.write ("<a href=\"/fun/stories.html\" onmouseover=\"rollimage3.src=\'/images/buttons/fun_stories_dark.gif\';\" onmouseout=\"rollimage3.src=\'/images/buttons/fun_stories_light.gif\';\"><img name=\"rollimage3\" src=\"/images/buttons/fun_stories_light.gif\" width=134 height=19 border=0 alt=\"Stories\"></a>")
document.write ("</td></tr>")

document.write ("<tr><td>")
document.write ("<a href=\"/fun/index.html\" onmouseover=\"rollimage4.src=\'/images/buttons/fun_color_dark.gif\';\" onmouseout=\"rollimage4.src=\'/images/buttons/fun_color_light.gif\';\"><img name=\"rollimage4\" src=\"/images/buttons/fun_color_light.gif\" width=134 height=19 border=0 alt=\"Coloring Sheets\"></a>")
document.write ("</td></tr>")

document.write ("<tr><td>")
document.write ("<a href=\"/fun/index.html\" onmouseover=\"rollimage5.src=\'/images/buttons/fun_cards_dark.gif\';\" onmouseout=\"rollimage5.src=\'/images/buttons/fun_cards_light.gif\';\"><img name=\"rollimage5\" src=\"/images/buttons/fun_cards_light.gif\" width=134 height=19 border=0 alt=\"E-Cards\"></a>")
document.write ("</td></tr>")

document.write ("<tr><td>")
document.write ("<a href=\"/fun/reviews.html\" onmouseover=\"rollimage6.src=\'/images/buttons/fun_reviews_dark.gif\';\" onmouseout=\"rollimage6.src=\'/images/buttons/fun_reviews_light.gif\';\"><img name=\"rollimage6\" src=\"/images/buttons/fun_reviews_light.gif\" width=134 height=19 border=0 alt=\"Reviews\"></a>")
document.write ("</td></tr>")

document.write ("<tr><td>")
document.write ("<a href=\"/fun/shoppingguide.html\" onmouseover=\"rollimage7.src=\'/images/buttons/fun_shop_dark.gif\';\" onmouseout=\"rollimage7.src=\'/images/buttons/fun_shop_light.gif\';\"><img name=\"rollimage7\" src=\"/images/buttons/fun_shop_light.gif\" width=134 height=19 border=0 alt=\"Shopping Guide\"></a>")
document.write ("</td></tr>")

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

document.write ("</table>")

