// JavaScript Document
<!--
function wf_TransferCheck() 
{
	if (confirm("We use other third parties to host and provide customer experience management solutions on our custhelp.com support site. \r\n As a result, when you use the support site we will share your user ID as necessary for the third party to provide that service.  \r\n These third parties are prohibited from using your personally identifiable information for any other purpose."))
	{
	this.document.location ="http://authentium.custhelp.com/cgi-bin/authentium.cfg/php/enduser/std_alp.php";
	}
}
function wf_TransferCheckOption(SelectedOption) 
{
    var sHRef = SelectedOption.options[SelectedOption.selectedIndex].value;
    if(sHRef.indexOf('custhelp') > -1)
        {
            if (confirm("We use other third parties to host and provide customer experience management solutions on our custhelp.com support site. \r\n As a result, when you use the support site we will share your user ID as necessary for the third party to provide that service.  \r\n These third parties are prohibited from using your personally identifiable information for any other purpose."))
            {
                MM_jumpMenu('parent',SelectedOption,0);
            }
        }
    else
        {
        MM_jumpMenu('parent',SelectedOption,0);
        }
}

//-->
