if ($is_default) {
        echo 'selected';
    }
    ?>
><?php 
    echo $title;
    ?>
</option>
											<?php 
}
?>
									</select>
								</div>
								<div>
									<img title="<?php 
echo escapeDouble($INSERT_PLACEHOLDER);
?>
" src="../../images/grid_insert_row_style_2_16.gif" style="margin-left: 4px; height: 16px; border: 1px solid #666; background: #eeeeee; cursor: pointer;" onClick="browsePlaceholders();">
								</div>
							</td>
						</tr>
						<tr>
							<td align="left" valign="top" colspan="2" style="padding: 4px;">
								<textarea cols="54" rows="7" name="strAdditionalText" id="strAdditionalText" class="FormInput" style="padding: 2px;"><?php 
echo $additionalTextDefaultValue;
?>
</textarea>
							</td>
						</tr>
					</table>
					
$arrAllTemplates = $objCirculation->getAllTemplates();
?>
	<table width="90%" cellspacing="0" cellpadding="0">
        <tr>
            <td align="left">
                <form action="showstatistic.php" id="filter-form" method="post">
	               <table style="border: 1px solid #aaa; width: 400px;" cellspacing="0" cellpadding="0">
	                    <tr>	
	                    	<td style="padding: 1px; background: #ccc;" align="left" valign="middle">
	                        	<?php 
echo $CIRCULATION_MNGT_FILTER;
?>
	                    	</td>
	                    	<td style="padding: 1px; background: #fff; width: 16px;" align="center">
	                        	<a onClick="submit()" href="#"><img title="<?php 
echo escapeDouble($START_FILTER);
?>
" src="../images/filter.png" height="16" width="16" style="border: 2px solid #999;"></a>
	                    	</td>
	                    </tr>
    	            </table>
					<table style="border: 1px solid #aaa; width: 400px">
						<tr>
	                    	<td><?php 
echo $STAT_FILTER_TIME;
?>
:</td>
	                    	<td><?php 
echo $FILTER_FROM;
?>
: <input readonly value="<?php 
                    					</td>
                    					<td valign="top">
                    						<a href="#"><img style="margin: 2px 20px 0px 0px;" src="../images/calendar.gif" title="<?php 
echo escapeDouble($SELECT_DATE);
?>
" border="0" id="FILTER_Date_Start_Button"></a>
                    					</td>
                    					<td valign="middle">
                    						<?php 
echo $FILTER_TO;
?>
 <input readonly type="text" style="border: 1px solid #999; width: 80px; padding: 1px; font-family: arial; font-size: 12px;" name="FILTER_Date_End" id="FILTER_Date_End" value="">
                    					</td>
                    					<td valign="top">
                    						<a href="#"><img style="margin: 2px 7px 0px 0px;" src="../images/calendar.gif" title="<?php 
echo escapeDouble($SELECT_DATE);
?>
" border="0" id="FILTER_Date_End_Button"></a>
                    					</td>
                    				</tr>
                    				</table>
                    				
                    				 <script type="text/javascript">
                    				 Calendar.setup(
									    {
									      inputField  : "FILTER_Date_Start",         // ID of the input field
									      ifFormat    : "%d.%m.%Y",    // the date format
									      button      : "FILTER_Date_Start_Button"       // ID of the button
									    }
									  );
									  Calendar.setup(