function fChangepage(theUrl) {
	window.location=theUrl;
	return true;
}
