
		function check()
		{	
				if(theForm.ctl00_ContentPlaceHolder1_countries.value != 0 && theForm.ctl00_ContentPlaceHolder1_countries.value != null)
				{
					if(
					theForm.ctl00_ContentPlaceHolder1_SUBE.checked != true && 
					theForm.ctl00_ContentPlaceHolder1_Bankamatik.checked != true
					)
					{
							document.getElementById('spare').style.display="none";
							document.getElementById('spared').style.display="block";
					}
					else
					{
							document.getElementById('spare').style.display="block";
							document.getElementById('spared').style.display="none";
					}
				}
				else
				{
					document.getElementById('spare').style.display="none";
					document.getElementById('spared').style.display="block";
				}
		}
		function checkS1()
		{	
				if(theForm.ctl00_ContentPlaceHolder1_Bankamatik.checked != true )
				{
						document.getElementById('BMCheck').style.display="none";
						theForm.ctl00_ContentPlaceHolder1_All1.checked = true;

						theForm.ctl00_ContentPlaceHolder1_DOVIZ1.checked = false;
						theForm.ctl00_ContentPlaceHolder1_All2.checked = true;

						theForm.ctl00_ContentPlaceHolder1_DOVIZ2.checked = false;
				}
				else
				{
						document.getElementById('BMCheck').style.display="block";
						theForm.ctl00_ContentPlaceHolder1_All1.checked = true;
						theForm.ctl00_ContentPlaceHolder1_DOVIZ1.checked = false;
						theForm.ctl00_ContentPlaceHolder1_All2.checked = true;
						theForm.ctl00_ContentPlaceHolder1_DOVIZ2.checked = false;
				}
				check();
		}
		function checkS2()
		{	
		
					if(theForm.ctl00_ContentPlaceHolder1_BankmatikPlus.checked != true )
					{
							document.getElementById('BMPLUSCheck').style.display="none";
							theForm.ctl00_ContentPlaceHolder1_All1.checked = true;
							theForm.ctl00_ContentPlaceHolder1_DOVIZ1.checked = false;
							theForm.ctl00_ContentPlaceHolder1_All2.checked = true;
							theForm.ctl00_ContentPlaceHolder1_DOVIZ2.checked = false;
					}
					else
					{
							document.getElementById('BMPLUSCheck').style.display="block";
							theForm.ctl00_ContentPlaceHolder1_All1.checked = true;
							theForm.ctl00_ContentPlaceHolder1_DOVIZ1.checked = false;
							theForm.ctl00_ContentPlaceHolder1_All2.checked = true;
							theForm.ctl00_ContentPlaceHolder1_DOVIZ2.checked = false;
					}
					check();
		}
		function chppin1()
		{	
		
				if(theForm.ctl00_ContentPlaceHolder1_CP2 != null)
				{
					if(theForm.ctl00_ContentPlaceHolder1_CP1.checked == true )
					{
						theForm.ctl00_ContentPlaceHolder1_CP2.checked = true;
						theForm.ctl00_ContentPlaceHolder1_All1.checked = false;
						theForm.ctl00_ContentPlaceHolder1_All2.checked = false;
					}
					else
						theForm.ctl00_ContentPlaceHolder1_CP2.checked = false;

				}
		}
		function chppin2()
		{	
		
				if(theForm.ctl00_ContentPlaceHolder1_CP1 != null)
				{
					if(theForm.ctl00_ContentPlaceHolder1_CP2.checked == true )
					{
						theForm.ctl00_ContentPlaceHolder1_CP1.checked = true;
						theForm.ctl00_ContentPlaceHolder1_All1.checked = false;
						theForm.ctl00_ContentPlaceHolder1_All2.checked = false;
						}
					else
						theForm.ctl00_ContentPlaceHolder1_CP1.checked = false;
				}
		}
		function doviz1()
		{	
					if(theForm.ctl00_ContentPlaceHolder1_DOVIZ2 != null)
					{
						if(theForm.ctl00_ContentPlaceHolder1_DOVIZ1.checked == true )
						{
							theForm.ctl00_ContentPlaceHolder1_DOVIZ2.checked = true;
							theForm.ctl00_ContentPlaceHolder1_All1.checked = false;
							theForm.ctl00_ContentPlaceHolder1_All2.checked = false;
						}
						else
							theForm.ctl00_ContentPlaceHolder1_DOVIZ2.checked = false;
					}
		}
		function doviz2()
		{	
			if(theForm.ctl00_ContentPlaceHolder1_DOVIZ1 != null)
			{		
				if(theForm.ctl00_ContentPlaceHolder1_DOVIZ2.checked == true )
				{
					theForm.ctl00_ContentPlaceHolder1_DOVIZ1.checked = true;
					theForm.ctl00_ContentPlaceHolder1_All1.checked = false;
					theForm.ctl00_ContentPlaceHolder1_All2.checked = false;
				}
				else
					theForm.ctl00_ContentPlaceHolder1_DOVIZ1.checked = false;
			}
		}
		function allchk()
		{	
				if(theForm.ctl00_ContentPlaceHolder1_All2.checked == true)
				{
					theForm.ctl00_ContentPlaceHolder1_All1.checked = true;
					theForm.ctl00_ContentPlaceHolder1_DOVIZ1.checked = false;
					theForm.ctl00_ContentPlaceHolder1_DOVIZ2.checked = false;
				}
				else if(theForm.ctl00_ContentPlaceHolder1_All1.checked == true)
				{
					theForm.ctl00_ContentPlaceHolder1_All2.checked = true;
					theForm.ctl00_ContentPlaceHolder1_DOVIZ1.checked = false;
					theForm.ctl00_ContentPlaceHolder1_DOVIZ2.checked = false;
				}
		}
		function allsubechk()
		{	
				if( 
					theForm.ctl00_ContentPlaceHolder1_CheckOglen.checked == true ||
					theForm.ctl00_ContentPlaceHolder1_CheckHAFTASONU.checked == true ||
					theForm.ctl00_ContentPlaceHolder1_CheckSELFS.checked == true)

				{
					theForm.ctl00_ContentPlaceHolder1_CheckTUM.checked = false;
					theForm.ctl00_ContentPlaceHolder1_Bankamatik.checked = false ;
					theForm.ctl00_ContentPlaceHolder1_Bankamatik.disabled = true ;
					document.getElementById('BMCheck').style.display = "none";
					document.getElementById('BMPLUSCheck').style.display = "none";	
				}
				else
				{
					theForm.ctl00_ContentPlaceHolder1_CheckTUM.checked = true;
					//theForm.ctl00_ContentPlaceHolder1_CheckBM.checked = false;
					//theForm.ctl00_ContentPlaceHolder1_CheckBMPLUS.checked = false;
					theForm.ctl00_ContentPlaceHolder1_CheckOglen.checked = false ;
					theForm.ctl00_ContentPlaceHolder1_CheckHAFTASONU.checked = false ;
					theForm.ctl00_ContentPlaceHolder1_CheckSELFS.checked = false;

					theForm.ctl00_ContentPlaceHolder1_Bankamatik.disabled = false ;
				}

		}
		function allsubetumchk()
		{	
				if( theForm.ctl00_ContentPlaceHolder1_CheckTUM.checked == true)
				{
					//theForm.ctl00_ContentPlaceHolder1_CheckBM.checked = false;
					//theForm.ctl00_ContentPlaceHolder1_CheckBMPLUS.checked = false;
					theForm.ctl00_ContentPlaceHolder1_CheckOglen.checked = false ;
					theForm.ctl00_ContentPlaceHolder1_CheckHAFTASONU.checked = false ;
					theForm.ctl00_ContentPlaceHolder1_CheckSELFS.checked = false;

					theForm.ctl00_ContentPlaceHolder1_Bankamatik.disabled = false ;
    			}
		}
		function subeCheck()
		{
				if(theForm.ctl00_ContentPlaceHolder1_SUBE.checked == true)
				{
					document.getElementById('SUBEChoice').style.display = "block";
					theForm.ctl00_ContentPlaceHolder1_CheckTUM.checked = true;
					//theForm.ctl00_ContentPlaceHolder1_CheckBM.checked = false;
					theForm.ctl00_ContentPlaceHolder1_CheckOglen.checked = false;
					theForm.ctl00_ContentPlaceHolder1_CheckHAFTASONU.checked = false;
					theForm.ctl00_ContentPlaceHolder1_CheckSELFS.checked = false;
				}
				else
				{
					document.getElementById('SUBEChoice').style.display = "none";
					theForm.ctl00_ContentPlaceHolder1_CheckTUM.checked = true;
					//theForm.ctl00_ContentPlaceHolder1_CheckBM.checked = false;
					//theForm.ctl00_ContentPlaceHolder1_CheckBMPLUS.checked = false;
					theForm.ctl00_ContentPlaceHolder1_CheckOglen.checked = false;
					theForm.ctl00_ContentPlaceHolder1_CheckHAFTASONU.checked = false;
					theForm.ctl00_ContentPlaceHolder1_CheckSELFS.checked = false;

					theForm.ctl00_ContentPlaceHolder1_Bankamatik.disabled = false ;
				}
				check();
		}
