Menu Problem

hi there. I’m using a thumbnail menu that references an XML document. But instead of going to a whole new web page I want it to goto a specific place in my Flash application like:

instead of:

[color=Purple]<image>
<path>images/photo1.jpg</path>
<url>http://www.kirupaforum.com</url>
<caption>menu otion</caption>
</image>

[color=Black]I want it to do:[/color]
[color=Red]
on(press) {
main.gotoAndStop(6);
}

[color=Black]does anyone know howto do this?!?! can it be done?!?!

help please, I would REALLY appretiate it![/color][/color][/color]