function selectMethod()
{
	if (document.bolForm.requestMethod[0].checked)
	{
		document.location="AccountCheckIMG.html";
	}
	
	if (document.bolForm.requestMethod[1].checked)
	{
		document.location="View_Request_a_Check_Copy_Verify.html";
	}
	if (document.bolForm.requestMethod[2].checked)
	{
		document.location="View_Request_a_Check_Copy_Fax_Verify.html";
	}
}
