function newWindow2()
{
	new_window2 =
		window.open("gettingstarted.html","new_gettingstarted","width=350, height=300,scrollbars=yes");
}
function newWindow()
{
	new_window=
		window.open("credits.html","newcredits","width=350,height=300,scrollbars=yes");
}

function warp_face()
{
var ok=confirm('Are you interested in participating in a formal evaluation of this animation? If you click "OK" you will go to a participation consent form, a pretest, and the animation. If you click "Cancel", you will go to a pretest for your own learning.')
if (ok)
location="forms/consent_face.html"
else
location="tests/no_consent/pretest_face.html"
}

function warp_pouch()
{
var ok=confirm('Are you interested in participating in a formal evaluation of this animation? If you click "OK" you will go to a participation consent form, a pretest, and the animation. If you click "Cancel", you will go to a pretest for your own learning.')
if (ok)
location="forms/consent_pouch.html"
else
location="tests/no_consent/pretest_pouch.html"
}

function warp_thyroid()
{
var ok=confirm('Are you interested in participating in a formal evaluation of this animation? If you click "OK" you will go to a participation consent form, a pretest, and the animation. If you click "Cancel", you will go to a pretest for your own learning.')
if (ok)
location="forms/consent_thyroid.html"
else
location="tests/no_consent/pretest_thyroid.html"
}

function warp_tongue()
{
var ok=confirm('Are you interested in participating in a formal evaluation of this animation? If you click "OK" you will go to a participation consent form, a pretest, and the animation. If you click "Cancel", you will go to a pretest for your own learning.')
if (ok)
location="forms/consent_tongue.html"
else
location="tests/no_consent/pretest_tongue.html"
}
