
newWindow = null

function CloseWindow()
{
    if (newWindow && !newWindow.closed) {
        newWindow.close()
    }
}

function HelpScreen()
{
    x = window.open("/CAS/items/help.html","Help","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=600,height=400,left=50,top=50");
}

function Terms()
{
    x = window.open("/CAS/items/terms.html","Terms","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=800,left=50,top=50");
}
