// JavaScript Document
function chromeless_signin()
{
sub = window.open("login.cfm","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
sub.moveTo(0,0);
sub.resizeTo(screen.width*1,screen.height*1-34);
sub.focus();
}

function chromeless_register()
{
sub = window.open("signup.cfm","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
sub.moveTo(0,0);
sub.resizeTo(screen.width*1,screen.height*1-34);
sub.focus();
}

function chromeless_help()
{
sub = window.open("help.html","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
sub.moveTo(0,0);
sub.resizeTo(563, 747);
sub.focus();
}

function chromeless_about()
{
sub = window.open("aboutus.cfm","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
sub.moveTo(0,0);
sub.resizeTo(screen.width*1,screen.height*1-34);
sub.focus();
}

function chromeless_credits()
{
sub = window.open("credits.cfm","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
sub.moveTo(0,0);
sub.resizeTo(screen.width*1,screen.height*1-34);
sub.focus();
}

function chromeless_teacherreg()
{
sub = window.open("http://www.usalearns.org/teacher","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
sub.moveTo(0,0);
sub.resizeTo(screen.width*1,screen.height*1-34);
sub.focus();
}


function chromeless_introduction()
{
sub = window.open("intro/index.html","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
sub.moveTo(0,0);
sub.resizeTo(screen.width*1,screen.height*1-34);
sub.focus();
}

function chromeless_startnow()
{
sub = window.open("signupProNoReg.cfm","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
sub.moveTo(0,0);
sub.resizeTo(screen.width*1,screen.height*1-34);
sub.focus();
}


function popupTest()
{
sub = window.open("success.html","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes");
sub.moveTo(0,0);
sub.resizeTo(screen.width*1,screen.height*1-34);
sub.focus();
}
