Change the Save as type:
to: JavaScript file (*.js)
In your index.html file, add this line before the </head> tag: <script src="includes/navigation.js"></script>
In your index.html file, change the <body> tag to: <body onLoad="beginNav();">
In your index.html file, add these lines before the <hr/> tag at the end of your page: <hr/>
<div id="nav2"> <!-- setup div to contain the navigation code -->
</div> <!-- end id="nav2" -->
In your index.html file
Add a link to this page. Change: <li>Modify Home Page to Use Javascript Navigation Page</li>
to: <li><a href="index.html">Modify Home Page to Use Javascript Navigation Page</a></li>
Save your changes
Click: Run
Choose: Launch in IE
or Launch in Chrome
or Launch in Firefox