// 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()
{
myleft=100;mytop=100;
settings='top=' + mytop + ',left=' + myleft + ',width=700,height=560,location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=yes,fullscreen=no'
PopupWin=window.open('http://www.usalearns.org/index/intro/index.html','PopupWin', settings);
PopupWin.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();
}

