function goAnchor(anchor) {
	a=anchor
	setTimeout('self.location.hash=a',50);
}

