|
|
Line 1: |
Line 1: |
| <html> | | <html> |
− | <script>
| |
| | | |
− | if(document.getElementById("home") != null) {
| |
− | document.getElementById("homeheader").classList.add('current');
| |
− | }
| |
− | if(document.getElementById("project") != null) {
| |
− | document.getElementById("projecth").classList.add('current');
| |
− | }
| |
− | if(document.getElementById("software") != null) {
| |
− | document.getElementById("softwareh").classList.add('current');
| |
− | }
| |
− | if(document.getElementById("parts") != null) {
| |
− | document.getElementById("partsh").classList.add('current');
| |
− | }
| |
− | if(document.getElementById("notebook") != null) {
| |
− | document.getElementById("notebookh").classList.add('current');
| |
− | }
| |
− | if(document.getElementById("human") != null) {
| |
− | document.getElementById("humanh").classList.add('current');
| |
− | }
| |
− | if(document.getElementById("people") != null) {
| |
− | document.getElementById("peopleh").classList.add('current');
| |
− | }
| |
− |
| |
− | </script>
| |
| <!-- Primary Navigation | | <!-- Primary Navigation |
| ============================================= --> | | ============================================= --> |