<!--
	/*  
		This script generates the side navigation bar
	*/

document.writeln("<div id='nav'>");
document.writeln("	<ul>");
document.writeln("		<li>Region Information");
document.writeln("			<ul>");
document.writeln("				<li><a href='../index.htm'>HOME</a></li>");
document.writeln("				<li><a href='../Region/GWR_About.html'>About Us</a></li>");
document.writeln("				<li><a href='../Region/GWR_Council.html'>Region A Council</a></li>");
document.writeln("				<li><a href='../Region/GWR_Sections.html'>Professional Sections</a></li>");
document.writeln("				<li><a href='../Region/GWR_StudentSections.html'>Collegiate Sections</a></li>");
document.writeln("				<li><a href='../Region/GWR_Calendar.html'>Region Calendar</a></li>");
document.writeln("				<li><a href='../Region/GWR_News.html'>News Updates</a></li>");
document.writeln("				<li><a href='../Region/GWR_Newsletter.html'>Region Newsletter</a></li>");
document.writeln("				<li><a href='../Region/GWR_RegionMtgs.html'>Region Meetings</a></li>");
document.writeln("				<li><a href='http://www1.pacific.edu/eng/swe/index.htm'>Region Conference</a></li>");
document.writeln("				<li><a href='../Region/GWR_Awards.html'>Awards</a></li>");
document.writeln("				<li><a href='../Region/GWR_Photos.html'>Photos</a></li>");
document.writeln("				<li><a href='http://www.swe-goldenwest.org/Region/GWR_JobPostings.php'>Job Postings</a></li>");
document.writeln("				<li><a href='../Region/GWR_Links.html'>Useful Links</a></li>");
document.writeln("				<li><a href='../Region/GWR_Contact.html'>Contact Us</a></li>");
document.writeln("			</ul>	");					
document.writeln("		</li>");
/*
document.writeln("		<li>Region Council Links");
document.writeln("			<ul>");
document.writeln("				<li><a href='../Officers/index.html'>Documents</a></li>");
document.writeln("				<li><a href='../Officers/GWR_MeetingMinutes.html'>Meeting Minutes</a></li>");
document.writeln("				<li><a href='http://www.swe.org/cor'>COR Homepage</a></li>");
document.writeln("			</ul>");
document.writeln("		</li>");
*/
document.writeln("		<li>National SWE Links");
document.writeln("			<ul>");
document.writeln("				<li><a href='http://societyofwomenengineers.swe.org/'>National SWE Site</a></li>");
document.writeln("				<li><a href='http://societyofwomenengineers.swe.org/index.php?option=com_content&task=view&id=11&Itemid=16'>Awards</a></li>");
document.writeln("				<li><a href='http://careers.swe.org/'>Career Services</a></li>");
document.writeln("				<li><a href='http://societyofwomenengineers.swe.org/index.php?option=com_content&task=view&id=232'>Collegiate Info</a></li>");
document.writeln("				<li><a href='http://aspire.swe.org/'>K-12 Outreach</a></li>");
document.writeln("				<li><a href='http://societyofwomenengineers.swe.org/index.php?option=com_content&task=view&id=3&Itemid=4'>Membership</a></li>");
document.writeln("				<li><a href='https://www.swe.org/MSC-SWE/renewredirect.aspx'>Membership-<b>RENEW!</b></a></li>");
document.writeln("				<li><a href='http://we09.swe.org/'>National Conference</a></li>");
document.writeln("				<li><a href='http://societyofwomenengineers.swe.org/index.php?option=com_content&task=view&id=222&Itemid=111'>Scholarships</a></li>");
document.writeln("				<li><a href='http://societyofwomenengineers.swe.org/index.php?option=com_content&task=view&id=66&Itemid=105'>SWE Magazine</a></li>");
document.writeln("			</ul>");
document.writeln("		</li>");
document.writeln("	</ul>");
document.writeln("</div>");			
			
// -->