﻿// JScript File

function NewWindow()
    {     
        try
        {
	        document.execCommand("ClearAuthenticationCache");
        }
        catch (e) {}        
        window.open("https://hrms.redsalsa.com/RMSLogin.aspx",'HRMS','status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=1,top=0,left=0,width='+screen.width+',height='+(screen.height-85));     
    }