﻿<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=WildwoodCrest-nj"><script ID="ContentsControlScript" language="javascript">
          var clientSite='WildwoodCrest-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="Wildwood Crest, 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;">Wildwood Crest, NJ</a><div id="xmnuChildtopItem" class="chld" style="display:block;">
            <div id="xmnuWildwoodCrest" class="cli" title="Borough Code"><span class="x" onclick="tgl('WildwoodCrest',this);">   </span><input type="checkbox" name="WildwoodCrest" onclick="PropagateCheckBoxes('WildwoodCrest',this);"><a href="javascript:tgl('WildwoodCrest','{@id}');" style="background: url('Images/folder.gif') no-repeat;padding-left: 19px;">Borough Code</a><div id="xmnuChildWildwoodCrest" class="chld">
                <div id="xmnuWILDWOODCRESTTP" class="cli" title="TITLE PAGE"><span class="nx" onclick="tgl('WILDWOODCRESTTP',this);">   </span><input type="checkbox" name="WILDWOODCRESTTP" onclick="PropagateCheckBoxes('WILDWOODCRESTTP',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcresttp.htm','WILDWOODCRESTTP');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">TITLE PAGE</a><div id="xmnuChildWILDWOODCRESTTP" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTCERT" class="cli" title="Certification"><span class="nx" onclick="tgl('WILDWOODCRESTCERT',this);">   </span><input type="checkbox" name="WILDWOODCRESTCERT" onclick="PropagateCheckBoxes('WILDWOODCRESTCERT',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestcert.htm','WILDWOODCRESTCERT');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Certification</a><div id="xmnuChildWILDWOODCRESTCERT" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC01" class="cli" title="Chapter 1 GENERAL PROVISIONS"><span class="x" onclick="tgl('WILDWOODCRESTC01',this);">   </span><input type="checkbox" name="WILDWOODCRESTC01" onclick="PropagateCheckBoxes('WILDWOODCRESTC01',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc01.htm','WILDWOODCRESTC01');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 1 GENERAL PROVISIONS</a><div id="xmnuChildWILDWOODCRESTC01" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC02" class="cli" title="Chapter 2 AGREEMENTS AND CONTRACTS"><span class="x" onclick="tgl('WILDWOODCRESTC02',this);">   </span><input type="checkbox" name="WILDWOODCRESTC02" onclick="PropagateCheckBoxes('WILDWOODCRESTC02',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc02.htm','WILDWOODCRESTC02');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 2 AGREEMENTS AND CONTRACTS</a><div id="xmnuChildWILDWOODCRESTC02" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC03" class="cli" title="Chapter 3 ALARM SYSTEMS"><span class="x" onclick="tgl('WILDWOODCRESTC03',this);">   </span><input type="checkbox" name="WILDWOODCRESTC03" onclick="PropagateCheckBoxes('WILDWOODCRESTC03',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc03.htm','WILDWOODCRESTC03');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 3 ALARM SYSTEMS</a><div id="xmnuChildWILDWOODCRESTC03" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC04" class="cli" title="Chapter 4 ALCOHOLIC BEVERAGES"><span class="x" onclick="tgl('WILDWOODCRESTC04',this);">   </span><input type="checkbox" name="WILDWOODCRESTC04" onclick="PropagateCheckBoxes('WILDWOODCRESTC04',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc04.htm','WILDWOODCRESTC04');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 4 ALCOHOLIC BEVERAGES</a><div id="xmnuChildWILDWOODCRESTC04" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC05" class="cli" title="Chapter 5 ANIMAL CONTROL"><span class="x" onclick="tgl('WILDWOODCRESTC05',this);">   </span><input type="checkbox" name="WILDWOODCRESTC05" onclick="PropagateCheckBoxes('WILDWOODCRESTC05',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc05.htm','WILDWOODCRESTC05');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 5 ANIMAL CONTROL</a><div id="xmnuChildWILDWOODCRESTC05" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC06" class="cli" title="Chapter 6 (RESERVED)1"><span class="nx" onclick="tgl('WILDWOODCRESTC06',this);">   </span><input type="checkbox" name="WILDWOODCRESTC06" onclick="PropagateCheckBoxes('WILDWOODCRESTC06',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc06.htm','WILDWOODCRESTC06');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 6 (RESERVED)1</a><div id="xmnuChildWILDWOODCRESTC06" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC08" class="cli" title="Chapter 8 BEACHES"><span class="x" onclick="tgl('WILDWOODCRESTC08',this);">   </span><input type="checkbox" name="WILDWOODCRESTC08" onclick="PropagateCheckBoxes('WILDWOODCRESTC08',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc08.htm','WILDWOODCRESTC08');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 8 BEACHES</a><div id="xmnuChildWILDWOODCRESTC08" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC09" class="cli" title="Chapter 9 BICYCLE AND PEDESTRIAN PATHS"><span class="x" onclick="tgl('WILDWOODCRESTC09',this);">   </span><input type="checkbox" name="WILDWOODCRESTC09" onclick="PropagateCheckBoxes('WILDWOODCRESTC09',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/WildwoodCrestC09.htm','WILDWOODCRESTC09');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 9 BICYCLE AND PEDESTRIAN PATHS</a><div id="xmnuChildWILDWOODCRESTC09" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC10" class="cli" title="Chapter 10 (RESERVED)1"><span class="nx" onclick="tgl('WILDWOODCRESTC10',this);">   </span><input type="checkbox" name="WILDWOODCRESTC10" onclick="PropagateCheckBoxes('WILDWOODCRESTC10',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc10.htm','WILDWOODCRESTC10');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 10 (RESERVED)1</a><div id="xmnuChildWILDWOODCRESTC10" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC11" class="cli" title="Chapter 11 BRUSH MAINTENANCE"><span class="x" onclick="tgl('WILDWOODCRESTC11',this);">   </span><input type="checkbox" name="WILDWOODCRESTC11" onclick="PropagateCheckBoxes('WILDWOODCRESTC11',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc11.htm','WILDWOODCRESTC11');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 11 BRUSH MAINTENANCE</a><div id="xmnuChildWILDWOODCRESTC11" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC12" class="cli" title="Chapter 12 (RESERVED) 1"><span class="nx" onclick="tgl('WILDWOODCRESTC12',this);">   </span><input type="checkbox" name="WILDWOODCRESTC12" onclick="PropagateCheckBoxes('WILDWOODCRESTC12',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc12.htm','WILDWOODCRESTC12');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 12 (RESERVED) 1</a><div id="xmnuChildWILDWOODCRESTC12" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC13" class="cli" title="Chapter 13 BUILDING CONTRACTORS"><span class="x" onclick="tgl('WILDWOODCRESTC13',this);">   </span><input type="checkbox" name="WILDWOODCRESTC13" onclick="PropagateCheckBoxes('WILDWOODCRESTC13',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc13.htm','WILDWOODCRESTC13');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 13 BUILDING CONTRACTORS</a><div id="xmnuChildWILDWOODCRESTC13" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC15" class="cli" title="Chapter 15 BUILDINGS, MOVING OF1"><span class="x" onclick="tgl('WILDWOODCRESTC15',this);">   </span><input type="checkbox" name="WILDWOODCRESTC15" onclick="PropagateCheckBoxes('WILDWOODCRESTC15',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc15.htm','WILDWOODCRESTC15');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 15 BUILDINGS, MOVING OF1</a><div id="xmnuChildWILDWOODCRESTC15" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC17" class="cli" title="Chapter 17 BULKHEADS, PIERS AND DOCKS1"><span class="x" onclick="tgl('WILDWOODCRESTC17',this);">   </span><input type="checkbox" name="WILDWOODCRESTC17" onclick="PropagateCheckBoxes('WILDWOODCRESTC17',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc17.htm','WILDWOODCRESTC17');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 17 BULKHEADS, PIERS AND DOCKS1</a><div id="xmnuChildWILDWOODCRESTC17" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC18" class="cli" title="Chapter 18 CAR WASHES"><span class="x" onclick="tgl('WILDWOODCRESTC18',this);">   </span><input type="checkbox" name="WILDWOODCRESTC18" onclick="PropagateCheckBoxes('WILDWOODCRESTC18',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc18.htm','WILDWOODCRESTC18');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 18 CAR WASHES</a><div id="xmnuChildWILDWOODCRESTC18" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC18A" class="cli" title="Chapter 18A CHIEF FINANCIAL OFFICER"><span class="x" onclick="tgl('WILDWOODCRESTC18A',this);">   </span><input type="checkbox" name="WILDWOODCRESTC18A" onclick="PropagateCheckBoxes('WILDWOODCRESTC18A',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc18a.htm','WILDWOODCRESTC18A');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 18A CHIEF FINANCIAL OFFICER</a><div id="xmnuChildWILDWOODCRESTC18A" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC19" class="cli" title="Chapter 19 CIVIL SERVICE"><span class="x" onclick="tgl('WILDWOODCRESTC19',this);">   </span><input type="checkbox" name="WILDWOODCRESTC19" onclick="PropagateCheckBoxes('WILDWOODCRESTC19',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc19.htm','WILDWOODCRESTC19');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 19 CIVIL SERVICE</a><div id="xmnuChildWILDWOODCRESTC19" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC21" class="cli" title="Chapter 21 CLAIMS PROCEDURE"><span class="x" onclick="tgl('WILDWOODCRESTC21',this);">   </span><input type="checkbox" name="WILDWOODCRESTC21" onclick="PropagateCheckBoxes('WILDWOODCRESTC21',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc21.htm','WILDWOODCRESTC21');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 21 CLAIMS PROCEDURE</a><div id="xmnuChildWILDWOODCRESTC21" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC22" class="cli" title="Chapter 22 CONSTRUCTION(1)"><span class="x" onclick="tgl('WILDWOODCRESTC22',this);">   </span><input type="checkbox" name="WILDWOODCRESTC22" onclick="PropagateCheckBoxes('WILDWOODCRESTC22',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc22.htm','WILDWOODCRESTC22');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 22 CONSTRUCTION(1)</a><div id="xmnuChildWILDWOODCRESTC22" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC23" class="cli" title="Chapter 23 COURT: MUNICIPAL"><span class="x" onclick="tgl('WILDWOODCRESTC23',this);">   </span><input type="checkbox" name="WILDWOODCRESTC23" onclick="PropagateCheckBoxes('WILDWOODCRESTC23',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc23.htm','WILDWOODCRESTC23');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 23 COURT: MUNICIPAL</a><div id="xmnuChildWILDWOODCRESTC23" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC25" class="cli" title="Chapter 25 CRIMINAL REGISTRATION"><span class="x" onclick="tgl('WILDWOODCRESTC25',this);">   </span><input type="checkbox" name="WILDWOODCRESTC25" onclick="PropagateCheckBoxes('WILDWOODCRESTC25',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc25.htm','WILDWOODCRESTC25');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 25 CRIMINAL REGISTRATION</a><div id="xmnuChildWILDWOODCRESTC25" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC26" class="cli" title="Chapter 26 CURFEW"><span class="x" onclick="tgl('WILDWOODCRESTC26',this);">   </span><input type="checkbox" name="WILDWOODCRESTC26" onclick="PropagateCheckBoxes('WILDWOODCRESTC26',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc26.htm','WILDWOODCRESTC26');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 26 CURFEW</a><div id="xmnuChildWILDWOODCRESTC26" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC28" class="cli" title="Chapter 28 DOGS"><span class="x" onclick="tgl('WILDWOODCRESTC28',this);">   </span><input type="checkbox" name="WILDWOODCRESTC28" onclick="PropagateCheckBoxes('WILDWOODCRESTC28',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc28.htm','WILDWOODCRESTC28');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 28 DOGS</a><div id="xmnuChildWILDWOODCRESTC28" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC30" class="cli" title="Chapter 30 ELECTIONS"><span class="x" onclick="tgl('WILDWOODCRESTC30',this);">   </span><input type="checkbox" name="WILDWOODCRESTC30" onclick="PropagateCheckBoxes('WILDWOODCRESTC30',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/WildwoodCrestC30.htm','WILDWOODCRESTC30');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 30 ELECTIONS</a><div id="xmnuChildWILDWOODCRESTC30" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC31" class="cli" title="Chapter 31 (RESERVED) 1"><span class="nx" onclick="tgl('WILDWOODCRESTC31',this);">   </span><input type="checkbox" name="WILDWOODCRESTC31" onclick="PropagateCheckBoxes('WILDWOODCRESTC31',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc31.htm','WILDWOODCRESTC31');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 31 (RESERVED) 1</a><div id="xmnuChildWILDWOODCRESTC31" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC32" class="cli" title="Chapter 32 ENVIRONMENTAL COMMISSION"><span class="x" onclick="tgl('WILDWOODCRESTC32',this);">   </span><input type="checkbox" name="WILDWOODCRESTC32" onclick="PropagateCheckBoxes('WILDWOODCRESTC32',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc32.htm','WILDWOODCRESTC32');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 32 ENVIRONMENTAL COMMISSION</a><div id="xmnuChildWILDWOODCRESTC32" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC32A" class="cli" title="Chapter 32A FEES"><span class="x" onclick="tgl('WILDWOODCRESTC32A',this);">   </span><input type="checkbox" name="WILDWOODCRESTC32A" onclick="PropagateCheckBoxes('WILDWOODCRESTC32A',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc32a.htm','WILDWOODCRESTC32A');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 32A FEES</a><div id="xmnuChildWILDWOODCRESTC32A" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC33" class="cli" title="Chapter 33 FIRE CONTROL MEASURES"><span class="x" onclick="tgl('WILDWOODCRESTC33',this);">   </span><input type="checkbox" name="WILDWOODCRESTC33" onclick="PropagateCheckBoxes('WILDWOODCRESTC33',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc33.htm','WILDWOODCRESTC33');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 33 FIRE CONTROL MEASURES</a><div id="xmnuChildWILDWOODCRESTC33" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC34" class="cli" title="Chapter 34 FIRE DEPARTMENT"><span class="x" onclick="tgl('WILDWOODCRESTC34',this);">   </span><input type="checkbox" name="WILDWOODCRESTC34" onclick="PropagateCheckBoxes('WILDWOODCRESTC34',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc34.htm','WILDWOODCRESTC34');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 34 FIRE DEPARTMENT</a><div id="xmnuChildWILDWOODCRESTC34" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC34A" class="cli" title="Chapter 34A FIRE INSURANCE CLAIMS"><span class="x" onclick="tgl('WILDWOODCRESTC34A',this);">   </span><input type="checkbox" name="WILDWOODCRESTC34A" onclick="PropagateCheckBoxes('WILDWOODCRESTC34A',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc34a.htm','WILDWOODCRESTC34A');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 34A FIRE INSURANCE CLAIMS</a><div id="xmnuChildWILDWOODCRESTC34A" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC35" class="cli" title="Chapter 35 FIRE PREVENTION"><span class="x" onclick="tgl('WILDWOODCRESTC35',this);">   </span><input type="checkbox" name="WILDWOODCRESTC35" onclick="PropagateCheckBoxes('WILDWOODCRESTC35',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc35.htm','WILDWOODCRESTC35');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 35 FIRE PREVENTION</a><div id="xmnuChildWILDWOODCRESTC35" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC36" class="cli" title="Chapter 36 FLOOD HAZARD AREAS"><span class="x" onclick="tgl('WILDWOODCRESTC36',this);">   </span><input type="checkbox" name="WILDWOODCRESTC36" onclick="PropagateCheckBoxes('WILDWOODCRESTC36',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc36.htm','WILDWOODCRESTC36');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 36 FLOOD HAZARD AREAS</a><div id="xmnuChildWILDWOODCRESTC36" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC36A" class="cli" title="Chapter 36A FOOD SALES FROM VEHICLES"><span class="x" onclick="tgl('WILDWOODCRESTC36A',this);">   </span><input type="checkbox" name="WILDWOODCRESTC36A" onclick="PropagateCheckBoxes('WILDWOODCRESTC36A',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc36a.htm','WILDWOODCRESTC36A');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 36A FOOD SALES FROM VEHICLES</a><div id="xmnuChildWILDWOODCRESTC36A" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC37" class="cli" title="Chapter 37 GARBAGE, RUBBISH, SOLID WASTE MANAGEMENT1"><span class="x" onclick="tgl('WILDWOODCRESTC37',this);">   </span><input type="checkbox" name="WILDWOODCRESTC37" onclick="PropagateCheckBoxes('WILDWOODCRESTC37',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc37.htm','WILDWOODCRESTC37');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 37 GARBAGE, RUBBISH, SOLID WASTE MANAGEMENT1</a><div id="xmnuChildWILDWOODCRESTC37" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC37A" class="cli" title="Chapter 37A HAZARDOUS MATERIALS"><span class="x" onclick="tgl('WILDWOODCRESTC37A',this);">   </span><input type="checkbox" name="WILDWOODCRESTC37A" onclick="PropagateCheckBoxes('WILDWOODCRESTC37A',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc37a.htm','WILDWOODCRESTC37A');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 37A HAZARDOUS MATERIALS</a><div id="xmnuChildWILDWOODCRESTC37A" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC38" class="cli" title="Chapter 38 (RESERVED) 1"><span class="nx" onclick="tgl('WILDWOODCRESTC38',this);">   </span><input type="checkbox" name="WILDWOODCRESTC38" onclick="PropagateCheckBoxes('WILDWOODCRESTC38',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc38.htm','WILDWOODCRESTC38');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 38 (RESERVED) 1</a><div id="xmnuChildWILDWOODCRESTC38" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC39" class="cli" title="Chapter 39 LAND USE PROCEDURES"><span class="x" onclick="tgl('WILDWOODCRESTC39',this);">   </span><input type="checkbox" name="WILDWOODCRESTC39" onclick="PropagateCheckBoxes('WILDWOODCRESTC39',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc39.htm','WILDWOODCRESTC39');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 39 LAND USE PROCEDURES</a><div id="xmnuChildWILDWOODCRESTC39" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC40" class="cli" title="Chapter 40 LICENSES"><span class="x" onclick="tgl('WILDWOODCRESTC40',this);">   </span><input type="checkbox" name="WILDWOODCRESTC40" onclick="PropagateCheckBoxes('WILDWOODCRESTC40',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc40.htm','WILDWOODCRESTC40');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 40 LICENSES</a><div id="xmnuChildWILDWOODCRESTC40" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC41" class="cli" title="Chapter 41 LITTER"><span class="x" onclick="tgl('WILDWOODCRESTC41',this);">   </span><input type="checkbox" name="WILDWOODCRESTC41" onclick="PropagateCheckBoxes('WILDWOODCRESTC41',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc41.htm','WILDWOODCRESTC41');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 41 LITTER</a><div id="xmnuChildWILDWOODCRESTC41" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC42" class="cli" title="Chapter 42 MOTOR VEHICLES: STORAGE"><span class="x" onclick="tgl('WILDWOODCRESTC42',this);">   </span><input type="checkbox" name="WILDWOODCRESTC42" onclick="PropagateCheckBoxes('WILDWOODCRESTC42',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc42.htm','WILDWOODCRESTC42');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 42 MOTOR VEHICLES: STORAGE</a><div id="xmnuChildWILDWOODCRESTC42" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC42A" class="cli" title="Chapter 42A NEWSPAPER RACKS"><span class="x" onclick="tgl('WILDWOODCRESTC42A',this);">   </span><input type="checkbox" name="WILDWOODCRESTC42A" onclick="PropagateCheckBoxes('WILDWOODCRESTC42A',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc42a.htm','WILDWOODCRESTC42A');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 42A NEWSPAPER RACKS</a><div id="xmnuChildWILDWOODCRESTC42A" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC43" class="cli" title="Chapter 43 NOISE AND ODORS"><span class="x" onclick="tgl('WILDWOODCRESTC43',this);">   </span><input type="checkbox" name="WILDWOODCRESTC43" onclick="PropagateCheckBoxes('WILDWOODCRESTC43',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc43.htm','WILDWOODCRESTC43');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 43 NOISE AND ODORS</a><div id="xmnuChildWILDWOODCRESTC43" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC44" class="cli" title="Chapter 44 NOTICES AND DESIGNATION OF CONTACT PERSON"><span class="x" onclick="tgl('WILDWOODCRESTC44',this);">   </span><input type="checkbox" name="WILDWOODCRESTC44" onclick="PropagateCheckBoxes('WILDWOODCRESTC44',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc44.htm','WILDWOODCRESTC44');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 44 NOTICES AND DESIGNATION OF CONTACT PERSON</a><div id="xmnuChildWILDWOODCRESTC44" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC45" class="cli" title="Chapter 45 NUISANCES"><span class="x" onclick="tgl('WILDWOODCRESTC45',this);">   </span><input type="checkbox" name="WILDWOODCRESTC45" onclick="PropagateCheckBoxes('WILDWOODCRESTC45',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc45.htm','WILDWOODCRESTC45');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 45 NUISANCES</a><div id="xmnuChildWILDWOODCRESTC45" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC46" class="cli" title="Chapter 46 OFFICERS AND EMPLOYEES"><span class="x" onclick="tgl('WILDWOODCRESTC46',this);">   </span><input type="checkbox" name="WILDWOODCRESTC46" onclick="PropagateCheckBoxes('WILDWOODCRESTC46',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc46.htm','WILDWOODCRESTC46');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 46 OFFICERS AND EMPLOYEES</a><div id="xmnuChildWILDWOODCRESTC46" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC47" class="cli" title="Chapter 47 PARKING METERS"><span class="x" onclick="tgl('WILDWOODCRESTC47',this);">   </span><input type="checkbox" name="WILDWOODCRESTC47" onclick="PropagateCheckBoxes('WILDWOODCRESTC47',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc47.htm','WILDWOODCRESTC47');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 47 PARKING METERS</a><div id="xmnuChildWILDWOODCRESTC47" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC47A" class="cli" title="Chapter 47A PARKS"><span class="x" onclick="tgl('WILDWOODCRESTC47A',this);">   </span><input type="checkbox" name="WILDWOODCRESTC47A" onclick="PropagateCheckBoxes('WILDWOODCRESTC47A',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc47a.htm','WILDWOODCRESTC47A');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 47A PARKS</a><div id="xmnuChildWILDWOODCRESTC47A" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC48" class="cli" title="Chapter 48 PEACE AND GOOD ORDER1"><span class="x" onclick="tgl('WILDWOODCRESTC48',this);">   </span><input type="checkbox" name="WILDWOODCRESTC48" onclick="PropagateCheckBoxes('WILDWOODCRESTC48',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc48.htm','WILDWOODCRESTC48');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 48 PEACE AND GOOD ORDER1</a><div id="xmnuChildWILDWOODCRESTC48" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC49" class="cli" title="Chapter 49 PET WASTE"><span class="x" onclick="tgl('WILDWOODCRESTC49',this);">   </span><input type="checkbox" name="WILDWOODCRESTC49" onclick="PropagateCheckBoxes('WILDWOODCRESTC49',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc49.htm','WILDWOODCRESTC49');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 49 PET WASTE</a><div id="xmnuChildWILDWOODCRESTC49" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC50" class="cli" title="Chapter 50 (RESERVED) 1"><span class="nx" onclick="tgl('WILDWOODCRESTC50',this);">   </span><input type="checkbox" name="WILDWOODCRESTC50" onclick="PropagateCheckBoxes('WILDWOODCRESTC50',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc50.htm','WILDWOODCRESTC50');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 50 (RESERVED) 1</a><div id="xmnuChildWILDWOODCRESTC50" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC51" class="cli" title="Chapter 51 (RESERVED) 1"><span class="nx" onclick="tgl('WILDWOODCRESTC51',this);">   </span><input type="checkbox" name="WILDWOODCRESTC51" onclick="PropagateCheckBoxes('WILDWOODCRESTC51',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc51.htm','WILDWOODCRESTC51');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 51 (RESERVED) 1</a><div id="xmnuChildWILDWOODCRESTC51" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC53" class="cli" title="Chapter 53 POLICE DEPARTMENT"><span class="x" onclick="tgl('WILDWOODCRESTC53',this);">   </span><input type="checkbox" name="WILDWOODCRESTC53" onclick="PropagateCheckBoxes('WILDWOODCRESTC53',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc53.htm','WILDWOODCRESTC53');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 53 POLICE DEPARTMENT</a><div id="xmnuChildWILDWOODCRESTC53" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC54" class="cli" title="Chapter 54 PROPERTY MAINTENANCE CODE 1"><span class="x" onclick="tgl('WILDWOODCRESTC54',this);">   </span><input type="checkbox" name="WILDWOODCRESTC54" onclick="PropagateCheckBoxes('WILDWOODCRESTC54',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc54.htm','WILDWOODCRESTC54');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 54 PROPERTY MAINTENANCE CODE 1</a><div id="xmnuChildWILDWOODCRESTC54" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC54A" class="cli" title="Chapter 54A PUBLIC DEFENDER: MUNICIPAL"><span class="x" onclick="tgl('WILDWOODCRESTC54A',this);">   </span><input type="checkbox" name="WILDWOODCRESTC54A" onclick="PropagateCheckBoxes('WILDWOODCRESTC54A',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc54a.htm','WILDWOODCRESTC54A');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 54A PUBLIC DEFENDER: MUNICIPAL</a><div id="xmnuChildWILDWOODCRESTC54A" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC55" class="cli" title="Chapter 55 PUBLIC HEALTH NUISANCE CODE"><span class="x" onclick="tgl('WILDWOODCRESTC55',this);">   </span><input type="checkbox" name="WILDWOODCRESTC55" onclick="PropagateCheckBoxes('WILDWOODCRESTC55',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc55.htm','WILDWOODCRESTC55');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 55 PUBLIC HEALTH NUISANCE CODE</a><div id="xmnuChildWILDWOODCRESTC55" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC56" class="cli" title="Chapter 56 RECREATION COMMISSION"><span class="x" onclick="tgl('WILDWOODCRESTC56',this);">   </span><input type="checkbox" name="WILDWOODCRESTC56" onclick="PropagateCheckBoxes('WILDWOODCRESTC56',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc56.htm','WILDWOODCRESTC56');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 56 RECREATION COMMISSION</a><div id="xmnuChildWILDWOODCRESTC56" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC57" class="cli" title="Chapter 57 RETAIL FOOD ESTABLISHMENT CODE"><span class="x" onclick="tgl('WILDWOODCRESTC57',this);">   </span><input type="checkbox" name="WILDWOODCRESTC57" onclick="PropagateCheckBoxes('WILDWOODCRESTC57',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc57.htm','WILDWOODCRESTC57');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 57 RETAIL FOOD ESTABLISHMENT CODE</a><div id="xmnuChildWILDWOODCRESTC57" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC58" class="cli" title="Chapter 58 RETURNED CHECKS"><span class="x" onclick="tgl('WILDWOODCRESTC58',this);">   </span><input type="checkbox" name="WILDWOODCRESTC58" onclick="PropagateCheckBoxes('WILDWOODCRESTC58',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc58.htm','WILDWOODCRESTC58');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 58 RETURNED CHECKS</a><div id="xmnuChildWILDWOODCRESTC58" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC59" class="cli" title="Chapter 59 SALARIES"><span class="x" onclick="tgl('WILDWOODCRESTC59',this);">   </span><input type="checkbox" name="WILDWOODCRESTC59" onclick="PropagateCheckBoxes('WILDWOODCRESTC59',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc59.htm','WILDWOODCRESTC59');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 59 SALARIES</a><div id="xmnuChildWILDWOODCRESTC59" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC60" class="cli" title="Chapter 60 SEWERAGE"><span class="x" onclick="tgl('WILDWOODCRESTC60',this);">   </span><input type="checkbox" name="WILDWOODCRESTC60" onclick="PropagateCheckBoxes('WILDWOODCRESTC60',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc60.htm','WILDWOODCRESTC60');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 60 SEWERAGE</a><div id="xmnuChildWILDWOODCRESTC60" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC61" class="cli" title="Chapter 61 SEWERS"><span class="x" onclick="tgl('WILDWOODCRESTC61',this);">   </span><input type="checkbox" name="WILDWOODCRESTC61" onclick="PropagateCheckBoxes('WILDWOODCRESTC61',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc61.htm','WILDWOODCRESTC61');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 61 SEWERS</a><div id="xmnuChildWILDWOODCRESTC61" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC62" class="cli" title="Chapter 62 (RESERVED)1"><span class="nx" onclick="tgl('WILDWOODCRESTC62',this);">   </span><input type="checkbox" name="WILDWOODCRESTC62" onclick="PropagateCheckBoxes('WILDWOODCRESTC62',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc62.htm','WILDWOODCRESTC62');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 62 (RESERVED)1</a><div id="xmnuChildWILDWOODCRESTC62" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC63" class="cli" title="Chapter 63 SIDEWALKS, CURBS AND ALLEYWAYS"><span class="x" onclick="tgl('WILDWOODCRESTC63',this);">   </span><input type="checkbox" name="WILDWOODCRESTC63" onclick="PropagateCheckBoxes('WILDWOODCRESTC63',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc63.htm','WILDWOODCRESTC63');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 63 SIDEWALKS, CURBS AND ALLEYWAYS</a><div id="xmnuChildWILDWOODCRESTC63" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC64" class="cli" title="Chapter 64 SITE PLAN REVIEW"><span class="x" onclick="tgl('WILDWOODCRESTC64',this);">   </span><input type="checkbox" name="WILDWOODCRESTC64" onclick="PropagateCheckBoxes('WILDWOODCRESTC64',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc64.htm','WILDWOODCRESTC64');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 64 SITE PLAN REVIEW</a><div id="xmnuChildWILDWOODCRESTC64" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC65" class="cli" title="Chapter 65 SOIL REMOVAL1"><span class="x" onclick="tgl('WILDWOODCRESTC65',this);">   </span><input type="checkbox" name="WILDWOODCRESTC65" onclick="PropagateCheckBoxes('WILDWOODCRESTC65',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc65.htm','WILDWOODCRESTC65');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 65 SOIL REMOVAL1</a><div id="xmnuChildWILDWOODCRESTC65" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC66" class="cli" title="Chapter 66 STORMWATER CONTROL"><span class="x" onclick="tgl('WILDWOODCRESTC66',this);">   </span><input type="checkbox" name="WILDWOODCRESTC66" onclick="PropagateCheckBoxes('WILDWOODCRESTC66',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc66.htm','WILDWOODCRESTC66');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 66 STORMWATER CONTROL</a><div id="xmnuChildWILDWOODCRESTC66" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC67" class="cli" title="Chapter 67 STREET EXCAVATIONS"><span class="x" onclick="tgl('WILDWOODCRESTC67',this);">   </span><input type="checkbox" name="WILDWOODCRESTC67" onclick="PropagateCheckBoxes('WILDWOODCRESTC67',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc67.htm','WILDWOODCRESTC67');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 67 STREET EXCAVATIONS</a><div id="xmnuChildWILDWOODCRESTC67" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC69" class="cli" title="Chapter 69 (Reserved)"><span class="nx" onclick="tgl('WILDWOODCRESTC69',this);">   </span><input type="checkbox" name="WILDWOODCRESTC69" onclick="PropagateCheckBoxes('WILDWOODCRESTC69',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc69.htm','WILDWOODCRESTC69');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 69 (Reserved)</a><div id="xmnuChildWILDWOODCRESTC69" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC70" class="cli" title="Chapter 70 SUNDAY ACTIVITIES"><span class="x" onclick="tgl('WILDWOODCRESTC70',this);">   </span><input type="checkbox" name="WILDWOODCRESTC70" onclick="PropagateCheckBoxes('WILDWOODCRESTC70',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc70.htm','WILDWOODCRESTC70');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 70 SUNDAY ACTIVITIES</a><div id="xmnuChildWILDWOODCRESTC70" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC71" class="cli" title="Chapter 71 SWIMMING POOLS"><span class="x" onclick="tgl('WILDWOODCRESTC71',this);">   </span><input type="checkbox" name="WILDWOODCRESTC71" onclick="PropagateCheckBoxes('WILDWOODCRESTC71',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc71.htm','WILDWOODCRESTC71');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 71 SWIMMING POOLS</a><div id="xmnuChildWILDWOODCRESTC71" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC73" class="cli" title="Chapter 73 TAXICABS"><span class="x" onclick="tgl('WILDWOODCRESTC73',this);">   </span><input type="checkbox" name="WILDWOODCRESTC73" onclick="PropagateCheckBoxes('WILDWOODCRESTC73',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc73.htm','WILDWOODCRESTC73');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 73 TAXICABS</a><div id="xmnuChildWILDWOODCRESTC73" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC74" class="cli" title="Chapter 74 TOURIST DEVELOPMENT COMMISSION"><span class="x" onclick="tgl('WILDWOODCRESTC74',this);">   </span><input type="checkbox" name="WILDWOODCRESTC74" onclick="PropagateCheckBoxes('WILDWOODCRESTC74',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc74.htm','WILDWOODCRESTC74');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 74 TOURIST DEVELOPMENT COMMISSION</a><div id="xmnuChildWILDWOODCRESTC74" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC75" class="cli" title="Chapter 75 TRAILERS, TEMPORARY DWELLINGS AND STRUCTURES"><span class="x" onclick="tgl('WILDWOODCRESTC75',this);">   </span><input type="checkbox" name="WILDWOODCRESTC75" onclick="PropagateCheckBoxes('WILDWOODCRESTC75',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc75.htm','WILDWOODCRESTC75');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 75 TRAILERS, TEMPORARY DWELLINGS AND STRUCTURES</a><div id="xmnuChildWILDWOODCRESTC75" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC76" class="cli" title="Chapter 76 (RESERVED) 1"><span class="nx" onclick="tgl('WILDWOODCRESTC76',this);">   </span><input type="checkbox" name="WILDWOODCRESTC76" onclick="PropagateCheckBoxes('WILDWOODCRESTC76',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc76.htm','WILDWOODCRESTC76');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 76 (RESERVED) 1</a><div id="xmnuChildWILDWOODCRESTC76" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC77" class="cli" title="Chapter 77 (RESERVED) 1"><span class="nx" onclick="tgl('WILDWOODCRESTC77',this);">   </span><input type="checkbox" name="WILDWOODCRESTC77" onclick="PropagateCheckBoxes('WILDWOODCRESTC77',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc77.htm','WILDWOODCRESTC77');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 77 (RESERVED) 1</a><div id="xmnuChildWILDWOODCRESTC77" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC79" class="cli" title="Chapter 79 VEHICLE AND TRAFFIC"><span class="x" onclick="tgl('WILDWOODCRESTC79',this);">   </span><input type="checkbox" name="WILDWOODCRESTC79" onclick="PropagateCheckBoxes('WILDWOODCRESTC79',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc79.htm','WILDWOODCRESTC79');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 79 VEHICLE AND TRAFFIC</a><div id="xmnuChildWILDWOODCRESTC79" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC80" class="cli" title="Chapter 80 VEHICLES, PEOPLE-POWERED"><span class="x" onclick="tgl('WILDWOODCRESTC80',this);">   </span><input type="checkbox" name="WILDWOODCRESTC80" onclick="PropagateCheckBoxes('WILDWOODCRESTC80',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc80.htm','WILDWOODCRESTC80');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 80 VEHICLES, PEOPLE-POWERED</a><div id="xmnuChildWILDWOODCRESTC80" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC80A" class="cli" title="Chapter 80A WATER"><span class="x" onclick="tgl('WILDWOODCRESTC80A',this);">   </span><input type="checkbox" name="WILDWOODCRESTC80A" onclick="PropagateCheckBoxes('WILDWOODCRESTC80A',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc80a.htm','WILDWOODCRESTC80A');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 80A WATER</a><div id="xmnuChildWILDWOODCRESTC80A" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC80B" class="cli" title="Chapter 80B WATER EMERGENCY"><span class="x" onclick="tgl('WILDWOODCRESTC80B',this);">   </span><input type="checkbox" name="WILDWOODCRESTC80B" onclick="PropagateCheckBoxes('WILDWOODCRESTC80B',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc80b.htm','WILDWOODCRESTC80B');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 80B WATER EMERGENCY</a><div id="xmnuChildWILDWOODCRESTC80B" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC81" class="cli" title="Chapter 81 WATERS AND WATERWAYS"><span class="x" onclick="tgl('WILDWOODCRESTC81',this);">   </span><input type="checkbox" name="WILDWOODCRESTC81" onclick="PropagateCheckBoxes('WILDWOODCRESTC81',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc81.htm','WILDWOODCRESTC81');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 81 WATERS AND WATERWAYS</a><div id="xmnuChildWILDWOODCRESTC81" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC83" class="cli" title="Chapter 83 (RESERVED) 1"><span class="nx" onclick="tgl('WILDWOODCRESTC83',this);">   </span><input type="checkbox" name="WILDWOODCRESTC83" onclick="PropagateCheckBoxes('WILDWOODCRESTC83',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc83.htm','WILDWOODCRESTC83');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 83 (RESERVED) 1</a><div id="xmnuChildWILDWOODCRESTC83" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC85T" class="cli" title="Chapter 85 LAND DEVELOPMENT"><span class="nx" onclick="tgl('WILDWOODCRESTC85T',this);">   </span><input type="checkbox" name="WILDWOODCRESTC85T" onclick="PropagateCheckBoxes('WILDWOODCRESTC85T',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85t.htm','WILDWOODCRESTC85T');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 85 LAND DEVELOPMENT</a><div id="xmnuChildWILDWOODCRESTC85T" class="chld"></div>
                </div>
                <div id="xmnuWILDWOODCRESTC86" class="cli" title="Chapter 86 ZONING USE COMPLIANCE CERTIFICATE"><span class="x" onclick="tgl('WILDWOODCRESTC86',this);">   </span><input type="checkbox" name="WILDWOODCRESTC86" onclick="PropagateCheckBoxes('WILDWOODCRESTC86',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc86.htm','WILDWOODCRESTC86');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Chapter 86 ZONING USE COMPLIANCE CERTIFICATE</a><div id="xmnuChildWILDWOODCRESTC86" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestCodeApp" class="cli" title="Code Appendix 1"><span class="nx" onclick="tgl('wildwoodcrestCodeApp',this);">   </span><input type="checkbox" name="wildwoodcrestCodeApp" onclick="PropagateCheckBoxes('wildwoodcrestCodeApp',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestCodeApp.htm','wildwoodcrestCodeApp');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Code Appendix 1</a><div id="xmnuChildwildwoodcrestCodeApp" class="chld"></div>
                </div>
              </div>
            </div>
            <div id="xmnuWILDWOODCRESTC85" class="cli" title="Land Development"><span class="x" onclick="tgl('WILDWOODCRESTC85',this);">   </span><input type="checkbox" name="WILDWOODCRESTC85" onclick="PropagateCheckBoxes('WILDWOODCRESTC85',this);"><a href="javascript:tgl('WILDWOODCRESTC85','{@id}');" style="background: url('Images/folder.gif') no-repeat;padding-left: 19px;">Land Development</a><div id="xmnuChildWILDWOODCRESTC85" class="chld">
                <div id="xmnuWILDWOODCRESTC85TP" class="cli" title="Title Page"><span class="nx" onclick="tgl('WILDWOODCRESTC85TP',this);">   </span><input type="checkbox" name="WILDWOODCRESTC85TP" onclick="PropagateCheckBoxes('WILDWOODCRESTC85TP',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85tp.htm','WILDWOODCRESTC85TP');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">Title Page</a><div id="xmnuChildWILDWOODCRESTC85TP" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art1" class="cli" title="ARTICLE I - GENERAL PROVISIONS"><span class="x" onclick="tgl('wildwoodcrestc85art1',this);">   </span><input type="checkbox" name="wildwoodcrestc85art1" onclick="PropagateCheckBoxes('wildwoodcrestc85art1',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art1.htm','wildwoodcrestc85art1');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE I - GENERAL PROVISIONS</a><div id="xmnuChildwildwoodcrestc85art1" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art2" class="cli" title="ARTICLE II - DEFINITIONS"><span class="x" onclick="tgl('wildwoodcrestc85art2',this);">   </span><input type="checkbox" name="wildwoodcrestc85art2" onclick="PropagateCheckBoxes('wildwoodcrestc85art2',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art2.htm','wildwoodcrestc85art2');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE II - DEFINITIONS</a><div id="xmnuChildwildwoodcrestc85art2" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art3" class="cli" title="ARTICLE III - ZONING DISTRICTS, RULES AND REGULATIONS"><span class="x" onclick="tgl('wildwoodcrestc85art3',this);">   </span><input type="checkbox" name="wildwoodcrestc85art3" onclick="PropagateCheckBoxes('wildwoodcrestc85art3',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art3.htm','wildwoodcrestc85art3');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE III - ZONING DISTRICTS, RULES AND REGULATIONS</a><div id="xmnuChildwildwoodcrestc85art3" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art4" class="cli" title="ARTICLE IV - R-1 LOW DENSITY RESIDENTIAL ZONE"><span class="x" onclick="tgl('wildwoodcrestc85art4',this);">   </span><input type="checkbox" name="wildwoodcrestc85art4" onclick="PropagateCheckBoxes('wildwoodcrestc85art4',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art4.htm','wildwoodcrestc85art4');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE IV - R-1 LOW DENSITY RESIDENTIAL ZONE</a><div id="xmnuChildwildwoodcrestc85art4" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art5" class="cli" title="ARTICLE V - R-1A SEMI-LOW DENSITY RESIDENTIAL ZONE"><span class="x" onclick="tgl('wildwoodcrestc85art5',this);">   </span><input type="checkbox" name="wildwoodcrestc85art5" onclick="PropagateCheckBoxes('wildwoodcrestc85art5',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art5.htm','wildwoodcrestc85art5');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE V - R-1A SEMI-LOW DENSITY RESIDENTIAL ZONE</a><div id="xmnuChildwildwoodcrestc85art5" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art6" class="cli" title="ARTICLE VI - RESERVED"><span class="x" onclick="tgl('wildwoodcrestc85art6',this);">   </span><input type="checkbox" name="wildwoodcrestc85art6" onclick="PropagateCheckBoxes('wildwoodcrestc85art6',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art6.htm','wildwoodcrestc85art6');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE VI - RESERVED</a><div id="xmnuChildwildwoodcrestc85art6" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art7" class="cli" title="ARTICLE VII - R-2 TWO-FAMILY RESIDENTIAL ZONE"><span class="x" onclick="tgl('wildwoodcrestc85art7',this);">   </span><input type="checkbox" name="wildwoodcrestc85art7" onclick="PropagateCheckBoxes('wildwoodcrestc85art7',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art7.htm','wildwoodcrestc85art7');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE VII - R-2 TWO-FAMILY RESIDENTIAL ZONE</a><div id="xmnuChildwildwoodcrestc85art7" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art8" class="cli" title="ARTICLE VIII - RESERVED"><span class="x" onclick="tgl('wildwoodcrestc85art8',this);">   </span><input type="checkbox" name="wildwoodcrestc85art8" onclick="PropagateCheckBoxes('wildwoodcrestc85art8',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art8.htm','wildwoodcrestc85art8');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE VIII - RESERVED</a><div id="xmnuChildwildwoodcrestc85art8" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art9" class="cli" title="ARTICLE IX - B-1 BUSINESS ZONE"><span class="x" onclick="tgl('wildwoodcrestc85art9',this);">   </span><input type="checkbox" name="wildwoodcrestc85art9" onclick="PropagateCheckBoxes('wildwoodcrestc85art9',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art9.htm','wildwoodcrestc85art9');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE IX - B-1 BUSINESS ZONE</a><div id="xmnuChildwildwoodcrestc85art9" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art10" class="cli" title="ARTICLE X - MC MARINE COMMERCIAL ZONE"><span class="x" onclick="tgl('wildwoodcrestc85art10',this);">   </span><input type="checkbox" name="wildwoodcrestc85art10" onclick="PropagateCheckBoxes('wildwoodcrestc85art10',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art10.htm','wildwoodcrestc85art10');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE X - MC MARINE COMMERCIAL ZONE</a><div id="xmnuChildwildwoodcrestc85art10" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art11" class="cli" title="ARTICLE XI - HOTEL, MOTEL AND MULTI-FAMILY ZONE"><span class="x" onclick="tgl('wildwoodcrestc85art11',this);">   </span><input type="checkbox" name="wildwoodcrestc85art11" onclick="PropagateCheckBoxes('wildwoodcrestc85art11',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art11.htm','wildwoodcrestc85art11');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XI - HOTEL, MOTEL AND MULTI-FAMILY ZONE</a><div id="xmnuChildwildwoodcrestc85art11" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art12" class="cli" title="ARTICLE XII - W-1 BEACH FRONT RECREATION ZONE"><span class="x" onclick="tgl('wildwoodcrestc85art12',this);">   </span><input type="checkbox" name="wildwoodcrestc85art12" onclick="PropagateCheckBoxes('wildwoodcrestc85art12',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art12.htm','wildwoodcrestc85art12');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XII - W-1 BEACH FRONT RECREATION ZONE</a><div id="xmnuChildwildwoodcrestc85art12" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art13" class="cli" title="ARTICLE XIII - W-2 SUNSET LAKE RECREATION ZONE"><span class="x" onclick="tgl('wildwoodcrestc85art13',this);">   </span><input type="checkbox" name="wildwoodcrestc85art13" onclick="PropagateCheckBoxes('wildwoodcrestc85art13',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art13.htm','wildwoodcrestc85art13');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XIII - W-2 SUNSET LAKE RECREATION ZONE</a><div id="xmnuChildwildwoodcrestc85art13" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art14" class="cli" title="ARTICLE XIV - EXCEPTIONS AND SUPPLEMENTAL REGULATIONS"><span class="x" onclick="tgl('wildwoodcrestc85art14',this);">   </span><input type="checkbox" name="wildwoodcrestc85art14" onclick="PropagateCheckBoxes('wildwoodcrestc85art14',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art14.htm','wildwoodcrestc85art14');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XIV - EXCEPTIONS AND SUPPLEMENTAL REGULATIONS</a><div id="xmnuChildwildwoodcrestc85art14" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art15" class="cli" title="ARTICLE XV - DESIGN STANDARDS FOR SUBDIVISIONS AND SITE PLANS"><span class="x" onclick="tgl('wildwoodcrestc85art15',this);">   </span><input type="checkbox" name="wildwoodcrestc85art15" onclick="PropagateCheckBoxes('wildwoodcrestc85art15',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art15.htm','wildwoodcrestc85art15');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XV - DESIGN STANDARDS FOR SUBDIVISIONS AND SITE PLANS</a><div id="xmnuChildwildwoodcrestc85art15" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art16" class="cli" title="ARTICLE XVI - ZONING BOARD OF ADJUSTMENT AND PLANNING BOARD"><span class="x" onclick="tgl('wildwoodcrestc85art16',this);">   </span><input type="checkbox" name="wildwoodcrestc85art16" onclick="PropagateCheckBoxes('wildwoodcrestc85art16',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art16.htm','wildwoodcrestc85art16');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XVI - ZONING BOARD OF ADJUSTMENT AND PLANNING BOARD</a><div id="xmnuChildwildwoodcrestc85art16" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art17" class="cli" title="ARTICLE XVII - DEVELOPMENT APPLICATION REVIEW PROCEDURE"><span class="x" onclick="tgl('wildwoodcrestc85art17',this);">   </span><input type="checkbox" name="wildwoodcrestc85art17" onclick="PropagateCheckBoxes('wildwoodcrestc85art17',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art17.htm','wildwoodcrestc85art17');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XVII - DEVELOPMENT APPLICATION REVIEW PROCEDURE</a><div id="xmnuChildwildwoodcrestc85art17" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art18" class="cli" title="ARTICLE XVIII - GUARANTEES, INSPECTIONS AND OFF-TRACT IMPROVEMENTS"><span class="x" onclick="tgl('wildwoodcrestc85art18',this);">   </span><input type="checkbox" name="wildwoodcrestc85art18" onclick="PropagateCheckBoxes('wildwoodcrestc85art18',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art18.htm','wildwoodcrestc85art18');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XVIII - GUARANTEES, INSPECTIONS AND OFF-TRACT IMPROVEMENTS</a><div id="xmnuChildwildwoodcrestc85art18" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art19" class="cli" title="ARTICLE XIX - ADMINISTRATION, ENFORCEMENT, VIOLATIONS AND PENALTIES"><span class="x" onclick="tgl('wildwoodcrestc85art19',this);">   </span><input type="checkbox" name="wildwoodcrestc85art19" onclick="PropagateCheckBoxes('wildwoodcrestc85art19',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art19.htm','wildwoodcrestc85art19');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XIX - ADMINISTRATION, ENFORCEMENT, VIOLATIONS AND PENALTIES</a><div id="xmnuChildwildwoodcrestc85art19" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85art20" class="cli" title="ARTICLE XX - VALIDITY OF ORDINANCE"><span class="x" onclick="tgl('wildwoodcrestc85art20',this);">   </span><input type="checkbox" name="wildwoodcrestc85art20" onclick="PropagateCheckBoxes('wildwoodcrestc85art20',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85art20.htm','wildwoodcrestc85art20');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">ARTICLE XX - VALIDITY OF ORDINANCE</a><div id="xmnuChildwildwoodcrestc85art20" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85appA" class="cli" title="APPENDIX A - PLANNING BOARD AND ZONING BOARD MEETING ORGANIZATION"><span class="x" onclick="tgl('wildwoodcrestc85appA',this);">   </span><input type="checkbox" name="wildwoodcrestc85appA" onclick="PropagateCheckBoxes('wildwoodcrestc85appA',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85appA.htm','wildwoodcrestc85appA');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">APPENDIX A - PLANNING BOARD AND ZONING BOARD MEETING ORGANIZATION</a><div id="xmnuChildwildwoodcrestc85appA" class="chld"></div>
                </div>
                <div id="xmnuwildwoodcrestc85appB" class="cli" title="APPENDIX B - ORDINANCE LIST"><span class="nx" onclick="tgl('wildwoodcrestc85appB',this);">   </span><input type="checkbox" name="wildwoodcrestc85appB" onclick="PropagateCheckBoxes('wildwoodcrestc85appB',this);"><a href="javascript:cic('Content/WildwoodCrest-nj/books/code/wildwoodcrestc85appB.htm','wildwoodcrestc85appB');" style="background: url('Images/document.gif') no-repeat;padding-left: 19px;">APPENDIX B - ORDINANCE LIST</a><div id="xmnuChildwildwoodcrestc85appB" class="chld"></div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </body>
</html>