I am using a flash template 'menu_tabs' and would like to link each tab to a
point on the same page as tab menu. The template XML code is:

<?xml version="1.0"?>
<NAV main_onColor="#ccffff" main_offColor="#CC0000" sub_onColor="#ccffff"
sub_offColor="#CC0000" navWidth="900" x_padding="30" y_padding="10">
<MAIN text="beans" URL="*" target="_blank"></MAIN>
</NAV>

Do I use a named anchor?
Thankyou for any assistance. :)