﻿// JScript File

function LaunchLogin() {
    //window.open('"MainLogin.aspx?User=' + document.getElementById("username").value + '&Pass=' + document.getElementById("password").value, "");
    document.getElementById("LoginLink").href = 'MainLogin.aspx?User=' + document.getElementById("username").value + '&Pass=' + document.getElementById("password").value;
   }