var offColor = '#003399'; var onColor = '#ffcc33'; var offText = '#ffffff'; var onText = '#000000'; var menuSpacing = '5'; mainMenu = new mainMenu('horizontal', menuSpacing, offColor, onColor, offText, onText); mainMenu.pad_1 = 0; mainMenu.pad_2 = 0; mainMenu.divider = '|';
ajmenu1 = new subMenu('1', offColor, onColor, offText, onText);
ajmenu1.addItemsWithTarget("Introduction", "introduction.html", "HTMLFrame", "Foundation", "foundation.html", "HTMLFrame", "Where Is the Math?", "where_math.html", "HTMLFrame", "Going Beyond", "going_beyond.html", "HTMLFrame", "Student Involvement", "student_involvement.html", "HTMLFrame", "Transitions", "transitions.html", "HTMLFrame", "Vocabulary", "vocabulary.html", "HTMLFrame", "Bridging", "bridging.html", "HTMLFrame")
ajmenu1 = new subMenu('2', offColor, onColor, offText, onText);
ajmenu1.addItemsWithTarget("Writing About Practice", "eileen_writeup.html", "HTMLFrame", "Talking About Practice", "discussing_practice.html", "HTMLFrame", "The Triangle", "triangle.html", "HTMLFrame", "Matrix Debriefing", "matrix_debrief.html", "HTMLFrame", "Dagmar's Suggestion", "student_understanding.html", "HTMLFrame", "Teaching is an Art", "dagmar_sugg.html", "HTMLFrame", "Rewards of Observation", "teaching_art.html", "HTMLFrame", "Reflection", "eileen_reflection.html", "HTMLFrame")
ajmenu1 = new subMenu('3', offColor, onColor, offText, onText);
ajmenu1.addItemsWithTarget("Participants", "participants.html", "HTMLFrame", "Project", "project.html", "HTMLFrame", "VideoPaper", "vp.html", "HTMLFrame")
mainMenu.addItemsWithTarget("Chad", "", "HTMLFrame", "Eileen", "", "HTMLFrame", "About", "", "HTMLFrame");
displayMenu();
