isValid = true;
function bolPopupURL(url)
{
	window.open(url, "UpdatePopUp", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=600,height=480,dependent=1");
	return;
}

function bolClearForm(form,url)
{       
	form.action= url;      
	form.submit();                
	return true;
}

function bolFilter(form)
{
	var choice;
	choice = form.BoaPageView.value;
	switch (choice)
	{
	case "A" : location.href = "javascript: void(0);";
			   break;
	case "B" : location.href = "BP_Activity.html";
			   break;
	case "C" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Payments\nSee Automatic Payments and\nSee Pending Payments');
			   break;
	case "D" : location.href = "BP_Activity-Recurring.html";
			   break;
	case "E" : location.href = "javascript: void(0);";
			   break;
	case "F" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Payments\nSee Automatic Payments and\nSee Pending Payments');
			   break;
	case "G" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Payments\nSee Automatic Payments and\nSee Pending Payments');
			   break;
	case "H" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Payments\nSee Automatic Payments and\nSee Pending Payments');
			   break;
	case "I" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Payments\nSee Automatic Payments and\nSee Pending Payments');
			   break;
	case "J" : location.href = "BP_Activity.html";
			   break;
	case "K" : location.href = "BP_Activity-Pending.html";
			   break;			   
	default : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Payments\nSee Automatic Payments and\nSee Pending Payments');
			   break;
	}			
	return true;
	
}




