<?xml version="1.0"?>
<!--Transformed by Ingeniux XML DOM Processor. Version: 7.0.72-->
<ScheduleTabComponent Name="535 - Map" XPowerPath="/Content Store/Site Folder/Internal Components/Schedule Tab Components/ST Express 532/535/535 - Map" ID="x843">
	<IGX_Categories Count="0" CategoryIds=""/><TabTitle type="string" label="Tab Title" readonly="false" hidden="false" required="true" ID="1">Map</TabTitle><Header type="string" label="Content Area Header" readonly="false" hidden="false" required="false" ID="2">Route 535 map</Header><Map type="boolean" label="Include Map" ID="3">true</Map><Title type="string" label="Link View Title 1" readonly="false" hidden="false" required="false" ID="4"/><BodyCopy type="dhtml" label="XHTML Content Area 1" readonly="false" hidden="false" required="false" ID="5"><![CDATA[]]></BodyCopy><InsertContentArea Name="InsertContentArea"><![CDATA[
 <!--THE BLOCK BELOW IS SPECIFIC TO THIS PAGE AND USE CASE-->
  	<script type="text/javascript">
        function init() {
            var systemMap = OTP.SystemMap(document.getElementById("map"), 
                                          document.getElementById("map-controls"));
            
            // SET PROPERTIES PASSED TO US FROM THE HOMEPAGE OR ANOTHER FORM
            systemMap.showRouteWithCriteria('535', 'BUS', 'ST', '', 'Route 535 Map');
systemMap.showScheduleLinkInRouteMarker(false);
systemMap.setModeChooserUIVisibility(false);
systemMap.setPrintable(true);
        
        }

        /*
            Needed for OpenLayers--do not remove! 
        */
        if(jQuery.browser.msie) {
            window.onload = init;
        } else {
            jQuery(document).ready(init);
        }
    </script>

<div id="map-controls" class="fullsize">
    <div id="map-controls-wrap">
        <div id="base-layers">
            <strong>View:</strong> <a id="base-road" class="active" href="http://www.soundtransit.org/prebuilt/map/#">Road</a> | <a id="base-aerial" href="http://www.soundtransit.org/prebuilt/map/#">Aerial</a>
        </div>
        <div id="toggle-layers">
            <strong>Show on map:</strong> 
            <!-- 
            <a id="toggle-bus" href="http://www.soundtransit.org/prebuilt/map/#">Bus</a>
            <a id="toggle-sounder" href="http://www.soundtransit.org/prebuilt/map/#">Sounder</a>
            <a id="toggle-link" href="http://www.soundtransit.org/prebuilt/map/#">Link</a>
            <a id="toggle-ferry" href="http://www.soundtransit.org/prebuilt/map/#">Ferry</a>
            <div id="bus-layer-chooser" class="layer-chooser bus">
                <div class="header">
                    <p>Show <strong>Bus Routes</strong> on map</p>
                    <a href="http://www.soundtransit.org/prebuilt/map/#" class="close">Close</a>
                </div>
                <form>
                    <label>
                        Agency
                        <select id="bus-agency">
                            <option value="">Select transit agency</option>
                            <option value="ST">Sound Transit</option>
                            <option value="MT">King County Metro</option>
                            <option value="CT">Community Transit</option>
                            <option value="PT">Pierce Transit</option>
                            <option value="ET">Everett Transit</option>
                        </select>
                    </label>
                    <label>
                        Route
                        <select id="bus-route">
                            <option value="">Select route</option>
                        </select>
                    </label>
                </form>
            </div>
            <div id="sounder-layer-chooser" class="layer-chooser sounder">
                <div class="header">
                    <p>Show <strong>Sounder Train</strong> on map</p>
                    <a href="http://www.soundtransit.org/prebuilt/map/#" class="close">Close</a>
                </div>
                <form>
                    <label>
                        <input type="checkbox" id="sounder-tacoma-seattle" value="MSOUNDER/7"> 
                        Tacoma/Seattle route
                    </label>
                    <label>
                        <input type="checkbox" id="sounder-everett-seattle" value="MSOUNDER/4"> 
                        Everett/Seattle route
                    </label>
                </form>
            </div>
            <div id="link-layer-chooser" class="layer-chooser link">
                <div class="header">
                    <p>Show <strong>Link Light Rail</strong> on map</p>
                    <a href="http://www.soundtransit.org/prebuilt/map/#" class="close">Close</a>                    
                </div>
                <form>                    
                    <label>
                        <input type="checkbox" id="link-central" value="M599"> 
                        Central Link Light Rail
                        <span class="small">(Seatac Airport to Downtown Seattle)</span>
                    </label>
                    <label>
                        <input type="checkbox" id="link-tacoma" value="PTLDTC"> 
                        Tacoma Link Light Rail
                        <span class="small">(Downtown Tacoma)</span>
                    </label>
                </form>
            </div>
            <div id="ferry-layer-chooser" class="layer-chooser WSF">
                <div class="header">
                    <p>Show <strong>Washington State Ferries</strong> on map</p>
                    <a href="http://www.soundtransit.org/prebuilt/map/#" class="close">Close</a>
                </div>
                <form>
                    <select id="ferry">
                        <option selected="true" value="">Select route</option>
                        <option value="MWSF-5I">Seattle - Bainbridge Island</option>
                        <option value="MWSF-3I">Seattle - Bremerton</option>
                        <option value="MWSF-13I">Fauntleroy-Southworth</option>
                        <option value="MWSF-1I">Point Definance - Talequah</option>
                        <option value="MWSF-6I">Edmonds - Kingston</option>
                        <option value="MWSF-7I">Mukilteo - Clinton</option>
                        <option value="MWSF-14I">Fauntleroy - Vashon</option>
                        <option value="MWSF-15I">Vashon - Southworth</option>
                    </select>
                </form>
            </div>
             -->
            <a id="toggle-fares" href="http://www.soundtransit.org/prebuilt/map/#">Fares</a>
            <a id="toggle-parking" href="http://www.soundtransit.org/prebuilt/map/#">Parking</a>
            <a id="toggle-location" href="http://www.soundtransit.org/prebuilt/map/#">Locations</a>
        </div>
        <div id="print-controls">
            <a id="print" href="http://www.soundtransit.org/prebuilt/map/#">Print</a>
        </div>
    </div>
</div>
<div id="tripplanner-wrap" class="fullsize">
  <div id="map">
      <div id="loading"><p>Loading...</p></div>
      <div id="atis-credits">ATIS: Powered by Trapeze</div>
      <div id="legend">
          <div class="toggler">Legend<span class="ui-selectmenu-icon ui-icon ui-icon-triangle-1-s"> </span></div>
          <div class="content"><img src="http://www.soundtransit.org/images/tripplanner/route_legend.png" alt="Routes Legend"/></div>
      </div>
  </div>
</div><!-- /#tripplanner-wrap -->
<div id="print-warning">
    <p>
    To print the contents of this page, choose the print icon (<img src="http://www.soundtransit.org/images/tripplanner/print.png" alt="Print Icon"/>).
    </p>
</div>
]]></InsertContentArea><Title2 type="string" label="Link View Title 2" readonly="false" hidden="false" required="false" ID="7"/><BodyCopy2 type="dhtml" label="XHTML Content Area 2" readonly="false" hidden="false" required="false" ID="8"><![CDATA[]]></BodyCopy2><xPower Name="InsertContentArea2" label="Insert Content Area 2" ExtractHTMLBody="false" WellFormed="false" Insert="" hidden="false" readonly="false" required="false" Type="Insert" ID="9"/>
</ScheduleTabComponent>

