function ConfirmChoice(url) 
{ 
answer = confirm("You are being redirected to Birla Sun Life Insurance Website")
if (answer !=0) 
{ 

//location = url;
window.open(url,"_blank")
} 

}

function ClickMe()
  {
  
  		StrMsg="You are being redirected to Birla Sun Life Insurance Website."
	
		if(document.getElementById("radOption1").checked)
		 {
			StrVal=document.getElementById("radOption1").value
		 	alert(StrMsg)
			window.open(StrVal)
		 }
	
		if(document.getElementById("radOption2").checked)
		 {
			StrVal=document.getElementById("radOption2").value
		 	alert(StrMsg)
			window.open(StrVal)
		 }
	
		if(document.getElementById("radOption3").checked)
		 {
			StrVal=document.getElementById("radOption3").value
		 	alert(StrMsg)
			window.open(StrVal)
		 }
	
		if(document.getElementById("radOption4").checked)
		 {
			StrVal=document.getElementById("radOption4").value
		 	alert(StrMsg)
			window.open(StrVal)
		 }
	
		if(document.getElementById("radOption5").checked)
		 {
			StrVal=document.getElementById("radOption5").value
		 	alert(StrMsg)
			window.open(StrVal)
		 }
	
		if(document.getElementById("radOption6").checked)
		 {
			StrVal=document.getElementById("radOption6").value
		 	alert(StrMsg)
			window.open(StrVal)
		 }
	
		if(document.getElementById("radOption7").checked)
		 {
			StrVal=document.getElementById("radOption7").value
		 	alert(StrMsg)
			window.open(StrVal)
		 }
	
		if(document.getElementById("radOption8").checked)
		 {
			StrVal=document.getElementById("radOption8").value
		 	alert(StrMsg)
			window.open(StrVal)
		 }
	
		if(document.getElementById("radOption9").checked)
		 {
			StrVal=document.getElementById("radOption9").value
		 	alert(StrMsg)
			window.open(StrVal)
		 }
	
		if(document.getElementById("radOption10").checked)
		 {
			
			if(!(document.getElementById("radOption101").checked || document.getElementById("radOption102").checked ))
			  {
					alert("select one option")
					
			  }

			if(document.getElementById("radOption101").checked)
			  {
					StrVal=document.getElementById("radOption101").value
					window.open(StrVal)

			  }
			  
			if(document.getElementById("radOption102").checked )
			  {
					StrVal=document.getElementById("radOption102").value
					window.open(StrVal)

			  }
			
		 }
	
		if(document.getElementById("radOption11").checked)
		 {
			
			if(!(document.getElementById("radOption111").checked || document.getElementById("radOption112").checked ))
			  {
					alert("select one option")
					
			  }

			if(document.getElementById("radOption111").checked)
			  {
					StrVal=document.getElementById("radOption111").value
					window.open(StrVal)

			  }
			  
			if(document.getElementById("radOption112").checked )
			  {
					StrVal=document.getElementById("radOption112").value
					window.open(StrVal)

			  }
		 }
	
		if(document.getElementById("radOption12").checked)
		 {
			StrVal=document.getElementById("radOption12").value
		 	alert(StrMsg)
			window.open(StrVal)
		 }
	
		if(document.getElementById("radOption13").checked)
		 {
			StrVal=document.getElementById("radOption13").value
		 	alert(StrMsg)
			window.open(StrVal)
		 }
	
		if(document.getElementById("radOption14").checked)
		 {
			StrVal=document.getElementById("radOption14").value
		 	alert(StrMsg)
			window.open(StrVal)
		 }
	
		if(document.getElementById("radOption15").checked)
		 {
			StrVal=document.getElementById("radOption15").value
		 	alert(StrMsg)
			window.open(StrVal)
		 }
	
  }
  
  
  
  function Check1() 
  {
	document.getElementById("radOption10").checked=true  

  }
  
  
  function Check2() 
  {
	document.getElementById("radOption11").checked=true  

  }
  
  
  function MCheck1() 
  {
	document.getElementById("radOption111").checked=false  
	document.getElementById("radOption112").checked=false  
	
  }
  
  
  function MCheck2() 
  {
	document.getElementById("radOption101").checked=false  
	document.getElementById("radOption102").checked=false  

  }
