﻿// JScript File
function goToAnchor(anchorName) {
	document.location=document.location + "#" + anchorName;
}
