function goto_link(p_link){
	if(p_link != "")
		location.href = "index.htm#" + p_link
}