<!--  -->
<style>
#dhtmltooltip{
position: absolute;
border: 1px solid ;
visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer{
visibility: hidden;
}
</style>
<!--/    -->

<!--       -->

<if condition="$bbuserinfo[userid] != 0">
<SCRIPT>
  <!-- Hide from old browsers
  message     = "    $bbuserinfo[username]  $vboptions[bbtitle] ^" +
                "      $pmbox[lastvisitdate] $pmbox[lastvisittime]^" +
                "     $bbuserinfo[email]^" +
                "     $bbuserinfo[usertitle]^" +
<if condition="$bbuserinfo['options'] & $_USEROPTIONS['receivepm']">
                "   $bbuserinfo[pmunread]    ^" +
                "     $bbuserinfo[pmtotal]^" +

</if>
                 "^"
  scrollSpeed = 50
  lineDelay   = 1800
  // Do not change the text below //
  txt         = ""
  function scrollText(pos) {
    if (message.charAt(pos) != '^') {
      txt    = txt + message.charAt(pos)
      status = txt
      pauze  = scrollSpeed
    }
    else {
      pauze = lineDelay
      txt   = ""
      if (pos == message.length-1) pos = -1
    }
    pos++
    setTimeout("scrollText('"+pos+"')",pauze)
  }
  // Unhide -->
scrollText(0)
  </SCRIPT>
<else />
<SCRIPT>
  <!-- Hide from old browsers
  message     = "     $vboptions[bbtitle] ^" +
                "    ^" +
                "       $vboptions[bbtitle]^" +
                "         ^" +
                 "^"
  scrollSpeed = 50
  lineDelay   = 1800
  // Do not change the text below //
  txt         = ""
  function scrollText(pos) {
    if (message.charAt(pos) != '^') {
      txt    = txt + message.charAt(pos)
      status = txt
      pauze  = scrollSpeed
    }
    else {
      pauze = lineDelay
      txt   = ""
      if (pos == message.length-1) pos = -1
    }
    pos++
    setTimeout("scrollText('"+pos+"')",pauze)
  }
  // Unhide -->
scrollText(0)
  </SCRIPT>
</if>

<!-- /        -->