function newWindow2()
{

  new_window2 = 

    window.open("gettingstarted.html","new_gettingstarted","width=350,height=300,scrollbars=yes");

}
function newWindow()

{

  new_window = 

    window.open("credits.html","new_credits","width=350,height=300,scrollbars=yes");

}

function warp_sdo()
{
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_sdo.html"
else
location="tests/no_consent/pretest_sdo.html"
}

function warp_gutrot()
{
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_gutrot.html"
else
location="tests/no_consent/pretest_gutrot.html"
}
