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

