<!--
function setAction()
{
    	if(document.Remote.loginTo[1].checked)
    	{
       		document.Remote.nmUID.value = document.Remote.AccessID.value;
     		//document.Remote.action = 'https://ecomwf.frandsentechnology.com/ebc_ebc1961/ebc1961.asp?WCI=Process&WCE=RemoteLogon&IRL=T';
     		document.Remote.action = 'https://ecomwf.frandsentechnology.com/ebc_ebc1961/ebc1961.asp?WCI=Process&WCE=RemoteLogon&IRL=T';
    	}
	else
	{
		//document.Remote.action = 'https://ecomwf.frandsentechnology.com/pbi_pbi1961/pbi1961.asp?WCI=RemoteLogin&Rt=291270636&LogonBy=Connect3';
		document.Remote.action = 'https://ecomwf.frandsentechnology.com/pbi_pbi1961/pbi1961.asp?WCI=RemoteLogin&Rt=291270636&LogonBy=Connect3';

   	}
}
   
function doLoginRefresh()
{
	if (document.Remote.AccessIDVisible.value != "")
	{
		document.Remote.AccessID.value = document.Remote.AccessIDVisible.value;
		document.Remote.AccessIDVisible.value = "";
		
		setAction();
		return true;
	}
	else
	{
		alert("\n Please Enter a valid Access ID.  Thank you!\n\n\t"); 
		return false;
	}	
}

//-->
