function bolFilter(form)
{
	var choice;
	choice = form.value;
	switch (choice)
	{
	case "A" : location.href = "javascript: void(0)";
			   break;
	case "B" : location.href = "AT_Activity.html";
			   break;
	case "C" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Transfers\nSee Repeating Transfers and\nSee Pending Transfers');
			   break;
	case "D" : document.location = "AT_Activity-Repeating.html";
			   break;
	case "E" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Transfers\nSee Repeating Transfers and\nSee Pending Transfers');
			   break;
	case "F" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Transfers\nSee Repeating Transfers and\nSee Pending Transfers');
			   break;
	case "G" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Transfers\nSee Repeating Transfers and\nSee Pending Transfers');
			   break;
	case "H" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Transfers\nSee Repeating Transfers and\nSee Pending Transfers');
			   break;
	case "I" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Transfers\nSee Repeating Transfers and\nSee Pending Transfers');
			   break;
	case "J" : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Transfers\nSee Repeating Transfers and\nSee Pending Transfers');
			   break;
	case "K" : location.href = "AT_Activity-Pending.html";
			   break;			   
	default : alert ('You are viewing our demo.\nThe only options available on this list are\nSee All Transfers\nSee Repeating Transfers and\nSee Pending Transfers');
			   break;
	}			
	return true;
	
}




