function checkview() {
    return confirm("You are accessing a charged resource. \nYou need to be logged in and have sufficient units in order to view it.\n\n If you continue your account will be charged.\n\nContinue?");
    //return true;
}

function buyunits()
{
    document.purchaseunits.submit();
    return false;
}