// JavaScript Document
function gotoAnchor(value)
{
	window.location.hash = value
}

