//!-- UTF8 var english = {}; english.langName = "English"; english.langCode = "en"; english.title = "Lunar Phase Simulator"; english.reset = "reset"; english.help = "help"; english.about = "about"; english.helpTitle = "Help"; english.aboutTitle = "About"; english.sunlight = "sunlight"; english.sunrise = "sunrise"; english.noon = "noon"; english.sunset = "sunset"; english.midnight = "midnight"; english.animTimeControlsPanelTitle = "Animation and Time Controls"; english.startAnimation = "start animation"; english.pauseAnimation = "pause animation"; english.animationRate = "animation rate"; english.incrementAnimation = "increment animation"; english.animDay = "day"; english.animHour = "hour"; english.animMinute = "minute"; english.diagramOptionsPanelTitle = "Diagram Options"; english.show = ""; english.showAngle = "show angle"; english.showLunarLandmark = "show lunar landmark"; english.showTimeTickmarks = "show time tickmarks"; english.horizonDiagramPanelTitle = "Horizon Diagram"; english.northLetter = "N"; english.southLetter = "S"; english.eastLetter = "E"; english.westLetter = "W"; english.observersLocalTime = "observer's local time"; english.am = "am"; english.pm = "pm"; english.use24HourClock = false; english.showButtonText = "show"; english.hideButtonText = "hide"; english.moonPhasePanelTitle = "Moon Phase"; english.newMoon = "New Moon"; english.waxingCrescent = "Waxing Crescent"; english.firstQuarter = "First Quarter"; english.waxingGibbous = "Waxing Gibbous"; english.fullMoon = "Full Moon"; english.waningGibbous = "Waning Gibbous"; english.thirdQuarter = "Third Quarter"; english.waningCrescent = "Waning Crescent"; english.timeSinceNewMoonLabel = "time since new moon"; english.illuminated = "illuminated"; english.daySingular = "day"; english.daysPlural = "days"; english.hourSingular = "hour"; english.hoursPlural = "hours"; english.helpPanelText = "This simulator demonstrates the correspondence between the moon's position in its orbit, its phase, and its position in an observer's sky at different times of day."; english.helpPanelText += "

The upper left panel shows the orbit visualization. The moon can be dragged around to change its position, and the earth can be dragged around to change its rotation. You can also use the Animation and Time Controls panel to control the simulation."; english.helpPanelText += "

The Moon Phase panel shows how the moon would appear from earth given the geometry shown in the visualization panel. The Horizon Diagram panel shows how the sky would appear for the stickfigure shown standing on the globe. Note that this horizon diagram assumes an observer in the mid-northern latitudes (e.g. the continental US)."; english.helpPanelText += "

Checking the show angle checkbox in the Diagram Options panel will show the elongation angle of the moon in the visualization panel as well as the horizon diagram. The lunar landmark option lets you see a reference point on the moon's near side, which also shows up in the Moon Phase panel. The time tickmarks show the time of day for various positions around the globe."; english.helpPanelText += "

You may notice that the Moon Phase and Horizon Diagram panels have a show/hide button. This feature can be useful when using the simulator as a demonstration tool in the classroom. For answering questions in the student guide you will want to keep the panel contents shown.";