//////function for reference anchor tags

function forceAnchor(anchorName){
	document.location = "#" + anchorName;
}