//_____________________________________________________________
// sidenav_contact.js 
//
// This script will build the left side navigation for the 
// Contact 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/cnt_home_dark.gif";

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

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

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

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

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

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

document.write ("<table border=\'0\' cellpadding=\'0\' cellspacing=\'0\'>")
document.write ("<tr><td>")
document.write ("<a href=\"/contact/index.html\" onmouseover=\"rollimage1.src=\'/images/buttons/cnt_home_dark.gif\';\" onmouseout=\"rollimage1.src=\'/images/buttons/cnt_home_light.gif\';\"><img name=\"rollimage1\" src=\"/images/buttons/cnt_home_light.gif\" width=134 height=26 border=0 alt=\"Contact Home\"></a>")
document.write ("</td></tr>")

document.write ("<tr><td>")
document.write ("<a href=\"/contact/feedback.html\" onmouseover=\"rollimage2.src=\'/images/buttons/cnt_feedback_dark.gif\';\" onmouseout=\"rollimage2.src=\'/images/buttons/cnt_feedback_light.gif\';\"><img name=\"rollimage2\" src=\"/images/buttons/cnt_feedback_light.gif\" width=134 height=19 border=0 alt=\"Feedback\"></a>")
document.write ("</td></tr>")

document.write ("<tr><td>")
document.write ("<a href=\"/contact/write.html\" onmouseover=\"rollimage3.src=\'/images/buttons/cnt_write_dark.gif\';\" onmouseout=\"rollimage3.src=\'/images/buttons/cnt_write_light.gif\';\"><img name=\"rollimage3\" src=\"/images/buttons/cnt_write_light.gif\" width=134 height=19 border=0 alt=\"Write for Us\"></a>")
document.write ("</td></tr>")

document.write ("<tr><td>")
document.write ("<a href=\"/contact/advertise.html\" onmouseover=\"rollimage4.src=\'/images/buttons/cnt_advertise_dark.gif\';\" onmouseout=\"rollimage4.src=\'/images/buttons/cnt_advertise_light.gif\';\"><img name=\"rollimage4\" src=\"/images/buttons/cnt_advertise_light.gif\" width=134 height=31 border=0 alt=\"Advertise with Us\"></a>")
document.write ("</td></tr>")

document.write ("<tr><td>")
document.write ("<a href=\"/contact/about.html\" onmouseover=\"rollimage5.src=\'/images/buttons/cnt_about_dark.gif\';\" onmouseout=\"rollimage5.src=\'/images/buttons/cnt_about_light.gif\';\"><img name=\"rollimage5\" src=\"/images/buttons/cnt_about_light.gif\" width=134 height=19 border=0 alt=\"About Us\"></a>")
document.write ("</td></tr>")

document.write ("<tr><td>")
document.write ("<a href=\"/contact/copyright.html\" onmouseover=\"rollimage6.src=\'/images/buttons/cnt_copyright_dark.gif\';\" onmouseout=\"rollimage6.src=\'/images/buttons/cnt_copyright_light.gif\';\"><img name=\"rollimage6\" src=\"/images/buttons/cnt_copyright_light.gif\" width=134 height=31 border=0 alt=\"Copyright Notice\"></a>")
document.write ("</td></tr>")

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

document.write ("</table>")
