<script type="text/javascript">

if (window.rcmail && rcmail.env.action)
  {
  var action = rcmail.env.action=='preferences' ? 'default' : (rcmail.env.action.indexOf('identity')>0 ? 'identities' : rcmail.env.action);
  var tab = document.getElementById('settingstab'+action);
  }
else 
  var tab = document.getElementById('settingstabdefault');
  
if (tab)
  tab.className = 'tablink-selected';

</s<script type="text/javascript">
<!--

if (window.call_init)
 call_init('rcmail');

//-->
</script>

cript>

</body>
</html>
I got this at the end of some pages. Something with the script tag went wrong. I tried to fix it, but i can't find call_init('rcmail') in the code..
thx Stefan