function Top(){
	var iPos = window.location.href.lastIndexOf(".htm");
	var	sLink = window.location.href.slice(0, iPos);
	sLink +=".htm#top";
	window.location.href = sLink
	}