// Copyright Educational Testing Service

function sigiplus() {
	// if necessary, prefix "DAKOT2SP" with an absolute or relative path

	// use this line to keep your window open
//	window.open("DAKOT2SP.htm", "sigiplus")

	// use this line to start SIGI PLUS in the same window
	location.href = "DAKOT2SP.htm"
}
