AS for HGA XML Menu

hi everyone
ok, I’m getting there with making the hga menu conect to MySQL, just a couple of things,

I’m trying to pass a variable through the menu, so I have added another variable, mypage.

onClipEvent (load)
function executeAction(action)
    {
		_global.page = mypage;
		loadMovie( action , _parent.content);
}

This seems to work if you declair somthing like “HELLO”, but when trying to pass through my new “mypage” var, it does not work…
any ideas?
Thanks