// JavaScript Document
function change_page(){
	document.location.href=
document.topNav.quicklinks.options[document.topNav.quicklinks.selectedIndex].value;
}