// Links to the appropriate login page from the transaction link

function link2Login(vthis)
{
    	var shost = vthis.hostname;
	// Parse out web for internal sites i.e. vtwebt0	
	var env = shost.substring(2,5);

	if (env.toUpperCase() == 'WEB') {
		href='http://' + shost + '/secure'
    	} else {
		href='https://' + shost + '/secure'
	}	
	return href;
}
<!--onMouseOutChange is used as the replacement value when hovering over certain links.  The value is displayed at the top of the web page.-->
<!--
var onMouseOutChange = "&nbsp;";
function change(html){description.innerHTML=html}

//-->

<!-- -->