function menu_goto_href(o){
	document.location.href=o.children('a').attr("href");
}
