﻿/// <reference path="~/LoginView.ascx" />

function openRegistrationWindow() {
    window.open('/Registration.aspx', 'RegWindow', 'status=0,toolbar=0,location=0,menubar=0,resizable=0,scrollbars=0,height=500,width=325');
    return false;
}