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

