Can you find the defects

                <script type="text/JavaScript">
                <!--
                 spot0 = new Image(148,300); spot0.src = "http://www.ashi.org/landing/images/bathroom_text0.gif";
                 spot1 = new Image(148,300); spot1.src = "http://www.ashi.org/landing/images/bathroom_text1.gif";
                 spot2 = new Image(148,300); spot2.src = "http://www.ashi.org/landing/images/bathroom_text2.gif";
                 spot3 = new Image(148,300); spot3.src = "http://www.ashi.org/landing/images/bathroom_text3.gif";
                 spot4 = new Image(148,300); spot4.src = "http://www.ashi.org/landing/images/bathroom_text4.gif";
                 spot5 = new Image(148,300); spot5.src = "http://www.ashi.org/landing/images/bathroom_text5.gif";

                function jbrock(name) {
                 document.images["popArea"].src = eval(name+".src");
                }
                //-->
                </script>

                <table width="560" cellpadding="0" cellspacing="0" border="0">
                 <tr>
                  <td rowspan="3"><img src= "http://www.ashi.org/landing/images/bathroom_pic.jpg" width=412 height=439 alt="" border="0" usemap="#bathroom"></td>
                  <td valign="top"><img src= "http://www.ashi.org/landing/images/upper_right.gif" width=148 height=21 alt="" border="0"></td>
                 </tr>
                 <tr>
                  <td valign="top"><img src= "http://www.ashi.org/landing/images/bathroom_text0.gif" name="popArea" width=148 height=300 alt="" border="0"></td>
                 </tr>
                 <tr>
                  <td valign="top"><img src= "http://www.ashi.org/landing/images/lower_right.gif" width=148 height=118 alt="" border="0"></td>
                 </tr>
                </table>

                <p> </p>
                <MAP NAME="bathroom">
                 <AREA SHAPE=CIRCLE COORDS="96,359,15" onmouseover="jbrock('spot1');" onmouseout="jbrock('spot0');">
                 <AREA SHAPE=CIRCLE COORDS="221,351,15" onmouseover="jbrock('spot2');" onmouseout="jbrock('spot0');">
                 <AREA SHAPE=CIRCLE COORDS="328,119,15" onmouseover="jbrock('spot3');" onmouseout="jbrock('spot0');">
                 <AREA SHAPE=CIRCLE COORDS="361,244,16" onmouseover="jbrock('spot4');" onmouseout="jbrock('spot0');">
                 <AREA SHAPE=CIRCLE COORDS="25,356,14" onmouseover="jbrock('spot5');" onmouseout="jbrock('spot0');">
                 <AREA SHAPE=default onmouseover="jbrock('spot0');">
                </MAP>