I think the issue is that the mod uses popup menus, and they work differently in vb4. I can't explain exactly how it all works, but I played around with it and found that if I insert this code in the postbit template I can get a popup menu to work:
HTML Code:
<ul class="floatcontainer">
<li class="popupmenu"><a href="javascript://" class="popupctrl">My System</a>
<ul class="popupbody popuphover">
<li>CPU:</li>
<li>Mainboard:</li>
<li>Mem:</li>
</ul>
</li>
</ul>
So hopefully you can change the mod in a similar way.