lol @ winblows..
i wish my OS (z80 operating system) got a title like that! i'd be a billionaire!

ps: looks like (for whatever reason) you are enabling the old jump_box as the popup..
my guess is that you didn't modify showflat.inc.php to call hop_to and are still calling jump_box..
paste from readme:
Open: /scripts/showflat.inc.php
Find:
---
// --------------------
// Give the jumper box
$jumpbox = $html -> jump_box($Board);
---
Replace with:
---
// --------------------
// Give the jumper box
$jumpbox = $html -> hop_to(40);
---
:2c: