function selectNavigation(itemLink) {
	if(itemLink != "/tonline") {
		document.location = itemLink;
		return true;
	} else {
		return false;
	}
}