﻿<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=MonroeTwp-nj"><script ID="ContentsControlScript" language="javascript">
          var clientSite='MonroeTwp-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="Monroe Township, 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;">Monroe Township, NJ</a><div id="xmnuChildtopItem" class="chld" style="display:block;">
            <div id="xmnuMonroe_Code" class="cli" title="Code Volume"><span class="x" onclick="tgl('Monroe_Code',this);">   </span><input type="checkbox" name="Monroe_Code" onclick="PropagateCheckBoxes('Monroe_Code',this);"><a href="javascript:tgl('Monroe_Code','{@id}');" style="background: url('Images/folder.gif') no-repeat;padding-left: 19px;">Code Volume</a><div id="xmnuChildMonroe_Code" class="chld">
                <div id="xmnuMONROETP" class="cli" title="Title Page"><span class="nx" onclick="tgl('MONROETP',this);">   </span><input type="checkbox" name="MONROETP" onclick="PropagateCheckBoxes('MONROETP',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroetp.htm','MONROETP');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Title Page</a><div id="xmnuChildMONROETP" class="chld"></div>
                </div>
                <div id="xmnuMONROEC01" class="cli" title="Chapter 1 GENERAL PROVISIONS"><span class="x" onclick="tgl('MONROEC01',this);">   </span><input type="checkbox" name="MONROEC01" onclick="PropagateCheckBoxes('MONROEC01',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec01.htm','MONROEC01');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 1 GENERAL PROVISIONS</a><div id="xmnuChildMONROEC01" class="chld"></div>
                </div>
                <div id="xmnuMONROEC03" class="cli" title="Chapter 3 ADMINISTRATION OF GOVERNMENT"><span class="x" onclick="tgl('MONROEC03',this);">   </span><input type="checkbox" name="MONROEC03" onclick="PropagateCheckBoxes('MONROEC03',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec03.htm','MONROEC03');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 3 ADMINISTRATION OF GOVERNMENT</a><div id="xmnuChildMONROEC03" class="chld"></div>
                </div>
                <div id="xmnuMONROEC05" class="cli" title="Chapter 5 AGING, COMMISSION ON"><span class="x" onclick="tgl('MONROEC05',this);">   </span><input type="checkbox" name="MONROEC05" onclick="PropagateCheckBoxes('MONROEC05',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec05.htm','MONROEC05');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 5 AGING, COMMISSION ON</a><div id="xmnuChildMONROEC05" class="chld"></div>
                </div>
                <div id="xmnuMONROEC06" class="cli" title="Chapter 6 AIR POLLUTION CONTROL"><span class="x" onclick="tgl('MONROEC06',this);">   </span><input type="checkbox" name="MONROEC06" onclick="PropagateCheckBoxes('MONROEC06',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec06.htm','MONROEC06');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 6 AIR POLLUTION CONTROL</a><div id="xmnuChildMONROEC06" class="chld"></div>
                </div>
                <div id="xmnuMONROEC07" class="cli" title="Chapter 7 (RESERVED) 1"><span class="nx" onclick="tgl('MONROEC07',this);">   </span><input type="checkbox" name="MONROEC07" onclick="PropagateCheckBoxes('MONROEC07',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec07.htm','MONROEC07');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 7 (RESERVED) 1</a><div id="xmnuChildMONROEC07" class="chld"></div>
                </div>
                <div id="xmnuMONROEC08" class="cli" title="Chapter 8 ALCOHOLIC BEVERAGES"><span class="x" onclick="tgl('MONROEC08',this);">   </span><input type="checkbox" name="MONROEC08" onclick="PropagateCheckBoxes('MONROEC08',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec08.htm','MONROEC08');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 8 ALCOHOLIC BEVERAGES</a><div id="xmnuChildMONROEC08" class="chld"></div>
                </div>
                <div id="xmnuMONROEC10" class="cli" title="Chapter 10 AMUSEMENT DEVICES, COIN-OPERATED"><span class="x" onclick="tgl('MONROEC10',this);">   </span><input type="checkbox" name="MONROEC10" onclick="PropagateCheckBoxes('MONROEC10',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec10.htm','MONROEC10');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 10 AMUSEMENT DEVICES, COIN-OPERATED</a><div id="xmnuChildMONROEC10" class="chld"></div>
                </div>
                <div id="xmnuMONROEC20" class="cli" title="Chapter 20 BUILDING CONSTRUCTION"><span class="x" onclick="tgl('MONROEC20',this);">   </span><input type="checkbox" name="MONROEC20" onclick="PropagateCheckBoxes('MONROEC20',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec20.htm','MONROEC20');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 20 BUILDING CONSTRUCTION</a><div id="xmnuChildMONROEC20" class="chld"></div>
                </div>
                <div id="xmnuMONROEC21" class="cli" title="Chapter 21 BUILDING CONTRACTOR REGISTRATION"><span class="x" onclick="tgl('MONROEC21',this);">   </span><input type="checkbox" name="MONROEC21" onclick="PropagateCheckBoxes('MONROEC21',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec21.htm','MONROEC21');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 21 BUILDING CONTRACTOR REGISTRATION</a><div id="xmnuChildMONROEC21" class="chld"></div>
                </div>
                <div id="xmnuMONROEC22" class="cli" title="Chapter 22 BUILDINGS, UNFIT"><span class="x" onclick="tgl('MONROEC22',this);">   </span><input type="checkbox" name="MONROEC22" onclick="PropagateCheckBoxes('MONROEC22',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec22.htm','MONROEC22');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 22 BUILDINGS, UNFIT</a><div id="xmnuChildMONROEC22" class="chld"></div>
                </div>
                <div id="xmnuMONROEC23" class="cli" title="Chapter 23 CIGARETTE VENDING MACHINES PROHIBITED"><span class="x" onclick="tgl('MONROEC23',this);">   </span><input type="checkbox" name="MONROEC23" onclick="PropagateCheckBoxes('MONROEC23',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec23.htm','MONROEC23');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 23 CIGARETTE VENDING MACHINES PROHIBITED</a><div id="xmnuChildMONROEC23" class="chld"></div>
                </div>
                <div id="xmnuMONROEC24" class="cli" title="Chapter 24 CODE OF ETHICS"><span class="x" onclick="tgl('MONROEC24',this);">   </span><input type="checkbox" name="MONROEC24" onclick="PropagateCheckBoxes('MONROEC24',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec24.htm','MONROEC24');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 24 CODE OF ETHICS</a><div id="xmnuChildMONROEC24" class="chld"></div>
                </div>
                <div id="xmnuMONROEC25" class="cli" title="Chapter 25 CONSTRUCTION CODES, UNIFORM"><span class="x" onclick="tgl('MONROEC25',this);">   </span><input type="checkbox" name="MONROEC25" onclick="PropagateCheckBoxes('MONROEC25',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec25.htm','MONROEC25');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 25 CONSTRUCTION CODES, UNIFORM</a><div id="xmnuChildMONROEC25" class="chld"></div>
                </div>
                <div id="xmnuMONROEC28" class="cli" title="Chapter 28 CURFEW"><span class="x" onclick="tgl('MONROEC28',this);">   </span><input type="checkbox" name="MONROEC28" onclick="PropagateCheckBoxes('MONROEC28',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec28.htm','MONROEC28');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 28 CURFEW</a><div id="xmnuChildMONROEC28" class="chld"></div>
                </div>
                <div id="xmnuMONROEC30" class="cli" title="Chapter 30 DEVELOPMENT REGULATIONS, ADMINISTRATION AND ENFORCEMENT OF"><span class="nx" onclick="tgl('MONROEC30',this);">   </span><input type="checkbox" name="MONROEC30" onclick="PropagateCheckBoxes('MONROEC30',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec30.htm','MONROEC30');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 30 DEVELOPMENT REGULATIONS, ADMINISTRATION AND ENFORCEMENT OF</a><div id="xmnuChildMONROEC30" class="chld"></div>
                </div>
                <div id="xmnuMONROEC33" class="cli" title="Chapter 33 DOGS, CATS AND OTHER ANIMALS"><span class="x" onclick="tgl('MONROEC33',this);">   </span><input type="checkbox" name="MONROEC33" onclick="PropagateCheckBoxes('MONROEC33',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec33.htm','MONROEC33');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 33 DOGS, CATS AND OTHER ANIMALS</a><div id="xmnuChildMONROEC33" class="chld"></div>
                </div>
                <div id="xmnuMONROEC35" class="cli" title="Chapter 35 DRUG-FREE ZONES"><span class="x" onclick="tgl('MONROEC35',this);">   </span><input type="checkbox" name="MONROEC35" onclick="PropagateCheckBoxes('MONROEC35',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec35.htm','MONROEC35');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 35 DRUG-FREE ZONES</a><div id="xmnuChildMONROEC35" class="chld"></div>
                </div>
                <div id="xmnuMONROEC37" class="cli" title="Chapter 37 ELECTRICAL STANDARDS"><span class="x" onclick="tgl('MONROEC37',this);">   </span><input type="checkbox" name="MONROEC37" onclick="PropagateCheckBoxes('MONROEC37',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec37.htm','MONROEC37');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 37 ELECTRICAL STANDARDS</a><div id="xmnuChildMONROEC37" class="chld"></div>
                </div>
                <div id="xmnuMONROEC38" class="cli" title="Chapter 38 ENVIRONMENTAL QUALITY REVIEW"><span class="x" onclick="tgl('MONROEC38',this);">   </span><input type="checkbox" name="MONROEC38" onclick="PropagateCheckBoxes('MONROEC38',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec38.htm','MONROEC38');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 38 ENVIRONMENTAL QUALITY REVIEW</a><div id="xmnuChildMONROEC38" class="chld"></div>
                </div>
                <div id="xmnuMONROEC39" class="cli" title="Chapter 39 FEES"><span class="x" onclick="tgl('MONROEC39',this);">   </span><input type="checkbox" name="MONROEC39" onclick="PropagateCheckBoxes('MONROEC39',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec39.htm','MONROEC39');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 39 FEES</a><div id="xmnuChildMONROEC39" class="chld"></div>
                </div>
                <div id="xmnuMONROEC41" class="cli" title="Chapter 41 FIRE DEPARTMENT1"><span class="x" onclick="tgl('MONROEC41',this);">   </span><input type="checkbox" name="MONROEC41" onclick="PropagateCheckBoxes('MONROEC41',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec41.htm','MONROEC41');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 41 FIRE DEPARTMENT1</a><div id="xmnuChildMONROEC41" class="chld"></div>
                </div>
                <div id="xmnuMONROEC42" class="cli" title="Chapter 42 FIRE DISTRICTS AND COMMISSIONERS"><span class="x" onclick="tgl('MONROEC42',this);">   </span><input type="checkbox" name="MONROEC42" onclick="PropagateCheckBoxes('MONROEC42',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec42.htm','MONROEC42');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 42 FIRE DISTRICTS AND COMMISSIONERS</a><div id="xmnuChildMONROEC42" class="chld"></div>
                </div>
                <div id="xmnuMONROEC43" class="cli" title="Chapter 43 FIRE PREVENTION"><span class="x" onclick="tgl('MONROEC43',this);">   </span><input type="checkbox" name="MONROEC43" onclick="PropagateCheckBoxes('MONROEC43',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec43.htm','MONROEC43');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 43 FIRE PREVENTION</a><div id="xmnuChildMONROEC43" class="chld"></div>
                </div>
                <div id="xmnuMONROEC44" class="cli" title="Chapter 44 FLOOD DAMAGE PREVENTION"><span class="nx" onclick="tgl('MONROEC44',this);">   </span><input type="checkbox" name="MONROEC44" onclick="PropagateCheckBoxes('MONROEC44',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec44.htm','MONROEC44');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 44 FLOOD DAMAGE PREVENTION</a><div id="xmnuChildMONROEC44" class="chld"></div>
                </div>
                <div id="xmnuMONROEC45" class="cli" title="Chapter 45 SOUTH CENTRAL MIDDLESEX COUNTY FLOOD CONTROL COMMISSION"><span class="x" onclick="tgl('MONROEC45',this);">   </span><input type="checkbox" name="MONROEC45" onclick="PropagateCheckBoxes('MONROEC45',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec45.htm','MONROEC45');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 45 SOUTH CENTRAL MIDDLESEX COUNTY FLOOD CONTROL COMMISSION</a><div id="xmnuChildMONROEC45" class="chld"></div>
                </div>
                <div id="xmnuMONROEC46" class="cli" title="Chapter 46 FOOD HANDLING PERSONNEL"><span class="x" onclick="tgl('MONROEC46',this);">   </span><input type="checkbox" name="MONROEC46" onclick="PropagateCheckBoxes('MONROEC46',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec46.htm','MONROEC46');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 46 FOOD HANDLING PERSONNEL</a><div id="xmnuChildMONROEC46" class="chld"></div>
                </div>
                <div id="xmnuMONROEC47" class="cli" title="Chapter 47 FOOD ESTABLISHMENTS"><span class="x" onclick="tgl('MONROEC47',this);">   </span><input type="checkbox" name="MONROEC47" onclick="PropagateCheckBoxes('MONROEC47',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec47.htm','MONROEC47');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 47 FOOD ESTABLISHMENTS</a><div id="xmnuChildMONROEC47" class="chld"></div>
                </div>
                <div id="xmnuMONROEC48" class="cli" title="Chapter 48 FOOD ESTABLISHMENT TRAINING REGULATION, RETAIL"><span class="x" onclick="tgl('MONROEC48',this);">   </span><input type="checkbox" name="MONROEC48" onclick="PropagateCheckBoxes('MONROEC48',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec48.htm','MONROEC48');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 48 FOOD ESTABLISHMENT TRAINING REGULATION, RETAIL</a><div id="xmnuChildMONROEC48" class="chld"></div>
                </div>
                <div id="xmnuMONROEC50" class="cli" title="Chapter 50 GAMES OF CHANCE"><span class="x" onclick="tgl('MONROEC50',this);">   </span><input type="checkbox" name="MONROEC50" onclick="PropagateCheckBoxes('MONROEC50',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec50.htm','MONROEC50');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 50 GAMES OF CHANCE</a><div id="xmnuChildMONROEC50" class="chld"></div>
                </div>
                <div id="xmnuMONROEC52" class="cli" title="Chapter 52 GARBAGE, RUBBISH AND REFUSE"><span class="x" onclick="tgl('MONROEC52',this);">   </span><input type="checkbox" name="MONROEC52" onclick="PropagateCheckBoxes('MONROEC52',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec52.htm','MONROEC52');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 52 GARBAGE, RUBBISH AND REFUSE</a><div id="xmnuChildMONROEC52" class="chld"></div>
                </div>
                <div id="xmnuMONROEC53" class="cli" title="Chapter 53 HOUSING OFFICER, MUNICIPAL"><span class="x" onclick="tgl('MONROEC53',this);">   </span><input type="checkbox" name="MONROEC53" onclick="PropagateCheckBoxes('MONROEC53',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec53.htm','MONROEC53');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 53 HOUSING OFFICER, MUNICIPAL</a><div id="xmnuChildMONROEC53" class="chld"></div>
                </div>
                <div id="xmnuMONROEC54" class="cli" title="Chapter 54 HOUSING STANDARDS"><span class="x" onclick="tgl('MONROEC54',this);">   </span><input type="checkbox" name="MONROEC54" onclick="PropagateCheckBoxes('MONROEC54',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec54.htm','MONROEC54');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 54 HOUSING STANDARDS</a><div id="xmnuChildMONROEC54" class="chld"></div>
                </div>
                <div id="xmnuMONROEC55" class="cli" title="Chapter 55 ENERGY AGGREGATION PROGRAM"><span class="x" onclick="tgl('MONROEC55',this);">   </span><input type="checkbox" name="MONROEC55" onclick="PropagateCheckBoxes('MONROEC55',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec55.htm','MONROEC55');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 55 ENERGY AGGREGATION PROGRAM</a><div id="xmnuChildMONROEC55" class="chld"></div>
                </div>
                <div id="xmnuMONROEC56" class="cli" title="Chapter 56* OPEN SPACE AND FARMLAND PRESERVATION COMMISSION"><span class="x" onclick="tgl('MONROEC56',this);">   </span><input type="checkbox" name="MONROEC56" onclick="PropagateCheckBoxes('MONROEC56',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec56.htm','MONROEC56');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 56* OPEN SPACE AND FARMLAND PRESERVATION COMMISSION</a><div id="xmnuChildMONROEC56" class="chld"></div>
                </div>
                <div id="xmnuMONROEC57" class="cli" title="Chapter 57 THE INSURANCE FUND AND COMMISSION"><span class="x" onclick="tgl('MONROEC57',this);">   </span><input type="checkbox" name="MONROEC57" onclick="PropagateCheckBoxes('MONROEC57',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec57.htm','MONROEC57');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 57 THE INSURANCE FUND AND COMMISSION</a><div id="xmnuChildMONROEC57" class="chld"></div>
                </div>
                <div id="xmnuMONROEC57A" class="cli" title="Chapter 57A INTERLOCAL AGREEMENTS"><span class="x" onclick="tgl('MONROEC57A',this);">   </span><input type="checkbox" name="MONROEC57A" onclick="PropagateCheckBoxes('MONROEC57A',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec57a.htm','MONROEC57A');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 57A INTERLOCAL AGREEMENTS</a><div id="xmnuChildMONROEC57A" class="chld"></div>
                </div>
                <div id="xmnuMONROEC58" class="cli" title="Chapter 58 JUNKYARDS1"><span class="x" onclick="tgl('MONROEC58',this);">   </span><input type="checkbox" name="MONROEC58" onclick="PropagateCheckBoxes('MONROEC58',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec58.htm','MONROEC58');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 58 JUNKYARDS1</a><div id="xmnuChildMONROEC58" class="chld"></div>
                </div>
                <div id="xmnuMONROEC60" class="cli" title="Chapter 60 LIBRARY"><span class="x" onclick="tgl('MONROEC60',this);">   </span><input type="checkbox" name="MONROEC60" onclick="PropagateCheckBoxes('MONROEC60',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec60.htm','MONROEC60');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 60 LIBRARY</a><div id="xmnuChildMONROEC60" class="chld"></div>
                </div>
                <div id="xmnuMONROEC61" class="cli" title="Chapter 61 LICENSES"><span class="x" onclick="tgl('MONROEC61',this);">   </span><input type="checkbox" name="MONROEC61" onclick="PropagateCheckBoxes('MONROEC61',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec61.htm','MONROEC61');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 61 LICENSES</a><div id="xmnuChildMONROEC61" class="chld"></div>
                </div>
                <div id="xmnuMONROEC63" class="cli" title="Chapter 63 LITTERING AND PROPERTY MAINTENANCE"><span class="x" onclick="tgl('MONROEC63',this);">   </span><input type="checkbox" name="MONROEC63" onclick="PropagateCheckBoxes('MONROEC63',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec63.htm','MONROEC63');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 63 LITTERING AND PROPERTY MAINTENANCE</a><div id="xmnuChildMONROEC63" class="chld"></div>
                </div>
                <div id="xmnuMONROEC65" class="cli" title="Chapter 65 LOITERING"><span class="x" onclick="tgl('MONROEC65',this);">   </span><input type="checkbox" name="MONROEC65" onclick="PropagateCheckBoxes('MONROEC65',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec65.htm','MONROEC65');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 65 LOITERING</a><div id="xmnuChildMONROEC65" class="chld"></div>
                </div>
                <div id="xmnuMONROEC66" class="cli" title="Chapter 66 THE MONROE OAK"><span class="x" onclick="tgl('MONROEC66',this);">   </span><input type="checkbox" name="MONROEC66" onclick="PropagateCheckBoxes('MONROEC66',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec66.htm','MONROEC66');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 66 THE MONROE OAK</a><div id="xmnuChildMONROEC66" class="chld"></div>
                </div>
                <div id="xmnuMONROEC67" class="cli" title="Chapter 67 MASS GATHERINGS"><span class="x" onclick="tgl('MONROEC67',this);">   </span><input type="checkbox" name="MONROEC67" onclick="PropagateCheckBoxes('MONROEC67',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec67.htm','MONROEC67');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 67 MASS GATHERINGS</a><div id="xmnuChildMONROEC67" class="chld"></div>
                </div>
                <div id="xmnuMONROEC67A" class="cli" title="Chapter 67A MUNICIPAL SEPARATE STORM SEWER SYSTEM"><span class="x" onclick="tgl('MONROEC67A',this);">   </span><input type="checkbox" name="MONROEC67A" onclick="PropagateCheckBoxes('MONROEC67A',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec67a.htm','MONROEC67A');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 67A MUNICIPAL SEPARATE STORM SEWER SYSTEM</a><div id="xmnuChildMONROEC67A" class="chld"></div>
                </div>
                <div id="xmnuMONROEC68" class="cli" title="Chapter 68 NEW JERSEY TRAINING SCHOOL FOR BOYS CITIZEN REVIEW BOARD"><span class="x" onclick="tgl('MONROEC68',this);">   </span><input type="checkbox" name="MONROEC68" onclick="PropagateCheckBoxes('MONROEC68',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec68.htm','MONROEC68');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 68 NEW JERSEY TRAINING SCHOOL FOR BOYS CITIZEN REVIEW BOARD</a><div id="xmnuChildMONROEC68" class="chld"></div>
                </div>
                <div id="xmnuMONROEC69" class="cli" title="Chapter 69 NOISE"><span class="x" onclick="tgl('MONROEC69',this);">   </span><input type="checkbox" name="MONROEC69" onclick="PropagateCheckBoxes('MONROEC69',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec69.htm','MONROEC69');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 69 NOISE</a><div id="xmnuChildMONROEC69" class="chld"></div>
                </div>
                <div id="xmnuMONROEC70" class="cli" title="Chapter 70 NUISANCES, PUBLIC HEALTH"><span class="x" onclick="tgl('MONROEC70',this);">   </span><input type="checkbox" name="MONROEC70" onclick="PropagateCheckBoxes('MONROEC70',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec70.htm','MONROEC70');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 70 NUISANCES, PUBLIC HEALTH</a><div id="xmnuChildMONROEC70" class="chld"></div>
                </div>
                <div id="xmnuMONROEC71" class="cli" title="Chapter 71 HOTEL AND MOTEL ROOM OCCUPANCY TAX"><span class="x" onclick="tgl('MONROEC71',this);">   </span><input type="checkbox" name="MONROEC71" onclick="PropagateCheckBoxes('MONROEC71',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec71.htm','MONROEC71');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 71 HOTEL AND MOTEL ROOM OCCUPANCY TAX</a><div id="xmnuChildMONROEC71" class="chld"></div>
                </div>
                <div id="xmnuMONROEC72" class="cli" title="Chapter 72 OUTDOOR COMMERCIAL DISPLAYS AND SALES1"><span class="x" onclick="tgl('MONROEC72',this);">   </span><input type="checkbox" name="MONROEC72" onclick="PropagateCheckBoxes('MONROEC72',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec72.htm','MONROEC72');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 72 OUTDOOR COMMERCIAL DISPLAYS AND SALES1</a><div id="xmnuChildMONROEC72" class="chld"></div>
                </div>
                <div id="xmnuMONROEC73" class="cli" title="Chapter 73 PARKING, OFF-STREET"><span class="x" onclick="tgl('MONROEC73',this);">   </span><input type="checkbox" name="MONROEC73" onclick="PropagateCheckBoxes('MONROEC73',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec73.htm','MONROEC73');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 73 PARKING, OFF-STREET</a><div id="xmnuChildMONROEC73" class="chld"></div>
                </div>
                <div id="xmnuMONROEC76" class="cli" title="Chapter 76 PEACE AND GOOD ORDER"><span class="x" onclick="tgl('MONROEC76',this);">   </span><input type="checkbox" name="MONROEC76" onclick="PropagateCheckBoxes('MONROEC76',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec76.htm','MONROEC76');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 76 PEACE AND GOOD ORDER</a><div id="xmnuChildMONROEC76" class="chld"></div>
                </div>
                <div id="xmnuMONROEC77" class="cli" title="Chapter 77 PEDDLING AND SOLICITING"><span class="x" onclick="tgl('MONROEC77',this);">   </span><input type="checkbox" name="MONROEC77" onclick="PropagateCheckBoxes('MONROEC77',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec77.htm','MONROEC77');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 77 PEDDLING AND SOLICITING</a><div id="xmnuChildMONROEC77" class="chld"></div>
                </div>
                <div id="xmnuMONROEC78" class="cli" title="Chapter 78 PERSONNEL POLICIES AND PROCEDURES"><span class="x" onclick="tgl('MONROEC78',this);">   </span><input type="checkbox" name="MONROEC78" onclick="PropagateCheckBoxes('MONROEC78',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec78.htm','MONROEC78');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 78 PERSONNEL POLICIES AND PROCEDURES</a><div id="xmnuChildMONROEC78" class="chld"></div>
                </div>
                <div id="xmnuMONROEC79" class="cli" title="Chapter 79 POLICE DEPARTMENT RULES AND REGULATIONS"><span class="x" onclick="tgl('MONROEC79',this);">   </span><input type="checkbox" name="MONROEC79" onclick="PropagateCheckBoxes('MONROEC79',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec79.htm','MONROEC79');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 79 POLICE DEPARTMENT RULES AND REGULATIONS</a><div id="xmnuChildMONROEC79" class="chld"></div>
                </div>
                <div id="xmnuMONROEC85" class="cli" title="Chapter 85 SALARIES AND COMPENSATION"><span class="nx" onclick="tgl('MONROEC85',this);">   </span><input type="checkbox" name="MONROEC85" onclick="PropagateCheckBoxes('MONROEC85',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec85.htm','MONROEC85');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 85 SALARIES AND COMPENSATION</a><div id="xmnuChildMONROEC85" class="chld"></div>
                </div>
                <div id="xmnuMONROEC87" class="cli" title="Chapter 87 (RESERVED) 1"><span class="nx" onclick="tgl('MONROEC87',this);">   </span><input type="checkbox" name="MONROEC87" onclick="PropagateCheckBoxes('MONROEC87',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec87.htm','MONROEC87');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 87 (RESERVED) 1</a><div id="xmnuChildMONROEC87" class="chld"></div>
                </div>
                <div id="xmnuMONROEC89" class="cli" title="Chapter 89 SEWAGE DISPOSAL SYSTEMS, INDIVIDUAL"><span class="x" onclick="tgl('MONROEC89',this);">   </span><input type="checkbox" name="MONROEC89" onclick="PropagateCheckBoxes('MONROEC89',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec89.htm','MONROEC89');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 89 SEWAGE DISPOSAL SYSTEMS, INDIVIDUAL</a><div id="xmnuChildMONROEC89" class="chld"></div>
                </div>
                <div id="xmnuMONROEC92" class="cli" title="Chapter 92 SEWERS"><span class="x" onclick="tgl('MONROEC92',this);">   </span><input type="checkbox" name="MONROEC92" onclick="PropagateCheckBoxes('MONROEC92',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec92.htm','MONROEC92');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 92 SEWERS</a><div id="xmnuChildMONROEC92" class="chld"></div>
                </div>
                <div id="xmnuMONROEC96" class="cli" title="Chapter 96 SHADE TREES AND SHRUBBERY; LANDSCAPING"><span class="x" onclick="tgl('MONROEC96',this);">   </span><input type="checkbox" name="MONROEC96" onclick="PropagateCheckBoxes('MONROEC96',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec96.htm','MONROEC96');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 96 SHADE TREES AND SHRUBBERY; LANDSCAPING</a><div id="xmnuChildMONROEC96" class="chld"></div>
                </div>
                <div id="xmnuMONROEC97" class="cli" title="Chapter 97 TREE PRESERVATION"><span class="x" onclick="tgl('MONROEC97',this);">   </span><input type="checkbox" name="MONROEC97" onclick="PropagateCheckBoxes('MONROEC97',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec97.htm','MONROEC97');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 97 TREE PRESERVATION</a><div id="xmnuChildMONROEC97" class="chld"></div>
                </div>
                <div id="xmnuMONROEC101" class="cli" title="Chapter 101 SOIL MINING AND EXCAVATIONS"><span class="x" onclick="tgl('MONROEC101',this);">   </span><input type="checkbox" name="MONROEC101" onclick="PropagateCheckBoxes('MONROEC101',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec101.htm','MONROEC101');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 101 SOIL MINING AND EXCAVATIONS</a><div id="xmnuChildMONROEC101" class="chld"></div>
                </div>
                <div id="xmnuMONROEC105" class="cli" title="Chapter 105 STREETS AND SIDEWALKS"><span class="x" onclick="tgl('MONROEC105',this);">   </span><input type="checkbox" name="MONROEC105" onclick="PropagateCheckBoxes('MONROEC105',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec105.htm','MONROEC105');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 105 STREETS AND SIDEWALKS</a><div id="xmnuChildMONROEC105" class="chld"></div>
                </div>
                <div id="xmnuMONROEC108" class="cli" title="Chapter 108 LAND DEVELOPMENT*"><span class="nx" onclick="tgl('MONROEC108',this);">   </span><input type="checkbox" name="MONROEC108" onclick="PropagateCheckBoxes('MONROEC108',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec108.htm','MONROEC108');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 108 LAND DEVELOPMENT*</a><div id="xmnuChildMONROEC108" class="chld"></div>
                </div>
                <div id="xmnuMONROEC113" class="cli" title="Chapter 113 FARMING AND AGRICULTURE"><span class="x" onclick="tgl('MONROEC113',this);">   </span><input type="checkbox" name="MONROEC113" onclick="PropagateCheckBoxes('MONROEC113',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec113.htm','MONROEC113');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 113 FARMING AND AGRICULTURE</a><div id="xmnuChildMONROEC113" class="chld"></div>
                </div>
                <div id="xmnuMONROEC115" class="cli" title="Chapter 115 SWIMMING POOLS, PUBLIC"><span class="x" onclick="tgl('MONROEC115',this);">   </span><input type="checkbox" name="MONROEC115" onclick="PropagateCheckBoxes('MONROEC115',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec115.htm','MONROEC115');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 115 SWIMMING POOLS, PUBLIC</a><div id="xmnuChildMONROEC115" class="chld"></div>
                </div>
                <div id="xmnuMONROEC116" class="cli" title="Chapter 116 Towing and Storing of Vehicles"><span class="x" onclick="tgl('MONROEC116',this);">   </span><input type="checkbox" name="MONROEC116" onclick="PropagateCheckBoxes('MONROEC116',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec116.htm','MONROEC116');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 116 Towing and Storing of Vehicles</a><div id="xmnuChildMONROEC116" class="chld"></div>
                </div>
                <div id="xmnuMONROEC118" class="cli" title="Chapter 118 (RESERVED)1"><span class="nx" onclick="tgl('MONROEC118',this);">   </span><input type="checkbox" name="MONROEC118" onclick="PropagateCheckBoxes('MONROEC118',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec118.htm','MONROEC118');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 118 (RESERVED)1</a><div id="xmnuChildMONROEC118" class="chld"></div>
                </div>
                <div id="xmnuMONROEC122" class="cli" title="Chapter 122 VEHICLES AND TRAFFIC"><span class="x" onclick="tgl('MONROEC122',this);">   </span><input type="checkbox" name="MONROEC122" onclick="PropagateCheckBoxes('MONROEC122',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec122.htm','MONROEC122');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 122 VEHICLES AND TRAFFIC</a><div id="xmnuChildMONROEC122" class="chld"></div>
                </div>
                <div id="xmnuMONROEC125" class="cli" title="Chapter 125 WATER SUPPLIES, INDIVIDUAL AND SEMIPUBLIC"><span class="x" onclick="tgl('MONROEC125',this);">   </span><input type="checkbox" name="MONROEC125" onclick="PropagateCheckBoxes('MONROEC125',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec125.htm','MONROEC125');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 125 WATER SUPPLIES, INDIVIDUAL AND SEMIPUBLIC</a><div id="xmnuChildMONROEC125" class="chld"></div>
                </div>
                <div id="xmnuMONROEC126" class="cli" title="Chapter 126 WATER SUPPLY SYSTEM, PUBLIC"><span class="x" onclick="tgl('MONROEC126',this);">   </span><input type="checkbox" name="MONROEC126" onclick="PropagateCheckBoxes('MONROEC126',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec126.htm','MONROEC126');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 126 WATER SUPPLY SYSTEM, PUBLIC</a><div id="xmnuChildMONROEC126" class="chld"></div>
                </div>
                <div id="xmnuMONROEC127" class="cli" title="Chapter 127 WATER USE RESTRICTIONS, EMERGENCY"><span class="x" onclick="tgl('MONROEC127',this);">   </span><input type="checkbox" name="MONROEC127" onclick="PropagateCheckBoxes('MONROEC127',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec127.htm','MONROEC127');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 127 WATER USE RESTRICTIONS, EMERGENCY</a><div id="xmnuChildMONROEC127" class="chld"></div>
                </div>
                <div id="xmnuMONROEC128" class="cli" title="Chapter 128 WELL DRILLING"><span class="x" onclick="tgl('MONROEC128',this);">   </span><input type="checkbox" name="MONROEC128" onclick="PropagateCheckBoxes('MONROEC128',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec128.htm','MONROEC128');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 128 WELL DRILLING</a><div id="xmnuChildMONROEC128" class="chld"></div>
                </div>
                <div id="xmnuMONROEC129" class="cli" title="Chapter 129 WILDLIFE FEEDING"><span class="x" onclick="tgl('MONROEC129',this);">   </span><input type="checkbox" name="MONROEC129" onclick="PropagateCheckBoxes('MONROEC129',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec129.htm','MONROEC129');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 129 WILDLIFE FEEDING</a><div id="xmnuChildMONROEC129" class="chld"></div>
                </div>
                <div id="xmnuMONROEC130" class="cli" title="Chapter 130 RESERVED*"><span class="nx" onclick="tgl('MONROEC130',this);">   </span><input type="checkbox" name="MONROEC130" onclick="PropagateCheckBoxes('MONROEC130',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec130.htm','MONROEC130');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 130 RESERVED*</a><div id="xmnuChildMONROEC130" class="chld"></div>
                </div>
                <div id="xmnuMONROEC131" class="cli" title="Chapter 131 AFFORDABLE HOUSING"><span class="nx" onclick="tgl('MONROEC131',this);">   </span><input type="checkbox" name="MONROEC131" onclick="PropagateCheckBoxes('MONROEC131',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec131.htm','MONROEC131');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 131 AFFORDABLE HOUSING</a><div id="xmnuChildMONROEC131" class="chld"></div>
                </div>
                <div id="xmnuMONROEC131A" class="cli" title="Chapter 131A AFFORDABLE HOUSING DEVELOPMENT FEES"><span class="nx" onclick="tgl('MONROEC131A',this);">   </span><input type="checkbox" name="MONROEC131A" onclick="PropagateCheckBoxes('MONROEC131A',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroec131a.htm','MONROEC131A');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 131A AFFORDABLE HOUSING DEVELOPMENT FEES</a><div id="xmnuChildMONROEC131A" class="chld"></div>
                </div>
                <div id="xmnuMONROECA133" class="cli" title="Chapter A133 CABLE TELEVISION FRANCHISE"><span class="x" onclick="tgl('MONROECA133',this);">   </span><input type="checkbox" name="MONROECA133" onclick="PropagateCheckBoxes('MONROECA133',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/code/monroeca133.htm','MONROECA133');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter A133 CABLE TELEVISION FRANCHISE</a><div id="xmnuChildMONROECA133" class="chld"></div>
                </div>
              </div>
            </div>
            <div id="xmnuMonroe_Land" class="cli" title="Land Development Volume"><span class="x" onclick="tgl('Monroe_Land',this);">   </span><input type="checkbox" name="Monroe_Land" onclick="PropagateCheckBoxes('Monroe_Land',this);"><a href="javascript:tgl('Monroe_Land','{@id}');" style="background: url('Images/folder.gif') no-repeat;padding-left: 19px;">Land Development Volume</a><div id="xmnuChildMonroe_Land" class="chld">
                <div id="xmnuMONROELTP" class="cli" title="Title Page"><span class="nx" onclick="tgl('MONROELTP',this);">   </span><input type="checkbox" name="MONROELTP" onclick="PropagateCheckBoxes('MONROELTP',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroeltp.htm','MONROELTP');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Title Page</a><div id="xmnuChildMONROELTP" class="chld"></div>
                </div>
                <div id="xmnuMONROE30" class="cli" title="Chapter 30 DEVELOPMENT REGULATIONS, ADMINISTRATION AND ENFORCEMENT OF"><span class="x" onclick="tgl('MONROE30',this);">   </span><input type="checkbox" name="MONROE30" onclick="PropagateCheckBoxes('MONROE30',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe30.htm','MONROE30');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 30 DEVELOPMENT REGULATIONS, ADMINISTRATION AND ENFORCEMENT OF</a><div id="xmnuChildMONROE30" class="chld"></div>
                </div>
                <div id="xmnuMONROE44" class="cli" title="Chapter 44 FLOOD DAMAGE PREVENTION"><span class="x" onclick="tgl('MONROE44',this);">   </span><input type="checkbox" name="MONROE44" onclick="PropagateCheckBoxes('MONROE44',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe44.htm','MONROE44');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 44 FLOOD DAMAGE PREVENTION</a><div id="xmnuChildMONROE44" class="chld"></div>
                </div>
                <div id="xmnuCHAPTER_108" class="cli" title="Chapter 108 LAND DEVELOPMENT"><span class="x" onclick="tgl('CHAPTER_108',this);">   </span><input type="checkbox" name="CHAPTER_108" onclick="PropagateCheckBoxes('CHAPTER_108',this);"><a href="javascript:tgl('CHAPTER_108','{@id}');" style="background: url('Images/folder.gif') no-repeat;padding-left: 19px;">Chapter 108 LAND DEVELOPMENT</a><div id="xmnuChildCHAPTER_108" class="chld">
                    <div id="xmnuMONROE108TP" class="cli" title="Table of Contents"><span class="x" onclick="tgl('MONROE108TP',this);">   </span><input type="checkbox" name="MONROE108TP" onclick="PropagateCheckBoxes('MONROE108TP',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108tp.htm','MONROE108TP');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Table of Contents</a><div id="xmnuChildMONROE108TP" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_01" class="cli" title="ARTICLE I Title and Purpose"><span class="x" onclick="tgl('MONROE108_01',this);">   </span><input type="checkbox" name="MONROE108_01" onclick="PropagateCheckBoxes('MONROE108_01',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_01.htm','MONROE108_01');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE I Title and Purpose</a><div id="xmnuChildMONROE108_01" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_02" class="cli" title="ARTICLE II Definitions"><span class="x" onclick="tgl('MONROE108_02',this);">   </span><input type="checkbox" name="MONROE108_02" onclick="PropagateCheckBoxes('MONROE108_02',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_02.htm','MONROE108_02');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE II Definitions</a><div id="xmnuChildMONROE108_02" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_03" class="cli" title="ARTICLE III Administrative Procedures"><span class="x" onclick="tgl('MONROE108_03',this);">   </span><input type="checkbox" name="MONROE108_03" onclick="PropagateCheckBoxes('MONROE108_03',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_03.htm','MONROE108_03');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE III Administrative Procedures</a><div id="xmnuChildMONROE108_03" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_04" class="cli" title="ARTICLE IV Nonconforming Uses, Lots and Buildings"><span class="x" onclick="tgl('MONROE108_04',this);">   </span><input type="checkbox" name="MONROE108_04" onclick="PropagateCheckBoxes('MONROE108_04',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_04.htm','MONROE108_04');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE IV Nonconforming Uses, Lots and Buildings</a><div id="xmnuChildMONROE108_04" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_05" class="cli" title="ARTICLE V General Provisions and Regulations"><span class="x" onclick="tgl('MONROE108_05',this);">   </span><input type="checkbox" name="MONROE108_05" onclick="PropagateCheckBoxes('MONROE108_05',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_05.htm','MONROE108_05');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE V General Provisions and Regulations</a><div id="xmnuChildMONROE108_05" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_06" class="cli" title="ARTICLE VI Zoning District Regulations"><span class="x" onclick="tgl('MONROE108_06',this);">   </span><input type="checkbox" name="MONROE108_06" onclick="PropagateCheckBoxes('MONROE108_06',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_06.htm','MONROE108_06');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE VI Zoning District Regulations</a><div id="xmnuChildMONROE108_06" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_07" class="cli" title="ARTICLE VII Conditional Uses"><span class="x" onclick="tgl('MONROE108_07',this);">   </span><input type="checkbox" name="MONROE108_07" onclick="PropagateCheckBoxes('MONROE108_07',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_07.htm','MONROE108_07');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE VII Conditional Uses</a><div id="xmnuChildMONROE108_07" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_08" class="cli" title="ARTICLE VIII Landscape Requirements for Buffer and Parking Areas"><span class="x" onclick="tgl('MONROE108_08',this);">   </span><input type="checkbox" name="MONROE108_08" onclick="PropagateCheckBoxes('MONROE108_08',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_08.htm','MONROE108_08');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE VIII Landscape Requirements for Buffer and Parking Areas</a><div id="xmnuChildMONROE108_08" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_09" class="cli" title="ARTICLE IX Parking"><span class="x" onclick="tgl('MONROE108_09',this);">   </span><input type="checkbox" name="MONROE108_09" onclick="PropagateCheckBoxes('MONROE108_09',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_09.htm','MONROE108_09');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE IX Parking</a><div id="xmnuChildMONROE108_09" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_10" class="cli" title="ARTICLE X Signs"><span class="x" onclick="tgl('MONROE108_10',this);">   </span><input type="checkbox" name="MONROE108_10" onclick="PropagateCheckBoxes('MONROE108_10',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_10.htm','MONROE108_10');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE X Signs</a><div id="xmnuChildMONROE108_10" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_11" class="cli" title="ARTICLE XI Plat Details"><span class="x" onclick="tgl('MONROE108_11',this);">   </span><input type="checkbox" name="MONROE108_11" onclick="PropagateCheckBoxes('MONROE108_11',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_11.htm','MONROE108_11');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XI Plat Details</a><div id="xmnuChildMONROE108_11" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_12" class="cli" title="ARTICLE XII Design Standards and Improvement Specifications"><span class="x" onclick="tgl('MONROE108_12',this);">   </span><input type="checkbox" name="MONROE108_12" onclick="PropagateCheckBoxes('MONROE108_12',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_12.htm','MONROE108_12');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XII Design Standards and Improvement Specifications</a><div id="xmnuChildMONROE108_12" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_13" class="cli" title="ARTICLE XIII Guaranties and Improvement Procedures"><span class="x" onclick="tgl('MONROE108_13',this);">   </span><input type="checkbox" name="MONROE108_13" onclick="PropagateCheckBoxes('MONROE108_13',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_13.htm','MONROE108_13');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XIII Guaranties and Improvement Procedures</a><div id="xmnuChildMONROE108_13" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_14" class="cli" title="ARTICLE XIV Enforcement"><span class="x" onclick="tgl('MONROE108_14',this);">   </span><input type="checkbox" name="MONROE108_14" onclick="PropagateCheckBoxes('MONROE108_14',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_14.htm','MONROE108_14');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XIV Enforcement</a><div id="xmnuChildMONROE108_14" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_15" class="cli" title="ARTICLE XV Fees and Escrow Fees"><span class="x" onclick="tgl('MONROE108_15',this);">   </span><input type="checkbox" name="MONROE108_15" onclick="PropagateCheckBoxes('MONROE108_15',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_15.htm','MONROE108_15');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XV Fees and Escrow Fees</a><div id="xmnuChildMONROE108_15" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_16" class="cli" title="ARTICLE XVI Checklists"><span class="x" onclick="tgl('MONROE108_16',this);">   </span><input type="checkbox" name="MONROE108_16" onclick="PropagateCheckBoxes('MONROE108_16',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_16.htm','MONROE108_16');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XVI Checklists</a><div id="xmnuChildMONROE108_16" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_17" class="cli" title="ARTICLE XVII Tree Removal"><span class="x" onclick="tgl('MONROE108_17',this);">   </span><input type="checkbox" name="MONROE108_17" onclick="PropagateCheckBoxes('MONROE108_17',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_17.htm','MONROE108_17');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XVII Tree Removal</a><div id="xmnuChildMONROE108_17" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_18" class="cli" title="ARTICLE XVIII Restrictions on Campaign Contributions from Developers"><span class="x" onclick="tgl('MONROE108_18',this);">   </span><input type="checkbox" name="MONROE108_18" onclick="PropagateCheckBoxes('MONROE108_18',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_18.htm','MONROE108_18');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XVIII Restrictions on Campaign Contributions from Developers</a><div id="xmnuChildMONROE108_18" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_19" class="cli" title="ARTICLE XIX Restrictions on Campaign Contributions from Redevelopers"><span class="x" onclick="tgl('MONROE108_19',this);">   </span><input type="checkbox" name="MONROE108_19" onclick="PropagateCheckBoxes('MONROE108_19',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_19.htm','MONROE108_19');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XIX Restrictions on Campaign Contributions from Redevelopers</a><div id="xmnuChildMONROE108_19" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_20" class="cli" title="ARTICLE XX Campaign Disclosure Statement"><span class="x" onclick="tgl('MONROE108_20',this);">   </span><input type="checkbox" name="MONROE108_20" onclick="PropagateCheckBoxes('MONROE108_20',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_20.htm','MONROE108_20');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XX Campaign Disclosure Statement</a><div id="xmnuChildMONROE108_20" class="chld"></div>
                    </div>
                    <div id="xmnuMONROE108_SCHED" class="cli" title="Schedules of Area, Yard and Building Requirements"><span class="nx" onclick="tgl('MONROE108_SCHED',this);">   </span><input type="checkbox" name="MONROE108_SCHED" onclick="PropagateCheckBoxes('MONROE108_SCHED',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe108_sched.htm','MONROE108_SCHED');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Schedules of Area, Yard and Building Requirements</a><div id="xmnuChildMONROE108_SCHED" class="chld"></div>
                    </div>
                    <div id="xmnuMONROEADD1" class="cli" title="ADDENDUM I, &quot;First Priority&quot; Locations"><span class="nx" onclick="tgl('MONROEADD1',this);">   </span><input type="checkbox" name="MONROEADD1" onclick="PropagateCheckBoxes('MONROEADD1',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroeadd1.htm','MONROEADD1');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ADDENDUM I, "First Priority" Locations</a><div id="xmnuChildMONROEADD1" class="chld"></div>
                    </div>
                    <div id="xmnuMONROEZMAP" class="cli" title="Zoning Map"><span class="nx" onclick="tgl('MONROEZMAP',this);">   </span><input type="checkbox" name="MONROEZMAP" onclick="PropagateCheckBoxes('MONROEZMAP',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroezmap.htm','MONROEZMAP');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Zoning Map</a><div id="xmnuChildMONROEZMAP" class="chld"></div>
                    </div>
                  </div>
                </div>
                <div id="xmnuMONROE131" class="cli" title="Chapter 131 AFFORDABLE HOUSING"><span class="x" onclick="tgl('MONROE131',this);">   </span><input type="checkbox" name="MONROE131" onclick="PropagateCheckBoxes('MONROE131',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe131.htm','MONROE131');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 131 AFFORDABLE HOUSING</a><div id="xmnuChildMONROE131" class="chld"></div>
                </div>
                <div id="xmnuMONROE131A" class="cli" title="Chapter 131A AFFORDABLE HOUSING DEVELOPMENT FEES"><span class="x" onclick="tgl('MONROE131A',this);">   </span><input type="checkbox" name="MONROE131A" onclick="PropagateCheckBoxes('MONROE131A',this);"><a href="javascript:cic('Content/MonroeTwp-nj/books/land/monroe131a.htm','MONROE131A');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 131A AFFORDABLE HOUSING DEVELOPMENT FEES</a><div id="xmnuChildMONROE131A" class="chld"></div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </body>
</html>