﻿function launchSite() 
{
    window.open("http://" + document.domain + "/AppLaunch.htm",
                "TalentQApp",
                "height=700,width=1000,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0");
    return false;
}

function LinkLaunchSite(passlink) 
{
    newwindow = window.open("https://assessment.talentqgroup.com/login.aspx?callin=" + passlink,
                "TalentQApp",
                "height=700,width=1000,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0");
    return newwindow;
}

function LinkLaunchSelfService(passlink) {
    newwindow = window.open("https://assessment.talentqgroup.com/login.aspx?selfservice=" + passlink,
                "TalentQApp",
                "height=700,width=1000,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0");
    return newwindow;
}

function LoginRetrievalLaunch() 
{
    window.open("https://assessment.talentqgroup.com/login.aspx?fp=true",
                "TalentQApp",
                "height=700,width=1000,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0");
    return false;
}
