﻿function jumpPage(newLoc) {
	if (newLoc.options[newLoc.selectedIndex].value != "") {
		newPage = window.open(newLoc.options[newLoc.selectedIndex].value)
		document.linkForm1.newLocation.selectedIndex=0
		document.linkForm2.newLocation.selectedIndex=0
		document.linkForm3.newLocation.selectedIndex=0
		document.linkForm4.newLocation.selectedIndex=0
	}
}