﻿// JScript File

function openRegistration()
{
    window.open('/PostLogin/post_login_Individual_Register.aspx','ApolloMunich','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/post_login_Individual_Forgot_Password.aspx','ApolloMunich','top=250,left=350,height=215,width=450,status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0;');
}
function downtime()
{
    window.location.href('/index.html');
}
