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 "B" : location.href = "NDP_Activity.html";
			   break;
	case "E" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Overnight Checks and Pending');
			   break;
	case "F" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Overnight Checks and Pending');
			   break;
	case "G" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Overnight Checks and Pending');
			   break;
	case "H" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Overnight Checks and Pending');
			   break;
	case "I" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Overnight Checks and Pending');
			   break;
	case "J" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Overnight Checks and Pending');
			   break;
	case "K" : location.href = "NDP_Activity-Pending.html";
			   break;
	case "L" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Overnight Checks and Pending');
			   break;
	case "M" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Overnight Checks and Pending');
			   break;
	case "N" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Overnight Checks and Pending');
			   break;
	case "O" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Overnight Checks and Pending');
			   break;
	case "P" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Overnight Checks and Pending');
			   break;
	case "Q" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Overnight Checks and Pending');
			   break;
	case "R" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Overnight Checks and Pending');
			   break;
	default :  alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Overnight Checks and Pending');
			   break;
	}			
	return true;
	
}




