// Reload the page from the drop down
function reloadPage(myID) {
	var targetPage = document.getElementById(myID).value;
	top.location.href = targetPage;
}
