<?xml version="1.0" encoding="iso-8859-1" ?>
<!-- menu control file for flyout-menu.php program -->
<!-- Ken True - available at http://saratoga-weather.org/scripts-CSSmenu.php -->
<!-- NOTE: this file must be correct XML with all tag items properly closed  -->
<!-- Structure of file is

  <menu>
     <item caption="Main 1" link="main1.php" title="topmost menu item"/>
	 <item caption="Main 2" title="Main menu number 2">
	    <item caption="Drop down 1" link="dropdown1.php"/>
	    <item caption="Drop down 2" link="dropdown2.php">
		   <item caption="Flyout 1" link="flyout1.php"/>
		   <item caption="Flyout 2" link="flyout2.php"/>
		   <item caption="Flyout 3" link="flyout3.php">
		     <item caption"Fourth Level Flyout 1" link"level4a.php"/>
		     <item caption"Fourth Level Flyout 2" link"level4b.php"/>
		     <item caption"Fourth Level Flyout 3" link"level4c.php"/>
		   </item>
		</item>
	    <item caption="Drop down 3" link="dropdown3.php"/>
	 </item>
   </menu>
   
 Failure to follow this structure or nest more than 4 sublevels
 may result in unexpected (and incorrect) results .. the top/sub1/sub2/sub3 four
 level menu should allow for highly complex websites.
 
 test your menu XML at http://validator.w3.org/ if you're having a problem.  The proper
 syntax will be checked and (hopefully) erata spotted for you.
-->
<menu>
	<item caption="Home" link="wxindex.php" title="Home Page"/>
	<item caption="Live" title="Realtime display of weather conditions">
		<item caption="Weather-Display Live" 
		title="Realtime display of conditions using WDL" link="wxlive.php"/>
	</item>
	<item caption="Radar">
	    <item caption="Local Radar" link="wxradar.php" title="Radar"/>
		<item caption="GRLevel3 Radar" link="wxgr3radar.php" title="NEXRAD Radar using GRLevel3" />
	</item>
	<item caption="Mesomap" title="Mesomaps, Marine Buoys">
		<item caption="MesoMap Live" link="wxmesomap.php"
		title="Realtime display of nearby conditions using MML"/>
<!--
		<item caption="Nearby Buoys" link="wxbuoys.php"/>
-->
	</item>
	<item caption="Forecast &amp;amp; Advisories" title="Weather outlook">
		<item caption="Forecast details" link="wxforecast.php"/>
		<item caption="Advisories" link="wxadvisory.php" />
		<item caption="WXSIM Forecast details" link="wxsimforecast.php"/>
		<item caption="UV Index Forecast" link="wxuvforecast.php"/>
	</item>
	<item caption="Almanac" title="Trends, Sun/Moon, Earthquakes">
		<item caption="Weather Trends" link="wxtrends.php"/>
		<item caption="Station Graphs" link="wxgraphs.php"/>
		<item caption="Station Monthly Reports" link="wxhistory.php"
		  title="Daily condition reports by Month" />
		<item caption="Sun/Moon Almanac" link="wxastronomy.php"/>
		<item caption="Earthquake activity" link="wxquake.php"/>
	</item>
    <item caption="Links" link="wxlinks.php"/>
    <item caption="About" link="wxabout.php"/>
<!--  remove this and the finishing HTML comment line to enable the wxcontact.php form (if installed)
	<item caption="Contact" link="wxcontact.php"/>
 -->
    <item caption="Status" title="Weather Station Operational Status" link="wxstatus.php"/>
    <item caption="Website Map" link="wxsitemap.php"/>
</menu>
