I've added the javascript to the head_include template.
I also have the table that contains the actuall buttons. It's in a template called: 'main_navbar'.
I have a plugin with the code:
HTML Code:
eval('$main_navbar = "' . fetch_template('main_navbar') . '";');
But I'm not sure where to hook it to make the template display corectly.
Also, I don't know which template to place '$main_navbar' in, so that the bar apears righ undr the header graphics.
Thanks for all of your help.