// JavaScript Document

document.write('<div id="top_nav">');
document.write('<div class="top_nav_soco link_font"><a href="index.html" style="text-decoration: none;"><font color="#FF0000">SOUTHERN COMPANY</font> <font color="#FFFFFF">2008 SUMMARY ANNUAL REPORT</font></a>');
document.write('</div>');

document.write('<div class="top_nav_links link_font">');
document.write('<div class="top_nav">');

document.write('<div id="menu">');

if (page == "shareholder_letter") {
	document.write('<ul><li><a href="shareholder_letter.html" style="text-decoration: none;"><font color=#FF0000>Shareholder Letter</font></a>&nbsp;|&nbsp;</li></ul>');
} else {
	document.write('<ul><li><a href="shareholder_letter.html" style="text-decoration: none;">Shareholder Letter</a>&nbsp;|&nbsp;</li></ul>');
}
if (page == "financials") {
	document.write('<ul><li><a href="financial_highlights.html" style="text-decoration: none;"><font color=#FF0000>Financials</font></a>&nbsp;|&nbsp;</li></ul>');
} else {
	document.write('<ul><li><a href="financial_highlights.html" style="text-decoration: none;">Financials</a>&nbsp;|&nbsp;</li></ul>');
}

document.write('<ul>');
if (page == "leadership") {
	document.write('<li><a href="board_of_directors.html" style="text-decoration: none;"><font color=#FF0000>Leadership</font></a>&nbsp;|&nbsp;');
} else {
	document.write('<li><a href="board_of_directors.html" style="text-decoration: none;">Leadership</a>&nbsp;|&nbsp;');
}
document.write('<ul>');
document.write('<li><a href="board_of_directors.html" style="text-decoration: none;">Board of Directors</a></li>');
document.write('<li><a href="management_council.html" style="text-decoration: none;">Management Council</a></li>');
document.write('</ul>');
document.write('</li>');
document.write('</ul>');

if (page == "stockholder_info") {
	document.write('<ul><li><a href="stockholder_info.html" style="text-decoration: none;"><font color=#FF0000>Stockholder Info</font></a>&nbsp;|&nbsp;</li></ul>');
} else {
	document.write('<ul><li><a href="stockholder_info.html" style="text-decoration: none;">Stockholder Info</a>&nbsp;|&nbsp;</li></ul>');
}
if (page == "glossary") {
	document.write('<ul><li><a href="glossary.html" style="text-decoration: none;"><font color=#FF0000>Glossary</font></a>&nbsp;|&nbsp;</li></ul>');
} else {
	document.write('<ul><li><a href="glossary.html" style="text-decoration: none;">Glossary</a>&nbsp;|&nbsp;</li></ul>');
}
if (page == "downloads_contact") {
	document.write('<a href="downloads_contact.html" style="text-decoration: none;"><font color=#FF0000>Downloads &#38; Contact</font></a>');
} else {
	document.write('<a href="downloads_contact.html" style="text-decoration: none;">Downloads &#38; Contact</a>');
}

document.write('</div>');
document.write('</div>');

document.write('</div>');
document.write('</div>');