Welcome to the Vacation Planner! In this lab, we'll explore JavaScript programming and design in the context of a typical Web application. We've designed this site to look like the sort of pages that a travel agent might put up to help their clients make their vacation plans. From the user's perspective, there are five main parts:

Splash This page, which might appear pretty trivial at first, in spite of the fact that there's some rather cute business going on behind the scenes (check out the HTML for this page to see).
Map On the map page, a user can find information about an island by clicking on its representation on a map of the greater Carribean region.
Summary A summary page, where the user can see a comparison of some of the features of the islands, like price, language, quality of beaches, and so on.
Finder The finder page is where the user can find the islands that meet whatever selection criteria are deemed important. Right now, there's only a skeleton of this page--we've left the details for you as an extended lab exercise.
Isles Naturally, we've also included a collection of pages for the various islands we mention so that the reader can get more details (and links to the various countries' own publicity pages).