Thanks Chuck, I was able to enter the full path for the arcade mod in the navbar template and it fixed that one link. It was an easy fix because it launches a php file and I just entered the full path as
http://www.domainname.com/arcade.php and the link in the navbar works fine now.
However, the RadioandTV feature I have installed launches a javascript program in a new window. It doesn't launch it via a php file like the arcade mod does. When I try to enter the full path, it does not work. Here is what it looks like now.
<td class="vbmenu_control"><a href="javascript

penRadioAndTV()">$vbphrase[rs_radiostations]</a></td>
If I change it to
http://www.domainname.com/javascript
penRadioAndTV()
it then says PAGE NOT FOUND like I entered the wrong address. How do you enter the full path to javascript

penRadioAndTV()
Note: I understand this is not a PhotoPost question. You don't have to respond, but if you do, I would be grateful.