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