function writeCategoryList($Categories, $Depth = 1)
 {
     ?>
     <div class="DataListWrap">
         <ul class="DataList CategoryList">
             <?php 
     foreach ($Categories as $Category) {
         WriteListItem($Category, $Depth);
     }
     ?>
         </ul>
     </div>
 <?php 
 }
?>
" class="boldWhiteLink">
					<?php 
echo substr($curr_list->listTitle, 0, 30);
?>
				</a>
				&nbsp;&gt;&gt;&nbsp;List Item
			</span>
		</td>
		<td width="25"><img border="0" height="32" width="25" src="images/section.header.e.gif"></td>
	</tr>
	<tr>
		<td></td>
		<td align="center">
			<?php 
WriteListItem($item_id, getListItemsDir(), $application);
?>
		</td>
		<td></td>
	</tr>
	<tr><td colspan="3"><br></td></tr>


	<tr>
		<td width="25" background="images/section.header.bg.gif"><img height="32" width="25" src="images/section.header.w.gif"></td>
		<td width="700" background="images/section.header.bg.gif">
			<table border="0" cellpadding="0" cellspacing="0" width="100%">
				<tr>
					<td>
						<span class="sectionHeader">
							<a href="lists.php" class="boldWhiteLink">All lists</a>