Hi,
It looks like you are trying to go to a div that is inside a hidden tab which is impossible without script (not to mention that you have 2 ids called sonictravelplus which is invalid).
You would need to intercept the url and grab the fragment identifier with js and then activate a click on the menu you want to open and then go to the div in that tab.
Someone asked a similar question here and if you look at post #7 there seems to be a solution that you could perhaps modify to work for you. If not it will be another question for the JS forum to sort out ![]()