﻿// JScript File

function openRegistration()
{
    window.open('/PostLogin/Registration.aspx','ApolloDKV','top=250,left=350,height=215,width=500,status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0;');
}

function openForgot()
{
    window.open('/PostLogin/Forgot-Password.aspx','ApolloDKV','top=250,left=350,height=215,width=450,status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0;');
}
