function Navigate(strPage) {
	document.location = strPage;
}
