locked
maplight() zoom image not working. RRS feed

  • Question

  • User-279766093 posted

    Hi i need use zoom in and out for hotspot . for some reason it is not working . please help

      <script type="text/javascript" src="https://cdn.rawgit.com/asvd/dragscroll/master/dragscroll.js"></script>
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css"/>
         <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
    <script type="text/javascript" src="jquery.min.js"></script>
    <script type="text/javascript" src="jquery.maphilight.js"></script>
        <script type="text/javascript">
            function zoomin() {
                var myImg = document.getElementById("pic");
                var currWidth = myImg.clientWidth;
                if (currWidth == 2500) return false;
                else {
                    myImg.style.width = (currWidth + 100) + "px";
                }
            }
    
            function zoomout() {
                var myImg = document.getElementById("pic");
                var currWidth = myImg.clientWidth;
                if (currWidth == 100) return false;
                else {
                    myImg.style.width = (currWidth - 100) + "px";
                }
            }
     
    
        </script>
    
     <script type="text/javascript">
            $(window).on("load", function () {
    
                $(document.body).click(function () {
                    $("a").each(function (i) {
                        //$(this).removeClass("active");
                    });
                });
    
                var urlParam = function (name, w) {
                    w = w || window;
                    var rx = new RegExp('[\&|\?]' + name + '=([^\&\#]+)'),
                        val = w.location.search.match(rx);
                    return !val ? '' : val[1];
                }
                var useId = urlParam('Use_Id');
    			
               $("#link" + useId).addClass("active");
    
                   if (useId == '1' || useId == '2'|| useId == '3'|| useId == '4'|| useId == '5'|| useId == '6'|| useId == '7'|| useId == '8'|| useId == '9'|| useId == '10'||useId == '10A'||useId == '10C'|| useId == '11'|| useId == '12'|| useId == '12B'|| useId == '12C'|| useId == '13B'||useId == '14'|| useId == '15'|| useId == '16' ) window.location.hash = 'one';
    			   
    			    $("#link" + useId+"A").addClass("active");
    				
    			if (useId == '17'|| useId == '18'|| useId == '19'||useId == '20'||useId == '21A'|| useId == '22'|| useId == '23'|| useId == '24'||useId == '25' ||useId == '150' ||useId == '150-1' ||useId == '151' ||useId == '151-1' ||useId == '152' ||useId == '152-1' ) window.location.hash = 'two';
    			
                    
    				
    			   
    			 
    			   
    			
    				
                
            });
    
    
    
            function linkClick(x) {
    
                //var list, index;           
                //list = document.querySelectorAll('active');
                //for (index = 0; index < list.length; ++index) {
                //    list[index].setAttribute("class","link");
                //}
                $("[id^='link']").each(function () {
                    var eleminterest = String($(this).attr('id'));
                    $('#' + eleminterest).removeClass("active");
                    $('#' + eleminterest).addClass("link");
                });
    
                document.getElementById(x).setAttribute("class","active");
    			//document.getElementById(x+'A').setAttribute("class","active");
    			//document.getElementById(x+'B').setAttribute("class","active");
    			document.getElementById(x+'C').setAttribute("class","active");
    			document.getElementById(x+'D').setAttribute("class","active");
    			document.getElementById(x+'E').setAttribute("class","active");
                //alert(x);
            }
    
            function getID(id) {
            };
            function getID2(id)
            { };
        </script>
    
     <script type="text/javascript">
            $(window).on("load", function () {
                var urlParam = function (name, w) {
                    w = w || window;
                    var rx = new RegExp('[\&|\?]' + name + '=([^\&\#]+)'),
                        val = w.location.search.match(rx);
                    return !val ? '' : val[1];
                }
    
                var useId = urlParam('Use_Id');
                $('.mapimg').maphilight();
                
                if (useId != '') {
                    var i = 0;
                    $(".map" + useId).each(function () {                   
                        if (i == 0) {
                            var eleminterest = String($(this).attr('id'));                       
                            //console.log(eleminterest);	
                            //$('#' + eleminterest).mouseover();  //Old Code
                            $('#' + eleminterest).click();
                            i++;
                        }
                    });
                }
                // Resize Image to Fit
    
                $('.mapimg').each(function () {
                    $(this).css("width", 603);
                    $(this).css("height", 812);
                });
    
            });
    
            function linkClick(x) {
    
                var class_name = document.getElementById(x).className.split(' ');
    
                $("[id^=" + x + "]").each(function () {
                    var eleminterest = String($(this).attr('id'));
                    $('#' + eleminterest).removeClass("active");
                    $('#' + eleminterest).addClass(class_name[0]);
                });
    
                document.getElementById(x).setAttribute("class", class_name[0] + " active");
    
                //alert(document.getElementById(x).className);
            }
    
            function getID2(id)
            { };
            function getID(id) {
            };
        </script>
    
    <body>
            <nav class="navbar-fixed-top navbar-default">
        <button type="button" onclick="zoomin()"> <span class="	glyphicon glyphicon-zoom-in"></span> Zoom In</button>
        <button type="button" onclick="zoomout()"> <span class="glyphicon glyphicon-zoom-out"></span> Zoom Out</button>
         <button type="button" onclick="document.location.reload(true);" value="Reload Page"> <span class="glyphicon glyphicon-repeat"></span> Reset</button>
                 <button type="button" onclick="myprint()"> <span class="glyphicon glyphicon-print"></span> Print</button>
                  </nav>
    <p class="FM_Body" style="text-align: center; font-family: 'Courier New'; 
    	 font-weight: bold; font-size: 10.0pt;">&#160;</p>
    <p class="FM_Body" style="text-align: center; font-family: 'Courier New'; 
    	 font-weight: bold; font-size: 10.0pt;">&#160;</p>
    <div id="one" style="text-align: center;">
        <div class="main dragscroll">
            <img src="VERTICAL_FIN_INSTALLATION_(SHEET_1_OF_10).jpg" alt="VERTICAL_FIN_INSTALLATION_(SHEET_1_OF_10).jpg" id="pic"  usemap="#image0Map"   class="mapimg"  />
        </div>
       
    <map name="image0Map" id="image0Map">
      <area shape="rect" coords="218,268,231,284" href="CHAP_55_30_00 TABLE 01.htm?Use_Id=2" id="2" class="map2" onclick="linkClick(this.id)" target="frameleft" alt="2" />
      <area shape="rect" coords="473,336,490,354" href="CHAP_55_30_00 TABLE 01.htm?Use_Id=2" id="2-1" class="map2" onclick="linkClick(this.id)" target="frameleft" alt="2" />
      <area shape="rect" coords="237,277,250,292" href="CHAP_55_30_00 TABLE 01.htm?Use_Id=3" id="3" class="map3" onclick="linkClick(this.id)" target="frameleft" alt="3" />
      <area shape="rect" coords="489,339,505,356" href="CHAP_55_30_00 TABLE 01.htm?Use_Id=3" id="3-1" class="map3" onclick="linkClick(this.id)" target="frameleft" alt="3" />
      <area shape="rect" coords="411,559,428,575" href="CHAP_55_30_00 TABLE 01.htm?Use_Id=4" id="4" class="map4" onclick="linkClick(this.id)" target="frameleft" alt="4" />
      <area shape="rect" coords="92,552,106,568" href="CHAP_55_30_00 TABLE 01.htm?Use_Id=4" id="4-1" class="map4" onclick="linkClick(this.id)" target="frameleft" alt="4" />
    </map>
    </div>

    Monday, January 28, 2019 7:05 AM

All replies

  • User36583972 posted

    Hi suhaas121,

    Hi i need use zoom in and out for hotspot . for some reason it is not working . please help

    I try on my side. Is the effect below that you want to implement?

    Besides, you can include a detailed description about the results including any exception messages. This will help us quickly analyze your problem.

      <head runat="server">
        <title></title>
        <script type="text/javascript" src="https://cdn.rawgit.com/asvd/dragscroll/master/dragscroll.js"></script>
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css" />
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
        <script src="Scripts/jquery-3.3.1.min.js"></script>
        <script src="Scripts/jquery.maphilight.js"></script>
    
        <script type="text/javascript">
            function zoomin() {
                var myImg = document.getElementById("pic");
                var currWidth = myImg.clientWidth;
                if (currWidth == 2500) return false;
                else {
                    myImg.style.width = (currWidth + 100) + "px";
                }
            }
    
            function zoomout() {
                var myImg = document.getElementById("pic");
                var currWidth = myImg.clientWidth;
                if (currWidth == 100) return false;
                else {
                    myImg.style.width = (currWidth - 100) + "px";
                }
            }
        </script>
    
        <script type="text/javascript">
            $(window).on("load", function () {
    
                $(document.body).click(function () {
                    $("a").each(function (i) {
                        //$(this).removeClass("active");
                    });
                });
    
                var urlParam = function (name, w) {
                    w = w || window;
                    var rx = new RegExp('[\&|\?]' + name + '=([^\&\#]+)'),
                        val = w.location.search.match(rx);
                    return !val ? '' : val[1];
                }
                var useId = urlParam('Use_Id');
    
                $("#link" + useId).addClass("active");
    
                if (useId == '1' || useId == '2' || useId == '3' || useId == '4' || useId == '5' || useId == '6' || useId == '7' || useId == '8' || useId == '9' || useId == '10' || useId == '10A' || useId == '10C' || useId == '11' || useId == '12' || useId == '12B' || useId == '12C' || useId == '13B' || useId == '14' || useId == '15' || useId == '16') window.location.hash = 'one';
    
                $("#link" + useId + "A").addClass("active");
    
                if (useId == '17' || useId == '18' || useId == '19' || useId == '20' || useId == '21A' || useId == '22' || useId == '23' || useId == '24' || useId == '25' || useId == '150' || useId == '150-1' || useId == '151' || useId == '151-1' || useId == '152' || useId == '152-1') window.location.hash = 'two';
    
            });
    
            function linkClick(x) {
    
                //var list, index;           
                //list = document.querySelectorAll('active');
                //for (index = 0; index < list.length; ++index) {
                //    list[index].setAttribute("class","link");
                //}
                $("[id^='link']").each(function () {
                    var eleminterest = String($(this).attr('id'));
                    $('#' + eleminterest).removeClass("active");
                    $('#' + eleminterest).addClass("link");
                });
    
                document.getElementById(x).setAttribute("class", "active");
                //document.getElementById(x+'A').setAttribute("class","active");
                //document.getElementById(x+'B').setAttribute("class","active");
                document.getElementById(x + 'C').setAttribute("class", "active");
                document.getElementById(x + 'D').setAttribute("class", "active");
                document.getElementById(x + 'E').setAttribute("class", "active");
                //alert(x);
            }
            function getID(id) {
            };
            function getID2(id) { };
        </script>
    </head>
    <body>
        <nav class="navbar-fixed-top navbar-default">
            <button type="button" onclick="zoomin()"><span class="	glyphicon glyphicon-zoom-in"></span>Zoom In</button>
            <button type="button" onclick="zoomout()"><span class="glyphicon glyphicon-zoom-out"></span>Zoom Out</button>
            <button type="button" onclick="document.location.reload(true);" value="Reload Page"><span class="glyphicon glyphicon-repeat"></span>Reset</button>
            <button type="button" onclick="myprint()"><span class="glyphicon glyphicon-print"></span>Print</button>
        </nav>
        <p class="FM_Body" style="text-align: center; font-family: 'Courier New'; font-weight: bold; font-size: 10.0pt;">
            &#160;
        </p>
        <p class="FM_Body" style="text-align: center; font-family: 'Courier New'; font-weight: bold; font-size: 10.0pt;">
            &#160;
        </p>
        <div id="one" style="text-align: center;">
            <div class="main dragscroll">
                <img src="images/pic001.JPG" alt="VERTICAL_FIN_INSTALLATION_(SHEET_1_OF_10).jpg" id="pic" usemap="#image0Map" class="mapimg" />
            </div>
    
            <map name="image0Map" id="image0Map">
                <area shape="rect" coords="218,268,231,284" href="CHAP_55_30_00 TABLE 01.htm?Use_Id=2" id="2" class="map2" onclick="linkClick(this.id)" target="frameleft" alt="2" />
                <area shape="rect" coords="473,336,490,354" href="CHAP_55_30_00 TABLE 01.htm?Use_Id=2" id="2-1" class="map2" onclick="linkClick(this.id)" target="frameleft" alt="2" />
                <area shape="rect" coords="237,277,250,292" href="CHAP_55_30_00 TABLE 01.htm?Use_Id=3" id="3" class="map3" onclick="linkClick(this.id)" target="frameleft" alt="3" />
                <area shape="rect" coords="489,339,505,356" href="CHAP_55_30_00 TABLE 01.htm?Use_Id=3" id="3-1" class="map3" onclick="linkClick(this.id)" target="frameleft" alt="3" />
                <area shape="rect" coords="411,559,428,575" href="CHAP_55_30_00 TABLE 01.htm?Use_Id=4" id="4" class="map4" onclick="linkClick(this.id)" target="frameleft" alt="4" />
                <area shape="rect" coords="92,552,106,568" href="CHAP_55_30_00 TABLE 01.htm?Use_Id=4" id="4-1" class="map4" onclick="linkClick(this.id)" target="frameleft" alt="4" />
            </map>
        </div>
    </body>


    Best Regards,

    Yong Lu

    Tuesday, January 29, 2019 8:19 AM
  • User-279766093 posted

    No actually hotspot should be included which is maplight.js().Maplight.js is used for highlighting the hotspot. If i remove Class from image tag zoom works and hotspot wont work . that is my big problem. I need Both zoom and hotspot to be working.

    Hotspot

    Tuesday, January 29, 2019 8:42 AM
  • User36583972 posted

    Hi suhaas121,

    No actually hotspot should be included which is maplight.js().Maplight.js is used for highlighting the hotspot. If i remove Class from image tag zoom works and hotspot wont work . that is my big problem. I need Both zoom and hotspot to be working.

    Hotspot

    I test the following code. I can click the area we have defined. I can also zoom the image.

    <div id="one" style="text-align: center;">
            <div class="main dragscroll" id="map-container">
                <img src="https://upload.wikimedia.org/wikipedia/commons/8/83/FibonacciBlocks.png" alt="VERTICAL_FIN_INSTALLATION_(SHEET_1_OF_10).jpg" id="pic" usemap="#image0Map" class="mapimg" />
            </div>
    
            <map name="image0Map" id="image0Map">
                <area alt="2" href="CHAP_55_30_00 TABLE 01.htm?Use_Id=2" id="2" class="map2" onclick="linkClick(this.id)" target="frameleft" coords="54,36,66,49" />
                <area alt="2" title="" href="CHAP_55_30_00 TABLE 01.htm?Use_Id=2" id="2-1" class="map2" onclick="linkClick(this.id)" target="frameleft" shape="rect" coords="72,38,83,48" />
                <area href="CHAP_55_30_00 TABLE 01.htm?Use_Id=3" id="3" class="map3" onclick="linkClick(this.id)" target="frameleft" alt="3" shape="rect" coords="56,4,80,28" />
                <area href="CHAP_55_30_00 TABLE 01.htm?Use_Id=3" id="3-1" class="map3" onclick="linkClick(this.id)" target="frameleft" alt="3" shape="rect" coords="7,7,45,46" />
                <area title="" href="CHAP_55_30_00 TABLE 01.htm?Use_Id=4" id="4" class="map4" onclick="linkClick(this.id)" target="frameleft" alt="4" shape="rect" coords="10,59,76,125" />
                <area title="" href="CHAP_55_30_00 TABLE 01.htm?Use_Id=4" id="4-1" class="map4" onclick="linkClick(this.id)" target="frameleft" alt="4" shape="rect" coords="93,9,199,122" />
            </map>
    
        </div>

    Besides, when you zoom the image, you need to recalculate the coordinates of each area(coords) and update.(Please try to modify it yourself. This needs to be debugged on your side.)

    The following samples for your reference.

    https://jsfiddle.net/79ebt32x/1/

    http://jsfiddle.net/nick_craver/jPZff/1/

    Best Regards,

    Yong Lu

    Wednesday, January 30, 2019 3:45 AM
  • User-279766093 posted

    https://media.giphy.com/media/3opkUg5ZOyxDFSRNP7/giphy.gif

    This is what i want . in this zoom option is not working. 

    Wednesday, January 30, 2019 6:52 AM
  • User36583972 posted

    Hi suhaas121,

    I have tried on my side, Both the zoom and the hotspot are working.

    Besides, when you zoom the image, you need to recalculate the coordinates of each area(coords) and update.(Please try to modify it yourself. This needs to be debugged on your side.)


    Best Regards,

    Yong Lu

    Thursday, January 31, 2019 2:49 AM
  • User-279766093 posted

    HI Yohann Lu.

    Thank You this will work. but I have a small problem. I have 2 frames as i had shown in the gif. my problem is when i click a number from left frame corresponding number should highlight in right frame which is not working but vice versa is working perfectly and also zoom option is working just fine. please help me how to highlight a number on the right frame when i click a number from the left frame. i have attached a sample table structure. please help me.

    <link rel="stylesheet" href="CHAP_55_30_00 TABLE 01.css" type="text/css" />
    <script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script>
    <script type="text/javascript" src="highlight.js"></script>
    
    <script type="text/javascript" src="../jquery.min.js"></script>
        <script type="text/javascript" src="../jquery.maphilight.js"></script>
        
    <link rel="stylesheet" href="Chap_35-10-11_Fig-1_new.css" type="text/css" />
    
     <link type="text/css" rel="stylesheet" href="../Darin.css">
    <style>
            * {
                margin: 0px;
                padding: 0px;
            }
    
            #belowimg,
            #L1, #L2, #L3 {
                ;
                top: 0;
                left: 0;
                width: auto;
            }
    
            a {
                padding: 2px;
                background: white;
            }
    
            .active {
                background:#6FF;
    			color:#000;
    			
            }
        </style>
         <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
    
            
    	    <script>
    	        window.hijs = "code.js";
    	    </script>
        <script type="text/javascript">
            $(window).on("load", function () {
    
                $(document.body).click(function () {
                    $("a").each(function (i) {
                        //$(this).removeClass("active");
                    });
                });
    
                var urlParam = function (name, w) {
                    w = w || window;
                    var rx = new RegExp('[\&|\?]' + name + '=([^\&\#]+)'),
                        val = w.location.search.match(rx);
                    return !val ? '' : val[1];
                }
                var useId = urlParam('Use_Id');
                $("#link" + useId).addClass("active");
    
                   if (useId == '1' || useId == '2'|| useId == '3'|| useId == '4'|| useId == '5'|| useId == '6'|| useId == '7'|| useId == '8'|| useId == '9'|| useId == '10'||useId == '10A'||useId == '10C'|| useId == '11'|| useId == '12'|| useId == '12B'|| useId == '12C'|| useId == '13B'||useId == '14'|| useId == '15'|| useId == '16'|| useId == '17'|| useId == '18'|| useId == '19'||useId == '20'||useId == '21A'|| useId == '22'|| useId == '23'|| useId == '24'||useId == '25' ) window.location.hash = 'Page1';
    			   
    			   $("#link" + useId+"A").addClass("active");
    
                   if (useId == '1' || useId == '2'|| useId == '3'|| useId == '4'|| useId == '5'|| useId == '6'|| useId == '7'|| useId == '8'|| useId == '9'|| useId == '10'|| useId == '11'|| useId == '12'|| useId == '13'||useId == '14'|| useId == '15'|| useId == '16'|| useId == '17'|| useId == '18'|| useId == '19'||useId == '20'||useId == '21'|| useId == '22'|| useId == '23'|| useId == '24'||useId == '25' ) window.location.hash = 'Page1';
    			     $("#link" + useId+"B").addClass("active");
    
                    if (useId == '1' || useId == '2'|| useId == '3'|| useId == '4'|| useId == '5'|| useId == '6'|| useId == '7'|| useId == '8'|| useId == '9'|| useId == '10'|| useId == '11'|| useId == '12'|| useId == '13'||useId == '14'|| useId == '15'|| useId == '16'|| useId == '17'|| useId == '18'|| useId == '19'||useId == '20'||useId == '21'|| useId == '22'|| useId == '23'|| useId == '24'||useId == '25' ) window.location.hash = 'Page1';
    			   $("#link" + useId+"C").addClass("active");
    
                   if (useId == '1' || useId == '2'|| useId == '3'|| useId == '4'|| useId == '5'|| useId == '6'|| useId == '7'|| useId == '8'|| useId == '9'|| useId == '10'|| useId == '11'|| useId == '12'|| useId == '13'||useId == '14'|| useId == '15'|| useId == '16'|| useId == '17'|| useId == '18'|| useId == '19'||useId == '20'||useId == '21'|| useId == '22'|| useId == '23'|| useId == '24'||useId == '25' ) window.location.hash = 'Page1';
    			   $("#link" + useId+"D").addClass("active");
    
                    if (useId == '1' || useId == '2'|| useId == '3'|| useId == '4'|| useId == '5'|| useId == '6'|| useId == '7'|| useId == '8'|| useId == '9'|| useId == '10'|| useId == '11'|| useId == '12'|| useId == '13'||useId == '14'|| useId == '15'|| useId == '16'|| useId == '17'|| useId == '18'|| useId == '19'||useId == '20'||useId == '21'|| useId == '22'|| useId == '23'|| useId == '24'||useId == '25' ) window.location.hash = 'Page1';
    			    
    			   
    			   
    			   
    			   
    			   $("#link" + useId).addClass("active");
    			   
    			   
    			   			  		    if ( useId == '26'|| useId == '26A'||useId == '26B'||useId == '27'||useId == '27A'|| useId == '28'|| useId == '28B'|| useId == '28C'|| useId == '28D'|| useId == '28E'||  useId == '28F'||useId == '29'||useId == '29A'||useId == '30' ||useId == '31' ||useId == '32' || useId == '33'|| useId == '34'|| useId == '35'|| useId == '36'|| useId == '37'|| useId == '38'|| useId == '39'|| useId == '40'|| useId == '41'|| useId == '42'|| useId == '43'|| useId == '44'|| useId == '45'|| useId == '46'|| useId == '47') window.location.hash = 'Page2';
    			   
    			   $("#link" + useId+"A").addClass("active"); 
    
                  if ( useId == '26'|| useId == '27'|| useId == '28'|| useId == '29'||useId == '30' ||useId == '31' ||useId == '32' || useId == '33'|| useId == '34'|| useId == '35'|| useId == '36'|| useId == '37'|| useId == '38'|| useId == '39'|| useId == '40'|| useId == '41'|| useId == '42'|| useId == '43'|| useId == '44'|| useId == '45'|| useId == '46'|| useId == '47') window.location.hash = 'Page2';
    			     $("#link" + useId+"B").addClass("active");
    
                  if ( useId == '26'|| useId == '27'|| useId == '28'|| useId == '29'||useId == '30' ||useId == '31' ||useId == '32' || useId == '33'|| useId == '34'|| useId == '35'|| useId == '36'|| useId == '37'|| useId == '38'|| useId == '39'|| useId == '40'|| useId == '41'|| useId == '42'|| useId == '43'|| useId == '44'|| useId == '45'|| useId == '46'|| useId == '47') window.location.hash = 'Page2';
    			    $("#link" + useId+"C").addClass("active");
    
                   if ( useId == '26'|| useId == '27'|| useId == '28'|| useId == '29'||useId == '30' ||useId == '31' ||useId == '32' || useId == '33'|| useId == '34'|| useId == '35'|| useId == '36'|| useId == '37'|| useId == '38'|| useId == '39'|| useId == '40'|| useId == '41'|| useId == '42'|| useId == '43'|| useId == '44'|| useId == '45'|| useId == '46'|| useId == '47') window.location.hash = 'Page2';
    			   $("#link" + useId+"D").addClass("active");
    
                   if ( useId == '26'|| useId == '27'|| useId == '28'|| useId == '29'||useId == '30' ||useId == '31' ||useId == '32' || useId == '33'|| useId == '34'|| useId == '35'|| useId == '36'|| useId == '37'|| useId == '38'|| useId == '39'|| useId == '40'|| useId == '41'|| useId == '42'|| useId == '43'|| useId == '44'|| useId == '45'|| useId == '46'|| useId == '47') window.location.hash = 'Page2';
    			   
    			     
    			   
    			 $("#link" + useId).addClass("active");
    			   			  		    if (  useId == '48'|| useId == '49'|| useId == '50'|| useId == '51'|| useId == '52'|| useId == '53'|| useId == '54'|| useId == '55'|| useId == '56'|| useId == '57'|| useId == '58'|| useId == '59'|| useId == '60'|| useId == '61'|| useId == '62'|| useId == '63'|| useId == '64'|| useId == '65'|| useId == '66'|| useId == '67'|| useId == '68'|| useId == '69'|| useId == '70'|| useId == '71'|| useId == '71A'|| useId == '72A'|| useId == '73') window.location.hash = 'Page3';
    			   
    			   $("#link" + useId+"A").addClass("active"); 
    
                  if (  useId == '48'|| useId == '49'|| useId == '50'|| useId == '51'|| useId == '52'|| useId == '53'|| useId == '54'|| useId == '55'|| useId == '56'|| useId == '57'|| useId == '58'|| useId == '59'|| useId == '60'|| useId == '61'|| useId == '62'|| useId == '63'|| useId == '64'|| useId == '65'|| useId == '66'|| useId == '67'|| useId == '68'|| useId == '69'|| useId == '70'|| useId == '71'|| useId == '71A'|| useId == '72A'|| useId == '73') window.location.hash = 'Page3';
    			     $("#link" + useId+"B").addClass("active");
    
                   if (  useId == '48'|| useId == '49'|| useId == '50'|| useId == '51'|| useId == '52'|| useId == '53'|| useId == '54'|| useId == '55'|| useId == '56'|| useId == '57'|| useId == '58'|| useId == '59'|| useId == '60'|| useId == '61'|| useId == '62'|| useId == '63'|| useId == '64'|| useId == '65'|| useId == '66'|| useId == '67'|| useId == '68'|| useId == '69'|| useId == '70'|| useId == '71'|| useId == '71A'|| useId == '72A'|| useId == '73') window.location.hash = 'Page3';
    			    $("#link" + useId+"C").addClass("active");
    
                  if (  useId == '48'|| useId == '49'|| useId == '50'|| useId == '51'|| useId == '52'|| useId == '53'|| useId == '54'|| useId == '55'|| useId == '56'|| useId == '57'|| useId == '58'|| useId == '59'|| useId == '60'|| useId == '61'|| useId == '62'|| useId == '63'|| useId == '64'|| useId == '65'|| useId == '66'|| useId == '67'|| useId == '68'|| useId == '69'|| useId == '70'|| useId == '71'|| useId == '71A'|| useId == '72A'|| useId == '73') window.location.hash = 'Page3';
    			   $("#link" + useId+"D").addClass("active");
    
                   if (  useId == '48'|| useId == '49'|| useId == '50'|| useId == '51'|| useId == '52'|| useId == '53'|| useId == '54'|| useId == '55'|| useId == '56'|| useId == '57'|| useId == '58'|| useId == '59'|| useId == '60'|| useId == '61'|| useId == '62'|| useId == '63'|| useId == '64'|| useId == '65'|| useId == '66'|| useId == '67'|| useId == '68'|| useId == '69'|| useId == '70'|| useId == '71'|| useId == '71A'|| useId == '72A'|| useId == '73') window.location.hash = 'Page3';   
    			     
    			   
    			 $("#link" + useId).addClass("active");
    			   			  		    if (  useId == '74'|| useId == '75'|| useId == '76'|| useId == '77'|| useId == '78'|| useId == '79'|| useId == '80'|| useId == '81'|| useId == '82'|| useId == '83'|| useId == '84'|| useId == '85'|| useId == '86'|| useId == '87'|| useId == '88'|| useId == '89'|| useId == '90'|| useId == '91'|| useId == '92'|| useId == '93'|| useId == '94'|| useId == '95'|| useId == '96'|| useId == '97'|| useId == '98'|| useId == '99'|| useId == '100'|| useId == '101') window.location.hash = 'Page4';
    			   
    			   $("#link" + useId+"A").addClass("active"); 
    
                  if (  useId == '74'|| useId == '75'|| useId == '76'|| useId == '77'|| useId == '78'|| useId == '79'|| useId == '80'|| useId == '81'|| useId == '82'|| useId == '83'|| useId == '84'|| useId == '85'|| useId == '86'|| useId == '87'|| useId == '88'|| useId == '89'|| useId == '90'|| useId == '91'|| useId == '92'|| useId == '93'|| useId == '94'|| useId == '95'|| useId == '96'|| useId == '97'|| useId == '98'|| useId == '99'|| useId == '100'|| useId == '101') window.location.hash = 'Page4';
    			     $("#link" + useId+"B").addClass("active");
    
                   if (  useId == '74'|| useId == '75'|| useId == '76'|| useId == '77'|| useId == '78'|| useId == '79'|| useId == '80'|| useId == '81'|| useId == '82'|| useId == '83'|| useId == '84'|| useId == '85'|| useId == '86'|| useId == '87'|| useId == '88'|| useId == '89'|| useId == '90'|| useId == '91'|| useId == '92'|| useId == '93'|| useId == '94'|| useId == '95'|| useId == '96'|| useId == '97'|| useId == '98'|| useId == '99'|| useId == '100'|| useId == '101') window.location.hash = 'Page4';
    			    $("#link" + useId+"C").addClass("active");
    
                 if (  useId == '74'|| useId == '75'|| useId == '76'|| useId == '77'|| useId == '78'|| useId == '79'|| useId == '80'|| useId == '81'|| useId == '82'|| useId == '83'|| useId == '84'|| useId == '85'|| useId == '86'|| useId == '87'|| useId == '88'|| useId == '89'|| useId == '90'|| useId == '91'|| useId == '92'|| useId == '93'|| useId == '94'|| useId == '95'|| useId == '96'|| useId == '97'|| useId == '98'|| useId == '99'|| useId == '100'|| useId == '101') window.location.hash = 'Page4';
    			   $("#link" + useId+"D").addClass("active");
    
                  if (  useId == '74'|| useId == '75'|| useId == '76'|| useId == '77'|| useId == '78'|| useId == '79'|| useId == '80'|| useId == '81'|| useId == '82'|| useId == '83'|| useId == '84'|| useId == '85'|| useId == '86'|| useId == '87'|| useId == '88'|| useId == '89'|| useId == '90'|| useId == '91'|| useId == '92'|| useId == '93'|| useId == '94'|| useId == '95'|| useId == '96'|| useId == '97'|| useId == '98'|| useId == '99'|| useId == '100'|| useId == '101') window.location.hash = 'Page4';
    			  
    			  
    			   $("#link" + useId).addClass("active");
    			   			  		    if (  useId == '102'|| useId == '103'|| useId == '104'|| useId == '105'|| useId == '106'|| useId == '107'|| useId == '108'|| useId == '109'|| useId == '110'|| useId == '111'|| useId == '112'|| useId == '113'|| useId == '114'|| useId == '115'|| useId == '116'|| useId == '117'|| useId == '118'|| useId == '119'|| useId == '120'|| useId == '121'|| useId == '122'|| useId == '123'|| useId == '124'|| useId == '125'|| useId == '126'|| useId == '127') window.location.hash = 'Page5';
    			   
    			   $("#link" + useId+"A").addClass("active"); 
    
                  if (  useId == '102'|| useId == '103'|| useId == '104'|| useId == '105'|| useId == '106'|| useId == '107'|| useId == '108'|| useId == '109'|| useId == '110'|| useId == '111'|| useId == '112'|| useId == '113'|| useId == '114'|| useId == '115'|| useId == '116'|| useId == '117'|| useId == '118'|| useId == '119'|| useId == '120'|| useId == '121'|| useId == '122'|| useId == '123'|| useId == '124'|| useId == '125'|| useId == '126'|| useId == '127') window.location.hash = 'Page5';
    			     $("#link" + useId+"B").addClass("active");
    
                   if (  useId == '102'|| useId == '103'|| useId == '104'|| useId == '105'|| useId == '106'|| useId == '107'|| useId == '108'|| useId == '109'|| useId == '110'|| useId == '111'|| useId == '112'|| useId == '113'|| useId == '114'|| useId == '115'|| useId == '116'|| useId == '117'|| useId == '118'|| useId == '119'|| useId == '120'|| useId == '121'|| useId == '122'|| useId == '123'|| useId == '124'|| useId == '125'|| useId == '126'|| useId == '127') window.location.hash = 'Page5';
    			    $("#link" + useId+"C").addClass("active");
    
               if (  useId == '102'|| useId == '103'|| useId == '104'|| useId == '105'|| useId == '106'|| useId == '107'|| useId == '108'|| useId == '109'|| useId == '110'|| useId == '111'|| useId == '112'|| useId == '113'|| useId == '114'|| useId == '115'|| useId == '116'|| useId == '117'|| useId == '118'|| useId == '119'|| useId == '120'|| useId == '121'|| useId == '122'|| useId == '123'|| useId == '124'|| useId == '125'|| useId == '126'|| useId == '127') window.location.hash = 'Page5';
    			   $("#link" + useId+"D").addClass("active");
    
                  if (  useId == '102'|| useId == '103'|| useId == '104'|| useId == '105'|| useId == '106'|| useId == '107'|| useId == '108'|| useId == '109'|| useId == '110'|| useId == '111'|| useId == '112'|| useId == '113'|| useId == '114'|| useId == '115'|| useId == '116'|| useId == '117'|| useId == '118'|| useId == '119'|| useId == '120'|| useId == '121'|| useId == '122'|| useId == '123'|| useId == '124'|| useId == '125'|| useId == '126'|| useId == '127') window.location.hash = 'Page5';
    			  
    			  
    			    $("#link" + useId).addClass("active");
    			   			  		    if (  useId == '128'|| useId == '129'|| useId == '130'|| useId == '131'|| useId == '132'|| useId == '133'|| useId == '134'|| useId == '135'|| useId == '136'|| useId == '137') window.location.hash = 'Page6';
    			   
    			   $("#link" + useId+"A").addClass("active"); 
    
                  if (  useId == '128'|| useId == '129'|| useId == '130'|| useId == '131'|| useId == '132'|| useId == '133'|| useId == '134'|| useId == '135'|| useId == '136'|| useId == '137') window.location.hash = 'Page6';
    			     $("#link" + useId+"B").addClass("active");
    
                  if (  useId == '128'|| useId == '129'|| useId == '130'|| useId == '131'|| useId == '132'|| useId == '133'|| useId == '134'|| useId == '135'|| useId == '136'|| useId == '137') window.location.hash = 'Page6';
    			    $("#link" + useId+"C").addClass("active");
    
              if (  useId == '128'|| useId == '129'|| useId == '130'|| useId == '131'|| useId == '132'|| useId == '133'|| useId == '134'|| useId == '135'|| useId == '136'|| useId == '137') window.location.hash = 'Page6';
    			   $("#link" + useId+"D").addClass("active");
    
                  if (  useId == '128'|| useId == '129'|| useId == '130'|| useId == '131'|| useId == '132'|| useId == '133'|| useId == '134'|| useId == '135'|| useId == '136'|| useId == '137') window.location.hash = 'Page6';
    				
                
            });
    
    
    
            function linkClick(x) {
    
                //var list, index;           
                //list = document.querySelectorAll('active');
                //for (index = 0; index < list.length; ++index) {
                //    list[index].setAttribute("class","link");
                //}
                $("[id^='link']").each(function () {
                    var eleminterest = String($(this).attr('id'));
                    $('#' + eleminterest).removeClass("active");
                    $('#' + eleminterest).addClass("link");
                });
    
                document.getElementById(x).setAttribute("class","active");
    			document.getElementById(x+'A').setAttribute("class","active");
    			document.getElementById(x+'B').setAttribute("class","active");
    			//document.getElementById(x+'C').setAttribute("class","active");
    			//document.getElementById(x+'D').setAttribute("class","active");
    			
                //alert(x);
            }
    
            function getID(id) {
            };
            function getID2(id)
            { };
        </script>
    
    </head>
    
    <body>
    <?rh-align_start align="left" ?>
    <table style="padding-left: 1.00pt; padding-top: 2.00pt; padding-right: 1.00pt; 
    		 padding-bottom: 1.00pt; margin-left: 96px; margin-right: 99px; 
    		 left: 0px; top: 0px; height: 4819px;" width="1058" cellspacing="0">
    	<col />
    	<col />
    	<col width="21" />
    	<col style="width: 3.086%;" />
    	<col style="width: 3.086%;" />
    	<col style="width: 3.086%;" />
    	<col style="width: 3.086%;" />
    	<col style="width: 3.086%;" />
    	<col style="width: 3.086%;" />
    	<col style="width: 3.086%;" />
    	<col style="width: 3.086%;" />
    	<col style="width: 3.165%;" />
    	<col style="width: 3.086%;" />
    	<col style="width: 3.086%;" />
    	<col style="width: 3.086%;" />
    	<col style="width: 3.086%;" />
    	<col style="width: 3.086%;" />
    	<col style="width: 3.086%;" />
    	<col style="width: 3.165%;" />
    	<col style="width: 3.086%;" />
    	<col style="width: 3.086%;" />
    	<col style="width: 3.165%;" />
    	<col width="85" />
    	<col width="57" />
    	<col width="14" />
    	<tr style="height: 24.1pt;">
    		<td style="border: solid 1px #000000; vertical-align: middle; padding-left: 6.00pt; 
    			 padding-top: 3.00pt; padding-right: 6.00pt; padding-bottom: 3.00pt;" 
    			 width="46"><p class="FM_CellBody" style="font-weight: bold; 
    							 font-family: 'Courier New', monospace; font-size: 9pt;">FIG 
    		 . ITEM</p></td>
    		<td style="border-top: solid 1px #000000; border-right: solid 1px #000000; 
    			 border-bottom: solid 1px #000000; vertical-align: middle; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;" width="113"><p class="FM_CellBody" 
    													 style="text-align: center; 
    													 font-weight: bold; 
    													 font-family: 'Courier New', monospace; 
    													 font-size: 9pt;">PART 
    		 NUMBER</p></td>
    		<td style="border-top: solid 1px #000000; border-bottom: solid 1px #000000; 
    			 vertical-align: bottom; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">1</p></td>
    		<td style="border-top: solid 1px #000000; border-bottom: solid 1px #000000; 
    			 vertical-align: bottom; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">2</p></td>
    		<td style="border-top: solid 1px #000000; border-bottom: solid 1px #000000; 
    			 vertical-align: bottom; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">3</p></td>
    		<td style="border-top: solid 1px #000000; border-bottom: solid 1px #000000; 
    			 vertical-align: bottom; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">4</p></td>
    		<td style="border-top: solid 1px #000000; border-bottom: solid 1px #000000; 
    			 vertical-align: bottom; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">5</p></td>
    		<td style="border-top: solid 1px #000000; border-bottom: solid 1px #000000; 
    			 vertical-align: bottom; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">6</p></td>
    		<td style="border-top: solid 1px #000000; border-bottom: solid 1px #000000; 
    			 vertical-align: bottom; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">7</p></td>
    		<td style="border-top: solid 1px #000000; border-bottom: solid 1px #000000; 
    			 vertical-align: bottom; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">8</p></td>
    		<td style="border-top: solid 1px #000000; border-bottom: solid 1px #000000; 
    			 vertical-align: bottom; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">9</p></td>
    		<td colspan="11" style="border-top: solid 1px #000000; border-right: Solid 1px #000000; 
    			 border-bottom: solid 1px #000000; vertical-align: top; padding-left: 6.00pt; 
    			 padding-top: 3.00pt; padding-right: 6.00pt; padding-bottom: 3.00pt;"><p 
    			 class="FM_CellBody" style="text-indent: 11.339pt; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt;">NOMENCLATURE</p></td>
    		<td style="border-top: solid 1px #000000; border-right: solid 1px #000000; 
    			 border-bottom: solid 1px #000000; vertical-align: bottom; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-indent: 2.835pt; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">EFFECT</p>
    		<p class="FM_CellBody" style="text-indent: 2.835pt; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt;">VAR 
    		 FROM TO</p></td>
    		<td style="border-top: solid 1px #000000; border-right: solid 1px #000000; 
    			 border-bottom: solid 1px #000000; vertical-align: bottom; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-indent: 4.252pt; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">UNITS</p>
    		<p class="FM_CellBody" style="text-indent: 7.087pt; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt;">PER</p>
    		<p class="FM_CellBody" style="text-indent: 5.669pt; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt;">ASSY</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-indent: 8.504pt; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">&#160;</p></td>
    	</tr>
    	<tr style="height: 10pt;">
    		<td style="border-left: solid 1px #000000; border-right: solid 1px #000000; 
    			 vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt; font-family: 'Courier New', Courier, monospace; 
    			 font-size: 9pt; font-weight: bold; text-align: left;" width="46"><p 
    			 class="FM_CellBody" style="font-family: 'Courier New', monospace; 
    			 font-size: 9pt; font-weight: bold; margin-right: -8px; margin-left: 0px;">01&#160;&#160;&#160;0</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;" width="113"><p class="FM_CellBody" 
    													 style="text-indent: 1.417pt; 
    													 font-weight: bold; 
    													 font-family: 'Courier New', monospace; 
    													 font-size: 9pt;">A-311000B00C</p></td>
    		<td colspan="8" style="vertical-align: top; padding-left: 6.00pt; 
    			 padding-top: 3.00pt; padding-right: 6.00pt; padding-bottom: 3.00pt;"><p 
    			 class="FM_CellBody" style="text-indent: 2.835pt; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt;">VERTICAL 
    		 FIN INSTALLATION</p></td>
    		<td><p class="FM_CellBody" style="text-align: center; font-weight: bold; 
    				 font-family: 'Courier New', monospace; font-size: 9pt;">.</p></td>
    		<td><p class="FM_CellBody" style="text-align: center; font-weight: bold; 
    				 font-family: 'Courier New', monospace; font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="border-right: Solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-align: center; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; border-bottom: None 1px #000000; 
    			 vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt; text-indent: 0px; margin-left: 0px;">007</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-indent: 2.835pt; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt; margin-left: 0px;">NP</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; text-indent: 2.835pt; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt;">&#160;</p></td>
    	</tr>
    	<tr style="height: 10pt;">
    		<td style="border-left: solid 1px #000000; border-right: solid 1px #000000; 
    			 vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;" width="46"><p 
    			 class="FM_CellBody" style="text-align: right; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt; margin-right: 5px;">0</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;" width="113"><p class="FM_CellBody" 
    													 style="text-indent: 1.417pt; 
    													 font-weight: bold; 
    													 font-family: 'Courier New', monospace; 
    													 font-size: 9pt;">B-311000A00C</p></td>
    		<td colspan="8" style="vertical-align: top; padding-left: 6.00pt; 
    			 padding-top: 3.00pt; padding-right: 6.00pt; padding-bottom: 3.00pt;"><p 
    			 class="FM_CellBody" style="text-indent: 2.835pt; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt;">VERTICAL 
    		 FIN INSTALLATION</p></td>
    		<td><p class="FM_CellBody" style="text-align: center; font-weight: bold; 
    				 font-family: 'Courier New', monospace; font-size: 9pt;">.</p></td>
    		<td><p class="FM_CellBody" style="text-align: center; font-weight: bold; 
    				 font-family: 'Courier New', monospace; font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-align: center; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="font-weight: bold; 
    										 font-family: 'Courier New', monospace; 
    										 font-size: 9pt; text-indent: 0px; 
    										 margin-left: 0px;">008</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-indent: 2.835pt; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt; margin-left: 0px;">NP</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; text-indent: 2.835pt; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt;">&#160;</p></td>
    	</tr>
    	<tr style="height: 10pt;">
    		<td style="border-left: solid 1px #000000; border-right: solid 1px #000000; 
    			 vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;" width="46"><p 
    			 class="FM_CellBody" style="text-align: right; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt; margin-right: 4pt;">1</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;" width="113"><p class="FM_CellBody" 
    													 style="text-indent: 1.417pt; 
    													 font-weight: bold; 
    													 font-family: 'Courier New', monospace; 
    													 font-size: 9pt;">A-311100B00C</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-indent: 2.835pt; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td colspan="4" style="vertical-align: top; padding-left: 6.00pt; 
    			 padding-top: 3.00pt; padding-right: 6.00pt; padding-bottom: 3.00pt;"><p 
    			 class="FM_CellBody" style="font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">FRONT SPAR</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-align: center; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="font-weight: bold; 
    										 font-family: 'Courier New', monospace; 
    										 font-size: 9pt; text-indent: 0px; 
    										 margin-left: 18pt;">1066 &amp; 
    		 ON</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-indent: 2.835pt; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt; margin-left: 0px;">001</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; text-indent: 2.835pt; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt;">&#160;</p></td>
    	</tr>
    	<tr style="height: 10pt;">
    		<td style="border-left: solid 1px #000000; border-right: solid 1px #000000; 
    			 vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;" width="46"><p 
    			 class="FM_CellBody" style="text-align: right; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt; margin-right: 4pt;"><a id="link2" class="link" onClick="linkClick(this.id)" target="frameright" href="CHAPTER 55_30_00 FIG 01.htm?Use_Id=2">2</a><a id="link150" class="link" onClick="linkClick(this.id)" target="frameright" href="CHAPTER 55_30_00 FIG 01.htm?Use_Id=150">   Sheet 2</a></p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;" width="113"><p class="FM_CellBody" 
    													 style="text-indent: 1.417pt; 
    													 font-weight: bold; 
    													 font-family: 'Courier New', monospace; 
    													 font-size: 9pt;"><a id="link2A" class="link">A-311100A01B</a></p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td colspan="3" style="vertical-align: top; padding-left: 6.00pt; 
    			 padding-top: 3.00pt; padding-right: 6.00pt; padding-bottom: 3.00pt;"><p 
    			 class="FM_CellBody" style="font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;"><a id="link2B" class="link">SECTION</a></p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">. </p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-align: center; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="font-weight: bold; 
    										 font-family: 'Courier New', monospace; 
    										 font-size: 9pt; margin-left: 18pt;"><a id="link2C" class="link">1002 
    		 1205</a></p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-indent: 2.835pt; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt; margin-left: 0px;"><a id="link2D" class="link">001</a></p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; text-indent: 2.835pt; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt;">&#160;</p></td>
    	</tr>
    	<tr style="height: 10pt;">
    		<td style="border-left: solid 1px #000000; border-right: solid 1px #000000; 
    			 vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;" width="46"><p 
    			 class="FM_CellBody" style="text-align: right; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt; margin-right: 4pt;"><a id="link3" class="link" onClick="linkClick(this.id)" target="frameright" href="CHAPTER 55_30_00 FIG 01.htm?Use_Id=3">3</a>  <a id="link151" class="link" onClick="linkClick(this.id)" target="frameright" href="CHAPTER 55_30_00 FIG 01.htm?Use_Id=151">   Sheet 2</a></p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;" width="113"><p class="FM_CellBody" 
    													 style="text-indent: 1.417pt; 
    													 font-weight: bold; 
    													 font-family: 'Courier New', monospace; 
    													 font-size: 9pt;"><a id="link3A" class="link">A-311100B02B</a></p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td colspan="3" style="vertical-align: top; padding-left: 6.00pt; 
    			 padding-top: 3.00pt; padding-right: 6.00pt; padding-bottom: 3.00pt;"><p 
    			 class="FM_CellBody" style="font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;"><a id="link3B" class="link">SECTION</a></p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">. </p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-align: center; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="font-weight: bold; 
    										 font-family: 'Courier New', monospace; 
    										 font-size: 9pt; margin-left: 18pt;"><a id="link3C" class="link">1066 
    		 1205</a></p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-indent: 2.835pt; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;"><a id="link3D" class="link">001</a></p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; text-indent: 2.835pt; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt;">&#160;</p></td>
    	</tr>
    	<tr style="height: 10pt;">
    		<td style="border-left: solid 1px #000000; border-right: solid 1px #000000; 
    			 vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;" width="46"><p 
    			 class="FM_CellBody" style="text-align: right; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt; margin-right: 4pt;"><a id="link4" class="link" onClick="linkClick(this.id)" target="frameright" href="CHAPTER 55_30_00 FIG 01.htm?Use_Id=4">4</a> <a id="link152" class="link" onClick="linkClick(this.id)" target="frameright" href="CHAPTER 55_30_00 FIG 01.htm?Use_Id=152">Sheet 2</a></p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;" width="113"><p class="FM_CellBody" 
    													 style="text-indent: 1.417pt; 
    													 font-weight: bold; 
    													 font-family: 'Courier New', monospace; 
    													 font-size: 9pt;"><a id="link4A" class="link">A-311100A03B</a></p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td colspan="3" style="vertical-align: top; padding-left: 6.00pt; 
    			 padding-top: 3.00pt; padding-right: 6.00pt; padding-bottom: 3.00pt;"><p 
    			 class="FM_CellBody" style="font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;"><a id="link4B" class="link">SECTION</a></p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">. </p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-align: center; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-indent: 17.008pt; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">&#160;</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-indent: 2.835pt; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;"><a id="link4D" class="link">001</a></p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; text-indent: 2.835pt; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt;">&#160;</p></td>
    	</tr>
    	<tr style="height: 10pt;">
    		<td style="border-left: solid 1px #000000; border-right: solid 1px #000000; 
    			 vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;" width="46"><p 
    			 class="FM_CellBody" style="text-align: right; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt; margin-right: 4pt;">5</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;" width="113"><p class="FM_CellBody" 
    													 style="text-indent: 1.417pt; 
    													 font-weight: bold; 
    													 font-family: 'Courier New', monospace; 
    													 font-size: 9pt;">A-311100A04B</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td colspan="3" style="vertical-align: top; padding-left: 6.00pt; 
    			 padding-top: 3.00pt; padding-right: 6.00pt; padding-bottom: 3.00pt;"><p 
    			 class="FM_CellBody" style="font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">SECTION</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">. </p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-align: center; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-indent: 17.008pt; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">&#160;</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-indent: 2.835pt; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">001</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; text-indent: 2.835pt; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt;">&#160;</p></td>
    	</tr>
    	<tr style="height: 10pt;">
    		<td style="border-left: solid 1px #000000; border-right: solid 1px #000000; 
    			 vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;" width="46"><p 
    			 class="FM_CellBody" style="text-align: right; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt; margin-right: 4pt;">6</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;" width="113"><p class="FM_CellBody" 
    													 style="text-indent: 1.417pt; 
    													 font-weight: bold; 
    													 font-family: 'Courier New', monospace; 
    													 font-size: 9pt;">A-311100A08B</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td colspan="3" style="vertical-align: top; padding-left: 6.00pt; 
    			 padding-top: 3.00pt; padding-right: 6.00pt; padding-bottom: 3.00pt;"><p 
    			 class="FM_CellBody" style="font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">SECTION</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">. </p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-align: center; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-indent: 17.008pt; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">&#160;</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-indent: 2.835pt; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">001</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; text-indent: 2.835pt; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt;">&#160;</p></td>
    	</tr>
    	<tr style="height: 10pt;">
    		<td style="border-left: solid 1px #000000; border-right: solid 1px #000000; 
    			 vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;" width="46"><p 
    			 class="FM_CellBody" style="text-align: right; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt; margin-right: 4pt;">7</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;" width="113"><p class="FM_CellBody" 
    													 style="text-indent: 1.417pt; 
    													 font-weight: bold; 
    													 font-family: 'Courier New', monospace; 
    													 font-size: 9pt;">A-311100A09B</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td colspan="3" style="vertical-align: top; padding-left: 6.00pt; 
    			 padding-top: 3.00pt; padding-right: 6.00pt; padding-bottom: 3.00pt;"><p 
    			 class="FM_CellBody" style="font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">SECTION</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">. </p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; font-weight: bold; font-family: 'Courier New', monospace; 
    			 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-align: center; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">.</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="font-weight: bold; 
    										 font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">&#160;</p></td>
    		<td style="border-right: solid 1px #000000; vertical-align: top; 
    			 padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; 
    			 padding-bottom: 3.00pt;"><p class="FM_CellBody" style="text-indent: 2.835pt; 
    										 font-weight: bold; font-family: 'Courier New', monospace; 
    										 font-size: 9pt;">001</p></td>
    		<td style="vertical-align: top; padding-left: 6.00pt; padding-top: 3.00pt; 
    			 padding-right: 6.00pt; padding-bottom: 3.00pt;"><p class="FM_CellBody" 
    			 style="text-align: center; text-indent: 2.835pt; font-weight: bold; 
    			 font-family: 'Courier New', monospace; font-size: 9pt;">&#160;</p></td>
    	</tr>
    </body>
    Thursday, January 31, 2019 9:51 AM
  • User36583972 posted

    Hi suhaas121,

    Thank You this will work. but I have a small problem. I have 2 frames as i had shown in the gif. my problem is when i click a number from left frame corresponding number should highlight in right frame which is not working but vice versa is working perfectly and also zoom option is working just fine. please help me how to highlight a number on the right frame when i click a number from the left frame. i have attached a sample table structure. please help me.

    When you click a number from the left frame corresponding number, you can try to find the corresponding number in the in right frame and set a highlight style.

    If you have a new question you can start a new thread with all necessary code snippets for anyone else to be able to reproduce your issue from scratch along with a detailed description about the results including any exception messages(or upload a runnable demo to us(Including your test material and remove all private information). We can download it and debugging). Please don't ask several questions in the same thread.

    Thank you for your understanding.

    Best Regards,

    Yong Lu

    Friday, February 1, 2019 5:08 AM
  • User-279766093 posted

    Okay Thank You.

    Friday, February 1, 2019 5:13 AM