function SiteNav ( strURL, strAction ) {
	var f = document.sitenav;
	f.action = strURL;
	f.pageaction.value = strAction;
	f.submit();
}