<? if ($GLOBALS['action'] == 'view') $article = preg_replace(
'/EXPANDABLE(.+?)(.*?<table.+?<\\/table>)/s',
'
<script type="text/javascript">showTocToggle("show","hide")</script>
',
$article );
?>