function web2lead_trial(objForm){

	var chkcnt=0;

	if (document.getElementById('00N50000001KjC1').checked) chkcnt++;
	if (document.getElementById('00N50000001eHNV').checked) chkcnt++;
	if (document.getElementById('00N50000001eHNa').checked) chkcnt++;
	if (document.getElementById('00N50000001eHNk').checked) chkcnt++;
	if (document.getElementById('00N50000001eHNf').checked) chkcnt++;
	if (chkcnt==0) 
		alert('Please select a trial product');
	else if (chkcnt>1) 
		alert('Please select only one trial product');
	else	{
			
			if (valForm('first_name','','R','last_name','','R','street','','R','city','','R','email','','RisEmail','phone','','R','zip','','R'))
				objForm.submit();
	}
}






function web2lead_demo(objForm){
	var chkcnt=0;

	if (document.getElementById('00N50000001KjBw').checked) chkcnt++;
	if (document.getElementById('00N50000001eHNp').checked) chkcnt++;
	if (document.getElementById('00N50000001eHNz').checked) chkcnt++;
	if (document.getElementById('00N50000001eK6R').checked) chkcnt++;
	if (document.getElementById('00N50000001eHNu').checked) chkcnt++;

	if (chkcnt==0) 
		alert('Please select a web demo location');
	else if (chkcnt>1) 
		alert('Please select only one web demo location');
	else	{
		
		if (valForm('first_name','','R','last_name','','R','street','','R','city','','R','email','','RisEmail','phone','','R','zip','','R'))
			objForm.submit();
					
	}
}


// Someone had renamed the above functions with an _ which stopped the form from working

function web2leadtrial(objForm){

	var chkcnt=0;

	if (document.getElementById('00N50000001KjC1').checked) chkcnt++;
	if (document.getElementById('00N50000001eHNV').checked) chkcnt++;
	if (document.getElementById('00N50000001eHNa').checked) chkcnt++;
	if (document.getElementById('00N50000001eHNk').checked) chkcnt++;
	if (document.getElementById('00N50000001eHNf').checked) chkcnt++;
	if (chkcnt==0) 
		alert('Please select a trial product');
	else if (chkcnt>1) 
		alert('Please select only one trial product');
	else	{
			
			if (valForm('first_name','','R','last_name','','R','street','','R','city','','R','email','','RisEmail','phone','','R','zip','','R'))
				objForm.submit();
	}
}








function newsletterSubscribe(objForm){
	if (valForm('first_name','','R','last_name','','R','company','','R','companyAddress','','R','email','','RisEmail'))	{
			objForm.submit();
	}
}
