<?xml version="1.0" encoding="utf-8"?>
<MainColumnInsertComponent ID="x105903" Name="Sawmill_insert_SMA" IsComponent="true" Changed="20190719T15:09:51" Created="20190719T14:55:58" Published="20260417T22:03:57" SiteBaseUrl="" Locale="" XPowerPath="/Seattle Gov/Seattle.Gov Home   /Departments/CityArchives/Exhibits &amp; Education/Online Exhibits/Lake Washington Ship Canal/Salmon Bay Sawmills/Sawmill_insert_SMA" Expanded="20260419T07:11:01">
  <IGX_Categories Count="0" CategoryIds="" />
  <LingualMaps />
  <Title type="string" UID="bf78693d542d4f708f45222cf2cfbf4f" label="Title" readonly="false" hidden="false" required="false" indexable="false" openByDefault="false" CIID=""></Title>
  <MainColumnInsert Type="Insert" _EXID_="x105903_bd8f6e43b9404ece89450db56e387e78" Name="MainColumnInsert" label="Main Column Insert" UID="bd8f6e43b9404ece89450db56e387e78"><![CDATA[<style>
        #detail{
          position: absolute; 
          display: none; 
          top:100px;
          right:80px;
          height:380px;
          width:400px;
          border: 1px solid rgb(146, 182, 221); 
          background: rgb(255, 250, 240); 
          color: rgb(17, 17, 17);"
        }
        #detailImage{
          padding-bottom:5px;
        }
        #detailCaption{
          margin:0px 10px;
        }
      </style>
      <div style="position:relative;">
        <img alt="sawmills" src="Images/CityArchive/Exhibits/ShipCanal/map930_r.jpg" alt="map of Salmon Bay" usemap="#sawmillmap" width="938" height="817"> 
        <div id="detail">
          <img id="detailImage" src="" />
          <p id="detailCaption"></p>
        </div>
      </div>
     
      <map id="sawmillmap" name="sawmillmap" >
        <area alt="Turgeon-Conrade shingle mill" coords="164,691,12" href="http://archives.seattle.gov/digital-collections/index.php/Detail/objects/91398" shape="circle">
        <area alt="McLoughlin-Taylor shingle mill"  coords="165,650,12" href="http://archives.seattle.gov/digital-collections/index.php/Detail/objects/91396" shape="circle">
        <area alt="Sobey mill" coords="141,565,12" href="http://archives.seattle.gov/digital-collections/index.php/Detail/objects/91406" shape="circle">
        <area alt="Woodland shingle mill" coords="154,610,12" href="http://archives.seattle.gov/digital-collections/index.php/Detail/objects/91401" shape="circle">
        <area alt="Napoleon Campbell's west mill" coords="113,526,12" href="http://archives.seattle.gov/digital-collections/index.php/Detail/objects/91410" shape="circle">
        <area alt="Burke-King shingle mill" coords="126,467,12" href="http://archives.seattle.gov/digital-collections/index.php/Detail/objects/91420" shape="circle">
        <area alt="Seattle Cedar mill" coords="362,210,12" href="http://archives.seattle.gov/digital-collections/index.php/Detail/objects/91339" shape="circle">
        <area alt="Bolcom mill" coords="388,194,12" href="http://archives.seattle.gov/digital-collections/index.php/Detail/objects/91474" shape="circle">
        <area alt="Stimson mill" coords="178,383,12" href="http://archives.seattle.gov/digital-collections/index.php/Detail/objects/91452" shape="circle">
      </map>
    
      <div id="featuredItemCaption"
           style="font-family: arial, helvetica, clean, sans-serif;color: #000;padding-right:47px;">
        From General map Seattle Harbor showing docks and railway connections, May 1913. <a href=
        "http://archives.seattle.gov/digital-collections/index.php/Detail/objects/21286">Item 930</a>, Seattle Municipal Archives.
      </div><br>
      <p>Sources:</p>
      <ul>
        <li>Historylink, "<a href="http://www.historylink.org/index.cfm?DisplayPage=output.cfm&amp;file_id=10218"
              target="_blank">Lake Union Lumber and Manufacturing is incorporated on March 9, 1882</a>." Ott, Jennifer. January 4, 2013. Accessed 5/10/2016.
        </li>
        <li>"<a href="http://ballardhistory.org/ballard-overview/"
              target="_blank">Mapping Historic Ballard Contextual Overview</a>." Ballard Historical Society. Accessed 5/10/2016.
        </li>
      </ul>
    
    
       
    <script>
    sawmill = [
      {
       imageSrc: '51871.gif',
       imageCaption: 'Turgeon-Conrade Company\'s shingle mill, 1915. Item 51871, Seattle Municipal Archives.'
      },
      {
       imageSrc: '51869.gif',
       imageCaption: 'McLoughlin-Taylor Company\'s shingle mill, 1915. Item 51869, Seattle Municipal Archives.'
      },
      {
       imageSrc: '51879.gif',
       imageCaption: 'Sobey Manufacturing shingle mill, 1915. Item 51879, Seattle Municipal Archives.'
      },
      {
       imageSrc: '51874.gif',
       imageCaption: 'Woodland Shingle Company\'s mill, 1915. Item 51874, Seattle Municipal Archives.'
      },
      {
       imageSrc: '51883.gif',
       imageCaption: 'Napoleon Campbell\'s west shingle mill, 1915. Item 51883, Seattle Municipal Archives.'
      },
      {
       imageSrc: '51893.gif',
       imageCaption: 'Burke-King shingle mill, 1915. Item 51893, Seattle Municipal Archives.'
      },
      {
       imageSrc: '51812.gif',
       imageCaption: 'Seattle Cedar Lumber Company mill, 1915. Item 51812, Seattle Municipal Archives.'
      },
      {
       imageSrc: '51947.gif',
       imageCaption: 'Bolcom Mill, 1915. Item 51947, Seattle Municipal Archives.'
      },
      {
       imageSrc: '51925.gif',
       imageCaption: 'Stimson Mill, 1915. Item 51925, Seattle Municipal Archives.'
      }
    ];
    
    
      $(function() {
        $('#sawmillmap area').each(
        function(){
          $(this).hover(
            function() {
              sawmillNum = $(this).index();
              changeSawmill(sawmillNum);
              $('#detail').show();
            }, function() {
              $('#detail').hide();        
            });
          }
          )
        });
     
      function changeSawmill(item){
        $('#detailImage').attr('src', '/images/cityarchive/exhibits/sawmills/'+sawmill[item].imageSrc);
        $('#detailCaption').html(sawmill[item].imageCaption);
      }  
      </script>]]></MainColumnInsert>
  
  <MoreInformationLinkText type="string" UID="aa198601535645d7956ba65527b0ab4a" label="More Information Link Text" readonly="false" hidden="false" required="false" indexable="false" openByDefault="false" CIID=""></MoreInformationLinkText>
  <BackgroundColorClass type="multiselect" UID="3ca8468a623e40e6b3591b3648f2091f" label="Background Color" readonly="false" hidden="false" required="false" indexable="false" openByDefault="false" MaxChoices="1" PageSize="" CIID=""></BackgroundColorClass>
</MainColumnInsertComponent>