// JavaScript Document
function zmenaCastky() {
  if( document.formPodpora.castka[4].checked ) document.formPodpora.jinaCastka.disabled = false;
  else document.formPodpora.jinaCastka.value = '';
}

function zmenaInformace() {
  if( document.formPodpora.informace1.checked || document.formPodpora.informace2.checked || document.formPodpora.darovaciSmlouva.checked ) document.getElementById('formPersonal').style.display='block';
}

function formControlUvod(prispevovatele) {
  var lReturn = true;
  var Hlaska = '';
  var Castka = 0;
  var datum = new Date();
  var rok = ''+datum.getFullYear();
  var mesic = datum.getMonth()+1 < 10 ? '0'+(datum.getMonth()+1) : ''+(datum.getMonth()+1);
  var den = datum.getDate() < 10 ? '0'+datum.getDate() : ''+datum.getDate();
  var hodiny = datum.getHours() < 10 ? '0'+datum.getHours() : ''+datum.getHours();
  var minuty = datum.getMinutes() < 10 ? '0'+datum.getMinutes() : ''+datum.getMinutes();
  var vteriny = datum.getSeconds() < 10 ? '0'+datum.getSeconds() : ''+datum.getSeconds();
  // document.getElementById("variabilniSymbol").value=mesic+den+hodiny+minuty+vteriny;
  document.getElementById("variabilniSymbol").value='6666'+hodiny+minuty+vteriny;
  if( document.formPodpora.castka[4].checked && ( isNaN( document.getElementById("jinaCastka").value ) || document.getElementById("jinaCastka").value < 50 ) ) {
    lReturn = false;
    // Hlaska += "Prosím, neposílejte částky menší než 50,- Kč..\n";    
  }
  // if( !lReturn ) alert( Hlaska );
  if( lReturn ) {
    if( document.formPodpora.castka[0].checked ) document.getElementById("Amount").value=document.formPodpora.castka[0].value;
    else if( document.formPodpora.castka[1].checked ) document.getElementById("Amount").value=document.formPodpora.castka[1].value;
    else if( document.formPodpora.castka[2].checked ) document.getElementById("Amount").value=document.formPodpora.castka[2].value;
    else if( document.formPodpora.castka[3].checked ) document.getElementById("Amount").value=document.formPodpora.castka[3].value;
    else if( document.formPodpora.castka[4].checked ) document.getElementById("Amount").value=document.formPodpora.jinaCastka.value;
    if ( document.formPodpora.zpusobPlatby[1].checked ) { 
      /* testovaci brana
      document.formPodpora.action="https://testgateway.paysec.csob.cz/testgateway/gateway.aspx";
      document.formPodpora.target="_parent";
      document.getElementById("MicroaccountNumber").value='8754680';
      */
      document.formPodpora.action="https://gateway.paysec.cz/GateWay.aspx";
      document.formPodpora.target="_parent";
      document.getElementById("MicroaccountNumber").value='1288881';
      document.getElementById("OrderId").value=document.getElementById("variabilniSymbol").value;
      document.getElementById("MessageForTarget").value='Platba PaySec ze stranek pro predplatitele na www.eps.cz';
      document.getElementById("CancelURL").value='http://www.eps.cz/prispevovatele/index.php?page=uvod&errorPaySec=krach';
      document.getElementById("BackURL").value='http://www.eps.cz/prispevovatele/index.php?page=osobni-udaje&zpusobPlatby=1&variabilniSymbol='+document.getElementById("variabilniSymbol").value+'&castka='+document.getElementById("Amount").value+'&ident={0}';
    }
    if ( document.formPodpora.zpusobPlatby[2].checked ) {
      document.formPodpora.action="https://ib24.csob.cz/Channels.aspx";
      document.formPodpora.target="_parent";
      document.getElementById("ZPRAVA").value='<zprava ofce="3100"><obchodnik><id>404</id></obchodnik><data><nProtiucet>471298763</nProtiucet><chKodBankaProti>0300</chKodBankaProti><nCastka>'+document.getElementById("Amount").value+'</nCastka><chVS>'+document.getElementById("variabilniSymbol").value+'</chVS><nSS>88</nSS><vchPoleAV1>#404</vchPoleAV1><vchPoleAV2>Platba pres platebni tlacitko CSOB</vchPoleAV2></data></zprava>';  
    }
    if ( document.formPodpora.zpusobPlatby[3].checked ) {
      document.formPodpora.action="https://maxibps.postovnisporitelna.cz/Channels.aspx";
      document.formPodpora.target="_parent";
      document.getElementById("ZPRAVA").value='<zprava ofce="3100"><obchodnik><id>404</id></obchodnik><data><nProtiucet>471298763</nProtiucet><chKodBankaProti>0300</chKodBankaProti><nCastka>'+document.getElementById("Amount").value+'</nCastka><chVS>'+document.getElementById("variabilniSymbol").value+'</chVS><nSS>88</nSS><vchPoleAV1>#404</vchPoleAV1><vchPoleAV2>Platba pres platebni tlacitko PS</vchPoleAV2></data></zprava>';
    }
    if ( document.formPodpora.zpusobPlatby[4].checked ) {
      document.formPodpora.action=prispevovatele+"/cards/dataSign.php";
      document.formPodpora.target="_parent";
      document.getElementById("MERCHANTNUMBER").value=53225691;
      document.getElementById("OPERATION").value='CREATE_ORDER';
      document.getElementById("ORDERNUMBER").value=rok+mesic+den+hodiny+minuty+vteriny;
      document.getElementById("AMOUNT").value=(document.getElementById("Amount").value)*100;
      document.getElementById("DEPOSITFLAG").value=1;
      document.getElementById("URL").value=prispevovatele+'/index.php?page=uvod&paymuzo=1';
      document.getElementById("DIGEST").value='';
    }
    
       if ( document.getElementById("zpusobPayPal").checked ) { // pay pal
      	document.formPodpora.action="https://www.paypal.com/cgi-bin/webscr";
      	document.formPodpora.target="_parent";
      	document.getElementById("item_name").value='Platba PayPal ze stranek pro predplatitele na www.eps.cz';
		document.getElementById("ppamount").value=document.getElementById("Amount").value;
    		
    
    
    }
    
    if ( document.formPodpora.zpusobPlatby[0].checked || document.formPodpora.zpusobPlatby[5].checked || document.formPodpora.zpusobPlatby[6].checked ) {
      document.formPodpora.action="";
      document.formPodpora.target="_self";
    }
    /* alert(document.getElementById("ZPRAVA").value);
    lReturn = false; */    
  }
	return lReturn;
}

function formControl() {
  var lReturn = true;
  var Hlaska = '';
  if( true || document.formPodpora.informace1.checked || document.formPodpora.informace2.checked || document.formPodpora.darovaciSmlouva.checked ) {
    if( document.formPodpora.jmeno.value == '' ) {
      lReturn = false;
      Hlaska += "Zadejte, prosím, vaše jméno a příjmení nebo název firmy.\n";
    }
    if( document.formPodpora.adresa.value == '' ) {
      lReturn = false;
      Hlaska += "Není zadána adresa.\n";
    }
    if( document.formPodpora.mesto.value == '' ) {
      lReturn = false;
      Hlaska += "Není zadáno město.\n";
    }
    if( document.formPodpora.psc.value == '' ) {
      lReturn = false;
      Hlaska += "Není zadáno PSČ.\n";
    }
    if( document.formPodpora.email.value == '' ) {
      lReturn = false;
      Hlaska += "Není zadán e-mail.\n";
    } else {
      if( !ValidateEmail( document.formPodpora.email.value ) ) {
        lReturn = false;
        Hlaska += "Vámi zadaná e-mailová adresa nemá platný formát.\n";
      }
    }
  }
  if( !lReturn ) alert( Hlaska );
	return lReturn;
}

function ValidateEmail( email){
	var regStr = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
	if( !regStr.test(email)){
		return false;
	}
	return true;
}



