//Used to open new windows from form dropdowns
function openPage(newLink){
	window.open(newLink);
}

