﻿<html xmlns:dt="urn:schemas-microsoft-com:datatypes"><!--Copyright 2002-2007 Premirus Corporation--><head>
    <META http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Contents</title>
    <link rel="stylesheet" type="text/css" href="Styles.ashx?clientsite=Bayonne-nj"><script ID="ContentsControlScript" language="javascript">
          var clientSite='Bayonne-nj';
          
          var oSubFolderReq;
          var MenuExpandImageRelativePath='Images/plus.jpg'; 
          var MenuCollapseImageRelativePath='Images/minus.jpg';
          var lastContainer=null;
          
          function GetSubFoldersFromEvent(id)
          {
                
	            var oReq;
              
              if (window.XMLHttpRequest)
                oReq = new XMLHttpRequest();
              else if (window.ActiveXObject)
                oReq =new ActiveXObject("Microsoft.XMLHTTP");
	            if(oReq!=null)
              { 
                 oSubFolderReq=oReq;
                 var now=new Date();
                 var req="default.ashx?clientSite="+clientSite+"&Mode=subcontents&parentElementId="+id+"&x="+now.getMonth()+now.getDay()+now.getHours()+now.getMinutes()+now.getSeconds();
                 oReq.open("GET", req,true);
                 oReq.onreadystatechange=function(){GetSubfoldersComplete();};
                 oReq.send(null);
              }
          }          

          function GetSubfoldersComplete()
          {
              try
              {
                  if(oSubFolderReq.status!=200)
                      return;
              }
              catch(ex)
              {
                  return;
              }
              lastContainer.innerHTML=oSubFolderReq.responseText;
          }

          function tgl(ID,ctl)
          {
              if (ID=="topItem")
              {
                  var frontURL = window.location.href.replace("Mode=contents","Mode=frontpage");
	                window.parent.frames.rightFrame.location.href=frontURL;
                  CollapseChildMenus("topItem");
                  window.parent.frames.ContentFrameSet.rows="100%,0%"
                  //GoHome();
                  return;
              }
	          //if an error occurs in this routine, just ignore. Do NOT display.
	          try
	          {              
		          var d=document.getElementById("xmnuChild"+ID);
		          if (d==null)
			          {return;}
		          if (d.style.display=="none" || d.style.display=="")
		          {
			          d.style.display="block";
                lastContainer=d;
                ctl.className="ux";
                if(d.childNodes.length==0)
                  GetSubFoldersFromEvent(ID);
		          }
		          else
		          {

			          d.style.display="none";
                      ctl.className="x";
		          }             
	          }
	          catch(ex){}
          }
          function cic(url,id)
          {
            if(document.getElementsByTagName("input")[0].style.display=="none" || document.getElementsByTagName("input")[0].style.display=="")
            {
              window.parent.window.setTimeout("ResetView()",1);
	            window.parent.frames.rightFrame.location.href=url;
              //window.parent.frames.rightFrame.location.href="default.ashx?Mode=pdf&url="+url+"&clientsite="+clientSite;
              //window.parent.frames.rightFrame.location.href="default.ashx?Mode=doc&clientsite="+clientSite+"&url="+url;
            }
            else
            {
              document.getElementById(id).checked=!document.getElementById(id).checked;
            }
          }    
          function ResetCheckList()
          {
            var checks=document.getElementsByTagName("input");
            var retval='';
            for(var i=0;i<checks.length;i++)
            {
              checks[i].checked=false;
            }
            return retval;
          }
          function GetCheckList()
          {
            var checks=document.getElementsByTagName("input");
            var retval='';
            for(var i=0;i<checks.length;i++)
            {
              if(checks[i].checked)
              {
                if(retval.length>0) 
                  retval+=',';
                retval+=checks[i].name;
              }
            }
            return retval;
          }
          function UncheckParent(d)
          {
            if(d.parentNode.parentNode.id.substring(0,9)=="xmnuChild")
            {
              var i=document.getElementsByName(d.parentNode.parentNode.id.substring(9))[0];
              i.checked=false;
              UncheckParent(i);
            }
          }
          function PropagateCheckBoxes(ID,ctl,toggleParent)
          {
            try
	          {              
		          var d=document.getElementById("xmnuChild"+ID);
              if(typeof(toggleParent)=="undefined" || toggleParent)
                UncheckParent(d);
		          if (d==null)
			          {return;}
                
                for ( var x = 0; x < d.childNodes.length; x++)
                {
                    if(typeof(d.childNodes[x].id)!='undefined')
                    {
                      var checkBoxName = d.childNodes[x].id.replace("xmnu","");
                      var cb=document.getElementsByName(checkBoxName)[0];  
                      if(typeof(cb)!='undefined')
                      {
                        cb.checked = ctl.checked; 
                        PropagateCheckBoxes(checkBoxName,cb,false);
                      }
                    }
                } 
	          }
	          catch(ex){ alert(ex.message);}
          }
          function CollapseChildMenus(ID)
          {
            //try
	          //{      
		          var d=document.getElementById("xmnuChild"+ID);
		          if (d==null)
			          {return;}
                
                for ( var x = 0; x < d.childNodes.length; x++)
                {
                    if(typeof(d.childNodes[x].id)!='undefined')
                    {
                      d.childNodes[x].firstChild.className="x";
                      var childName = d.childNodes[x].id.replace("xmnu","xmnuChild");
                      var cb=document.getElementById(childName);  
                      if(typeof(cb)!='undefined')
                      {
                        if(cb.style.display=="block")
                        {
                          cb.style.display="none";
                          CollapseChildMenus(d.childNodes[x].id.replace("xmnu",""),cb);
                        }
                      }
                    }
                } 
	          //}
	          //catch(ex){ alert(ex.message);}
          }
        
        </script></head>
  <body id="frame-contents">
    <div id="wrapper"><img src="Images/header_browse.gif" alt="" border="0" id="browseImage"><div id="ContentsControl">
        <div id="xmnutopItem" class="cli" title="Bayonne, NJ"><span class="x" onclick="tgl('topItem',this);">   </span><input type="checkbox" name="topItem" onclick="PropagateCheckBoxes('topItem',this);"><a href="javascript:tgl('topItem','');" style="background: url('Images/globe.gif') no-repeat;padding-left: 19px;">Bayonne, NJ</a><div id="xmnuChildtopItem" class="chld" style="display:block;">
            <div id="xmnuBayonne" class="cli" title="Revised General Ordinances"><span class="x" onclick="tgl('Bayonne',this);">   </span><input type="checkbox" name="Bayonne" onclick="PropagateCheckBoxes('Bayonne',this);"><a href="javascript:tgl('Bayonne','{@id}');" style="background: url('Images/folder.gif') no-repeat;padding-left: 19px;">Revised General Ordinances</a><div id="xmnuChildBayonne" class="chld">
                <div id="xmnuBAY_TP" class="cli" title="Title Page"><span class="nx" onclick="tgl('BAY_TP',this);">   </span><input type="checkbox" name="BAY_TP" onclick="PropagateCheckBoxes('BAY_TP',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnetp.htm','BAY_TP');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Title Page</a><div id="xmnuChildBAY_TP" class="chld"></div>
                </div>
                <div id="xmnuBAYONNETOC" class="cli" title="CHAPTER TABLE OF CONTENTS"><span class="nx" onclick="tgl('BAYONNETOC',this);">   </span><input type="checkbox" name="BAYONNETOC" onclick="PropagateCheckBoxes('BAYONNETOC',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnetoc.htm','BAYONNETOC');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER TABLE OF CONTENTS</a><div id="xmnuChildBAYONNETOC" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEAO" class="cli" title="ADOPTING ORDINANCE"><span class="nx" onclick="tgl('BAYONNEAO',this);">   </span><input type="checkbox" name="BAYONNEAO" onclick="PropagateCheckBoxes('BAYONNEAO',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonneao.htm','BAYONNEAO');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ADOPTING ORDINANCE</a><div id="xmnuChildBAYONNEAO" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC01" class="cli" title="CHAPTER 1 GENERAL PROVISIONS"><span class="x" onclick="tgl('BAYONNEC01',this);">   </span><input type="checkbox" name="BAYONNEC01" onclick="PropagateCheckBoxes('BAYONNEC01',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec01.htm','BAYONNEC01');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 1 GENERAL PROVISIONS</a><div id="xmnuChildBAYONNEC01" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC02" class="cli" title="CHAPTER 2 ADMINISTRATION*"><span class="x" onclick="tgl('BAYONNEC02',this);">   </span><input type="checkbox" name="BAYONNEC02" onclick="PropagateCheckBoxes('BAYONNEC02',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec02.htm','BAYONNEC02');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 2 ADMINISTRATION*</a><div id="xmnuChildBAYONNEC02" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC03" class="cli" title="CHAPTER 3 POLICE REGULATIONS*"><span class="x" onclick="tgl('BAYONNEC03',this);">   </span><input type="checkbox" name="BAYONNEC03" onclick="PropagateCheckBoxes('BAYONNEC03',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec03.htm','BAYONNEC03');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 3 POLICE REGULATIONS*</a><div id="xmnuChildBAYONNEC03" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC04" class="cli" title="CHAPTER 4 LICENSING AND BUSINESS REGULATIONS*"><span class="x" onclick="tgl('BAYONNEC04',this);">   </span><input type="checkbox" name="BAYONNEC04" onclick="PropagateCheckBoxes('BAYONNEC04',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec04.htm','BAYONNEC04');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 4 LICENSING AND BUSINESS REGULATIONS*</a><div id="xmnuChildBAYONNEC04" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC05" class="cli" title="CHAPTER 5 ANIMAL CONTROL*"><span class="x" onclick="tgl('BAYONNEC05',this);">   </span><input type="checkbox" name="BAYONNEC05" onclick="PropagateCheckBoxes('BAYONNEC05',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec05.htm','BAYONNEC05');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 5 ANIMAL CONTROL*</a><div id="xmnuChildBAYONNEC05" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC06" class="cli" title="CHAPTER 6 ALCOHOLIC BEVERAGE CONTROL*"><span class="x" onclick="tgl('BAYONNEC06',this);">   </span><input type="checkbox" name="BAYONNEC06" onclick="PropagateCheckBoxes('BAYONNEC06',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec06.htm','BAYONNEC06');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 6 ALCOHOLIC BEVERAGE CONTROL*</a><div id="xmnuChildBAYONNEC06" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC07" class="cli" title="CHAPTER 7 TRAFFIC"><span class="nx" onclick="tgl('BAYONNEC07',this);">   </span><input type="checkbox" name="BAYONNEC07" onclick="PropagateCheckBoxes('BAYONNEC07',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec07.htm','BAYONNEC07');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 7 TRAFFIC</a><div id="xmnuChildBAYONNEC07" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC08" class="cli" title="CHAPTER 8 TAXICABS AND LIMOUSINES"><span class="x" onclick="tgl('BAYONNEC08',this);">   </span><input type="checkbox" name="BAYONNEC08" onclick="PropagateCheckBoxes('BAYONNEC08',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec08.htm','BAYONNEC08');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 8 TAXICABS AND LIMOUSINES</a><div id="xmnuChildBAYONNEC08" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC09" class="cli" title="CHAPTER 9 RESERVED"><span class="nx" onclick="tgl('BAYONNEC09',this);">   </span><input type="checkbox" name="BAYONNEC09" onclick="PropagateCheckBoxes('BAYONNEC09',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec09.htm','BAYONNEC09');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 9 RESERVED</a><div id="xmnuChildBAYONNEC09" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC10" class="cli" title="CHAPTER 10 TAXATION AND SPECIAL IMPROVEMENT DISTRICTS"><span class="x" onclick="tgl('BAYONNEC10',this);">   </span><input type="checkbox" name="BAYONNEC10" onclick="PropagateCheckBoxes('BAYONNEC10',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec10.htm','BAYONNEC10');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 10 TAXATION AND SPECIAL IMPROVEMENT DISTRICTS</a><div id="xmnuChildBAYONNEC10" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC11" class="cli" title="CHAPTER 11 POLICE DEPARTMENT*"><span class="x" onclick="tgl('BAYONNEC11',this);">   </span><input type="checkbox" name="BAYONNEC11" onclick="PropagateCheckBoxes('BAYONNEC11',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec11.htm','BAYONNEC11');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 11 POLICE DEPARTMENT*</a><div id="xmnuChildBAYONNEC11" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC12" class="cli" title="CHAPTER 12 FIRE RESCUE AND EMERGENCY SERVICES [FIRE DEPARTMENT]*"><span class="x" onclick="tgl('BAYONNEC12',this);">   </span><input type="checkbox" name="BAYONNEC12" onclick="PropagateCheckBoxes('BAYONNEC12',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec12.htm','BAYONNEC12');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 12 FIRE RESCUE AND EMERGENCY SERVICES [FIRE DEPARTMENT]*</a><div id="xmnuChildBAYONNEC12" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC13" class="cli" title="CHAPTER 13 MUNICIPAL PARKS, RECREATION AREAS, SWIMMING POOL AND DOCKS"><span class="x" onclick="tgl('BAYONNEC13',this);">   </span><input type="checkbox" name="BAYONNEC13" onclick="PropagateCheckBoxes('BAYONNEC13',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec13.htm','BAYONNEC13');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 13 MUNICIPAL PARKS, RECREATION AREAS, SWIMMING POOL AND DOCKS</a><div id="xmnuChildBAYONNEC13" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC14" class="cli" title="CHAPTER 14 PRESERVATION OF TREES"><span class="x" onclick="tgl('BAYONNEC14',this);">   </span><input type="checkbox" name="BAYONNEC14" onclick="PropagateCheckBoxes('BAYONNEC14',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec14.htm','BAYONNEC14');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 14 PRESERVATION OF TREES</a><div id="xmnuChildBAYONNEC14" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC15" class="cli" title="CHAPTER 15 BUILDING AND HOUSING"><span class="x" onclick="tgl('BAYONNEC15',this);">   </span><input type="checkbox" name="BAYONNEC15" onclick="PropagateCheckBoxes('BAYONNEC15',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec15.htm','BAYONNEC15');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 15 BUILDING AND HOUSING</a><div id="xmnuChildBAYONNEC15" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC16" class="cli" title="CHAPTER 16 RENT CONTROL*"><span class="x" onclick="tgl('BAYONNEC16',this);">   </span><input type="checkbox" name="BAYONNEC16" onclick="PropagateCheckBoxes('BAYONNEC16',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec16.htm','BAYONNEC16');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 16 RENT CONTROL*</a><div id="xmnuChildBAYONNEC16" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC17" class="cli" title="CHAPTER 17 PROPERTY MAINTENANCE"><span class="x" onclick="tgl('BAYONNEC17',this);">   </span><input type="checkbox" name="BAYONNEC17" onclick="PropagateCheckBoxes('BAYONNEC17',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec17.htm','BAYONNEC17');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 17 PROPERTY MAINTENANCE</a><div id="xmnuChildBAYONNEC17" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC18" class="cli" title="CHAPTER 18 RESERVED"><span class="nx" onclick="tgl('BAYONNEC18',this);">   </span><input type="checkbox" name="BAYONNEC18" onclick="PropagateCheckBoxes('BAYONNEC18',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec18.htm','BAYONNEC18');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 18 RESERVED</a><div id="xmnuChildBAYONNEC18" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC19" class="cli" title="CHAPTER 19 FIRE PREVENTION AND PROTECTION"><span class="x" onclick="tgl('BAYONNEC19',this);">   </span><input type="checkbox" name="BAYONNEC19" onclick="PropagateCheckBoxes('BAYONNEC19',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec19.htm','BAYONNEC19');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 19 FIRE PREVENTION AND PROTECTION</a><div id="xmnuChildBAYONNEC19" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC20" class="cli" title="CHAPTER 20 PERSONNEL POLICIES *"><span class="x" onclick="tgl('BAYONNEC20',this);">   </span><input type="checkbox" name="BAYONNEC20" onclick="PropagateCheckBoxes('BAYONNEC20',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec20.htm','BAYONNEC20');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 20 PERSONNEL POLICIES *</a><div id="xmnuChildBAYONNEC20" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC21" class="cli" title="CHAPTER 21 HEALTH REGULATIONS*"><span class="x" onclick="tgl('BAYONNEC21',this);">   </span><input type="checkbox" name="BAYONNEC21" onclick="PropagateCheckBoxes('BAYONNEC21',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec21.htm','BAYONNEC21');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 21 HEALTH REGULATIONS*</a><div id="xmnuChildBAYONNEC21" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC22" class="cli" title="CHAPTER 22 ENVIRONMENTAL REGULATIONS"><span class="x" onclick="tgl('BAYONNEC22',this);">   </span><input type="checkbox" name="BAYONNEC22" onclick="PropagateCheckBoxes('BAYONNEC22',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec22.htm','BAYONNEC22');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 22 ENVIRONMENTAL REGULATIONS</a><div id="xmnuChildBAYONNEC22" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC23" class="cli" title="CHAPTER 23 WATERFRONT REGULATIONS"><span class="x" onclick="tgl('BAYONNEC23',this);">   </span><input type="checkbox" name="BAYONNEC23" onclick="PropagateCheckBoxes('BAYONNEC23',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec23.htm','BAYONNEC23');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 23 WATERFRONT REGULATIONS</a><div id="xmnuChildBAYONNEC23" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC24" class="cli" title="CHAPTER 24 WATER AND SEWER UTILITY"><span class="x" onclick="tgl('BAYONNEC24',this);">   </span><input type="checkbox" name="BAYONNEC24" onclick="PropagateCheckBoxes('BAYONNEC24',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec24.htm','BAYONNEC24');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 24 WATER AND SEWER UTILITY</a><div id="xmnuChildBAYONNEC24" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC25" class="cli" title="CHAPTER 25 STREETS AND SIDEWALKS *"><span class="x" onclick="tgl('BAYONNEC25',this);">   </span><input type="checkbox" name="BAYONNEC25" onclick="PropagateCheckBoxes('BAYONNEC25',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec25.htm','BAYONNEC25');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 25 STREETS AND SIDEWALKS *</a><div id="xmnuChildBAYONNEC25" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC26" class="cli" title="CHAPTER 26 SOLID WASTE MANAGEMENT"><span class="x" onclick="tgl('BAYONNEC26',this);">   </span><input type="checkbox" name="BAYONNEC26" onclick="PropagateCheckBoxes('BAYONNEC26',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec26.htm','BAYONNEC26');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 26 SOLID WASTE MANAGEMENT</a><div id="xmnuChildBAYONNEC26" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC27" class="cli" title="CHAPTER 27 RESERVED"><span class="nx" onclick="tgl('BAYONNEC27',this);">   </span><input type="checkbox" name="BAYONNEC27" onclick="PropagateCheckBoxes('BAYONNEC27',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec27.htm','BAYONNEC27');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 27 RESERVED</a><div id="xmnuChildBAYONNEC27" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC28" class="cli" title="CHAPTER 28 CABLE TELEVISION AND OPEN VIDEO SYSTEMS"><span class="x" onclick="tgl('BAYONNEC28',this);">   </span><input type="checkbox" name="BAYONNEC28" onclick="PropagateCheckBoxes('BAYONNEC28',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec28.htm','BAYONNEC28');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 28 CABLE TELEVISION AND OPEN VIDEO SYSTEMS</a><div id="xmnuChildBAYONNEC28" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC29" class="cli" title="CHAPTER 29 FLOOD HAZARD PREVENTION*"><span class="x" onclick="tgl('BAYONNEC29',this);">   </span><input type="checkbox" name="BAYONNEC29" onclick="PropagateCheckBoxes('BAYONNEC29',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec29.htm','BAYONNEC29');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 29 FLOOD HAZARD PREVENTION*</a><div id="xmnuChildBAYONNEC29" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC30" class="cli" title="CHAPTER 30 STORMWATER CONTROL"><span class="x" onclick="tgl('BAYONNEC30',this);">   </span><input type="checkbox" name="BAYONNEC30" onclick="PropagateCheckBoxes('BAYONNEC30',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec30.htm','BAYONNEC30');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 30 STORMWATER CONTROL</a><div id="xmnuChildBAYONNEC30" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC31" class="cli" title="CHAPTER 31 RESERVED"><span class="nx" onclick="tgl('BAYONNEC31',this);">   </span><input type="checkbox" name="BAYONNEC31" onclick="PropagateCheckBoxes('BAYONNEC31',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec31.htm','BAYONNEC31');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 31 RESERVED</a><div id="xmnuChildBAYONNEC31" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC32" class="cli" title="CHAPTER 32 RESERVED"><span class="nx" onclick="tgl('BAYONNEC32',this);">   </span><input type="checkbox" name="BAYONNEC32" onclick="PropagateCheckBoxes('BAYONNEC32',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec32.htm','BAYONNEC32');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 32 RESERVED</a><div id="xmnuChildBAYONNEC32" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC33" class="cli" title="CHAPTER 33 PLANNING AND DEVELOPMENT REGULATIONS*"><span class="x" onclick="tgl('BAYONNEC33',this);">   </span><input type="checkbox" name="BAYONNEC33" onclick="PropagateCheckBoxes('BAYONNEC33',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec33.htm','BAYONNEC33');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 33 PLANNING AND DEVELOPMENT REGULATIONS*</a><div id="xmnuChildBAYONNEC33" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC33A" class="cli" title="CHAPTER 33A - APPENDICES"><span class="x" onclick="tgl('BAYONNEC33A',this);">   </span><input type="checkbox" name="BAYONNEC33A" onclick="PropagateCheckBoxes('BAYONNEC33A',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec33a.htm','BAYONNEC33A');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 33A - APPENDICES</a><div id="xmnuChildBAYONNEC33A" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC34" class="cli" title="CHAPTER 34"><span class="nx" onclick="tgl('BAYONNEC34',this);">   </span><input type="checkbox" name="BAYONNEC34" onclick="PropagateCheckBoxes('BAYONNEC34',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec34.htm','BAYONNEC34');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 34</a><div id="xmnuChildBAYONNEC34" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC35" class="cli" title="CHAPTER 35 ZONING REGULATIONS *"><span class="x" onclick="tgl('BAYONNEC35',this);">   </span><input type="checkbox" name="BAYONNEC35" onclick="PropagateCheckBoxes('BAYONNEC35',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec35.htm','BAYONNEC35');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 35 ZONING REGULATIONS *</a><div id="xmnuChildBAYONNEC35" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC36" class="cli" title="CHAPTER 36 RESERVED"><span class="nx" onclick="tgl('BAYONNEC36',this);">   </span><input type="checkbox" name="BAYONNEC36" onclick="PropagateCheckBoxes('BAYONNEC36',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec36.htm','BAYONNEC36');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 36 RESERVED</a><div id="xmnuChildBAYONNEC36" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEC37" class="cli" title="CHAPTER 37 HISTORIC PRESERVATION"><span class="x" onclick="tgl('BAYONNEC37',this);">   </span><input type="checkbox" name="BAYONNEC37" onclick="PropagateCheckBoxes('BAYONNEC37',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonnec37.htm','BAYONNEC37');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">CHAPTER 37 HISTORIC PRESERVATION</a><div id="xmnuChildBAYONNEC37" class="chld"></div>
                </div>
                <div id="xmnuBAYONNEAPPA" class="cli" title="APPENDIX A ORDINANCE DISPOSITION LIST FOR CODE SUPPLEMENTATION"><span class="nx" onclick="tgl('BAYONNEAPPA',this);">   </span><input type="checkbox" name="BAYONNEAPPA" onclick="PropagateCheckBoxes('BAYONNEAPPA',this);"><a href="javascript:cic('Content/Bayonne-nj/books/code/bayonneappa.htm','BAYONNEAPPA');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">APPENDIX A ORDINANCE DISPOSITION LIST FOR CODE SUPPLEMENTATION</a><div id="xmnuChildBAYONNEAPPA" class="chld"></div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </body>
</html>