function activateSubMenu(page, item) {
	window.location.href = page+'.php?page='+item;
}
