// USCGAUX Main Bottom Navigation Template
// Last updated 2009-04-15 by Eric J. Hebert, DVC-IC
// +--- Last updated 2009-05-06 by Bill Blandy -----------------------------------------+
// + Added code for IE6 fix at the very end of this script                              +
// + Code must be at the end of the script or it will add blank space in middle of page +
// +------------------------------------------------------------------------------------+

document.write("<div id=\"footer\">\n");
document.write("<p>");
document.write("<a href=\"http://www.cgaux.org/\" title=\"USCGAUX Home\">AUX Home</a>");
document.write("<a href=\"http://www.cgaux.org/advsearch.html\" title=\"Search\">Advanced Search</a>");
document.write("<a href=\"http://www.cgaux.org/vsc/\" title=\"Learn how you can get a FREE Vesel Safety Check\">Vessel Safety Check</a>");
document.write("<a href=\"http://www.cgaux.org/boatinged/\" title=\"Learn more about Boating Safety Classes\">Boating Classes</a>");
document.write("<a href=\"http://get.adobe.com/reader/\" title=\"Get Free Adobe&reg; Reader&reg;\">Get Free Adobe&reg; Reader&reg;</a>");
document.write("<br/>");
//document.write("<a href=\"http://join.cgaux.org/\" title=\"Join Us in the U.S. Coast Guard Auxiliary\">Join the Auxiliary</a>");
document.write("<a href=\"http://www.cgaux.org/units.php\" title=\"Flotilla Finder\">Flotilla Finder</a>");
document.write("<a href=\"http://www.cgaux.org/members/\" title=\"Members Deck\">Members Deck</a>");
document.write("<a href=\"http://style.auxpa.org/\" title=\"Style Usage Guide\">Style Usage Guide</a>");
document.write("<a href=\"http://ntc.cgaux.org/\" title=\"National Training Center\">National Training Center</a>");
document.write("<br/>");
document.write("<a href=\"http://www.cgaux.org/mission.html\" title=\"Read our Mission Statement\">Mission Statement</a>");
document.write("<a href=\"http://www.cgaux.org/privacy.html\" title=\"Read our Privacy Policy\">Privacy Policy</a>");
document.write("<a href=\"http://www.cgaux.org/accessibility.html\" title=\"Learn about our Accessibility projects\">Accessibility</a>");
document.write("</p>\n");
document.write("<p class=\"navlinks\">");
document.write("<a href=\"http://www.uscg.mil\" target=\"_blank\" title=\"USCG Home\">U.S. Coast Guard</a>");
document.write("<a href=\"http://www.dhs.gov\" target=\"_blank\" title=\"DHS Home\">U.S. Department of Homeland Security</a>");
document.write("<a href=\"http://www.usa.gov/\" target=\"_blank\" title=\"US Federal Government Home Page\">USA.gov</a>");
document.write("<br/>Copyright &copy;2000-2009 Coast Guard Auxiliary Association, Inc. All Rights Reserved.");
document.write("</p>\n");
document.write("<p class=\"buttons\">");
document.write("<a title=\"Check for Valid XHTML\" href=\"http://validator.w3.org/check?uri=referer\" type=\"text/xhtml\" class=\"ext\"><img src=\"http://www.cgaux.org/_images/button_w3c_xhtml.png\" width=\"80\" height=\"15\" alt=\"Valid XHTML 1.0 Strict\" title=\"Valid XHTML 1.0 Strict\" /></a>");
document.write("<a title=\"Check for Valid CSS\" href=\"http://jigsaw.w3.org/css-validator/check/referer\" type=\"text/xhtml\" class=\"ext\"><img src=\"http://www.cgaux.org/_images/button_w3c_css.png\" width=\"80\" height=\"15\" alt=\"Valid CSS!\" title=\"Valid CSS!\" /></a>");
document.write("<a title=\"Section 508 Standards\" href=\"http://www.section508.gov/\" type=\"text/xhtml\" class=\"ext\"><img src=\"http://www.cgaux.org/_images/button_uscg_section508.png\" width=\"80\" height=\"15\" alt=\"Valid Section 508\" title=\"Valid Section 508\" /></a>");
document.write("<br/><a href=\"http://www.mysql.com/\"><img src=\"http://www.cgaux.org/_images/mysql2.gif\" width=\"80\" height=\"15\" alt=\"MySQL\" title=\"MySQL DB used\" /></a>");
document.write("<a href=\"http://www.php.net/\"><img src=\"http://www.cgaux.org/_images/php2.gif\" width=\"80\" height=\"15\" alt=\"PHP\" title=\"PHP used\" /></>");
document.write("<a href=\"http://www.cgaux.org/it/\"><img src=\"http://www.cgaux.org/_images/btn_uscgaux-it.png\" width=\"80\" height=\"15\" alt=\"USCGAUX-IT\" title=\"This site maintained by the USCGAUX IT Department\" /></a>");
document.write("</p>\n");
document.write("</div>\n");

// Script to initialize second level menu items for IE6 fix
//document.write("<script type=\"text/javascript\">topsidenav.init(\"uscgaux\")</script>");	