function leaving(url){
var url;
	var newwin = window.open('leavingba2f.html?link='+url,'', config='height=300,width=475,scrollbars=no,resizable=yes');
}

var apps = new Array();
	apps[0] = "billpay.html";
	apps[1] = "telebank.html";
	apps[2] = "ib.html";
	
function jumpTo() {
	if (document.AppForm.AppNav.options[document.AppForm.AppNav.selectedIndex].value != "none") {
		document.location = apps[document.AppForm.AppNav.options[document.AppForm.AppNav.selectedIndex].value];
		}
}
function top() {
	location = "#top"
}
