function Validation_annual()
{

if ( (document.annual_form.item_price_1[0].checked==false) && (document.annual_form.item_price_1[1].checked==false) && (document.annual_form.item_price_1[2].checked==false) && (document.annual_form.item_price_1[3].checked==false)&& (document.annual_form.item_price_1[4].checked==false)&& (document.annual_form.item_price_1[5].checked==false) && (document.annual_form.item_price_1[6].checked==false) && (document.annual_form.item_price_1[7].checked==false) && (document.annual_form.item_price_1[8].checked==false) && (document.annual_form.item_price_1[9].checked==false)&& (document.annual_form.item_price_1[10].checked==false) )
{
alert("select type");
return false;

}
if (document.annual_form.item_price_1[10].checked==true)
{
if(document.annual_form.amount.value=="")
	{
		alert("Enter Amount");
		document.annual_form.amount.focus();
		return false;
	}
}
	   		
		return true;
}


function FormSubmit_annual()
{					
	if (Validation_annual())
	{		
	document.annual_form.action ="https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/237597640379226";
    document.annual_form.method="post";
    document.annual_form.submit();
	}
}


function Validation_fullform()
{

if ( (document.cf_form.item_name_1[0].checked==false) && (document.cf_form.item_name_1[1].checked==false) )
{
alert("select type");
return false;

}

if(document.cf_form.item_price_1.value=="")
	{
		alert("Enter Amount");
		document.cf_form.item_price_1.focus();
		return false;
	}

	   		
		return true;
}


function FormSubmit_fullform()
{					
	if (Validation_fullform())
	{		
	document.cf_form.action ="https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/237597640379226";
    document.cf_form.method="post";
    document.cf_form.submit();
	}
}

function Validation_kellman()
{

if(document.kellman_form.item_price_1.value=="")
	{
		alert("Enter Amount");
		document.kellman_form.item_price_1.focus();
		return false;
	}

	   		
		return true;
}


function FormSubmit_kellman()
{					
	if (Validation_kellman())
	{		
	document.kellman_form.action ="https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/237597640379226";
    document.kellman_form.method="post";
    document.kellman_form.submit();
	}
}

function Validation_judy()
{

if(document.judy_form.item_price_1.value=="")
	{
		alert("Enter Amount");
		document.judy_form.item_price_1.focus();
		return false;
	}

	   		
		return true;
}


function FormSubmit_judy()
{					
	if (Validation_judy())
	{		
	document.judy_form.action ="https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/237597640379226";
    document.judy_form.method="post";
    document.judy_form.submit();
	}
}

function Validation_farber()
{

if(document.farber_form.item_price_1.value=="")
	{
		alert("Enter Amount");
		document.farber_form.item_price_1.focus();
		return false;
	}

	   		
		return true;
}


function FormSubmit_farber()
{					
	if (Validation_farber())
	{		
	document.farber_form.action ="https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/237597640379226";
    document.farber_form.method="post";
    document.farber_form.submit();
	}
}


function Validation_joshua()
{

if(document.joshua_form.item_price_1.value=="")
	{
		alert("Enter Amount");
		document.joshua_form.item_price_1.focus();
		return false;
	}

	   		
		return true;
}


function FormSubmit_joshua()
{					
	if (Validation_joshua())
	{		
	document.joshua_form.action ="https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/237597640379226";
    document.joshua_form.method="post";
    document.joshua_form.submit();
	}
}
function Validation_tribute()
{


if ( (document.td_form.item_price_1[0].checked==false) && (document.td_form.item_price_1[1].value==""))
{
alert("select type or enter amount");
return false;

}





	   		
		return true;
}


function FormSubmit_tribute()
{					
	if (Validation_tribute())
	{		
	document.td_form.action ="https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/237597640379226";
    document.td_form.method="post";
    document.td_form.submit();
	}
}


function Validation_bingonight()
{


if ( (document.td_form.item_price_1[0].checked==false) && (document.td_form.item_price_1[1].value==""))
{
alert("select type or enter amount");
return false;

}





	   		
		return true;
}


function FormSubmit_bingonight()
{					
	if (Validation_bingonight())
	{		
	document.td_form.action ="https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/237597640379226";
    document.td_form.method="post";
    document.td_form.submit();
	}
}

