// JavaScript Document

/********************************************************
* TOP NAV
********************************************************/

function topNav() {
document.write ('<ul id="navlist3">' );
document.write ('<li><a href="../index.html" target="_blank" title="LWVMI">LWVMI</a></li>' );
document.write ('<li><a href="http://lwvmi.org/MVP/contactUs.html" title="Contact Us">Contact Us</a></li>' );
document.write ('<li> <a href="http://lwvmi.org/MVP/join.html" target="_self" title="Join &amp; Support">Join &amp; Support</a> </li>' );
document.write ('<li> <a href="http://lwvmi.org/MVP/siteMap.html" target="_self" title="Site Map">Site Map</a> </li>' );
document.write ('</ul>' );
document.write ('</li>' );

}

/********************************************************
* Vertical NAV
********************************************************/

function verticalNav() {
document.write ('<ul class="nature">' );
document.write ('<li> <a href="http://lwvmi.org/MVP/index.html" target="_self" title="Home">Home</a></li>' );
document.write ('<li> <a href="http://lwvmi.org/MVP/issues.html" target="_self" title="Issues">Issues</a>' );
document.write ('<ul>' );
document.write ('<li> <a href="http://lwvmi.org/MVP/issues.html#convenient" target="_self" title="Convenient Voting">Convenient Voting</a> </li>' );
document.write ('<li> <a href="http://lwvmi.org/MVP/issues.html#fair" target="_self" title="Fair &amp; Impartial Courts">Fair &amp; Impartial Courts</a> </li>' );
document.write ('<li> <a href="http://lwvmi.org/MVP/issues.html#redistricting" target="_self" title="Redistricting">Redistricting</a> </li>' );
document.write ('</ul>' );
document.write ('<li> <a href="http://www.lwvmi.org/votingInfo.html" target="_self" title="Voting &amp; Election Information">Voting Information</a>' );
document.write ('<ul>' );
document.write ('<li> <a href="http://www.lwvmi.org/electionCalendar.html" target="_self" title="Election Calendar">Election Calendar </a> </li>' );
document.write ('<li> <a href="http://lwvmi.org/MVP/voting/voting101.html" target="_self" title="Voting 101">Voting 101</a> </li>' );
document.write ('<li> <a href="http://lwvmi.org/MVP/voting/vote-register.html" target="_self" title="Register to Vote">Register to Vote</a> </li>' );
document.write ('<li> <a href="http://lwvmi.org/MVP/voting/faq.html" target="_self" title="Voting FAQs">Voting FAQs</a> </li>' );
document.write ('<li> <a href="http://lwvmi.org/MVP/voting/voting-collegeStudents.html" target="_self" title="Voting Tips for College Students">Voting Tips for College Students</a> </li>' );
document.write ('<li> <a href="http://www.lwvmi.org/votingInfo.html#guides" target="_self" title="Voter Guide">Voter Guide</a> </li>' );
document.write ('</ul>' );
document.write ('<li> <a href="http://lwvmi.org/MVP/resources-pubs.html" target="_self" title="Resources &amp; Publications">Resources &amp; Publications</a> </li>' );
document.write ('<li> <a href="http://www.lwvmi.org/events.html" target="_self" title="Events">Events</a> </li>' );
document.write ('<li> <a href="http://lwvmi.org/MVP/join.html" target="_self" title="Join &amp; Support">Join &amp; Support</a> </li>' );
document.write ('<li> <a href="http://lwvmi.org/MVP/contactUs.html" target="_self" title="Contact Us">Contact Us</a> </li>' );
document.write ('</ul>' );
document.write ('</li>' );
}

/********************************************************
* Bottom NAV
********************************************************/

function bottomNav() {
document.write ('<ul id="navlist2">' );
document.write ('<li id="last"><a href="../index.html" target="_blank" title="LWVMI">LWVMI</a></li>' );
document.write ('<li><a href="http://lwvmi.org/MVP/index.html" title="MVP Home">MVP Home</a></li>' );
document.write ('<li><a href="http://lwvmi.org/MVP/contactUs.html" title="Contact Us">Contact Us</a></li>' );
document.write ('<li> <a href="#" target="_self" title="Events">Events</a> </li>' );
document.write ('<li> <a href="http://lwvmi.org/MVP/join.html" target="_self" title="Join &amp; Support">Join &amp; Support</a> </li>' );
document.write ('<li> <a href="http://lwvmi.org/MVP/resources-pubs.html" target="_self" title="Resources &amp; Publications">Resources &amp; Publications</a> </li>' );
document.write ('</ul>' );
document.write ('</li>' );

}

/********************************************************
* ADDRESS AND DISCLAIMER 
********************************************************/
function disclaimer() {
document.write('<div id="disclaimer" align="center">');
document.write('&copy; Copyright 2012. League of Women Voters of Michigan - Michigan Voter Power. All Rights Reserved. <br>');
}

function address() {
document.write('<div id="address" align="center">');
document.write('200 Museum Drive • Suite 104 • Lansing, MI 48933-1997 • phone 517.484.5383 • fax 517.484.3086 • email <a href="mailto:info@lwvmi.org">info@lwvmi.org</a><br>');
document.write('Powered by <a href="http://www.alternatehighways.com">Alternate Highways Web Services </a>');
}





