﻿// JScript File


function HalfLogin(u)
{
    $("LoginForm_Username").value = u;
};

