var defCsavar='<select name="fe_csavar" class="kerSel" style="width:86px" disabled="disabled" onchange="csavarChange()"><option value="">Válasszon!</option></select>';

//******************
function anyagChange_e()
{
    var anyag=document.fe_kerForm.fe_anyag.options[document.fe_kerForm.fe_anyag.selectedIndex].value;
    var uh=document.fe_kerForm.fe_uh.options[document.fe_kerForm.fe_uh.selectedIndex].value;
    
    document.getElementById('csavarSzuro_e').innerHTML=defCsavar;

    if(anyag!=='')
    {
        document.fe_kerForm.fe_uh.disabled=false;

        if(uh!=='')
        {
            HRU(felniszurojsHRUMap+'ajax_csavarok.php',{anyag:anyag,uh:uh},'post','csavarSzuro_e');

           var startTime = new Date();
           var startCheckHRU=startTime.getTime();
           var stopCheckHRU = new Date();
        
            var checkHRU_TimerId=setInterval(function()
            {
                if(document.fe_kerForm.fe_gyarto && window.HRU_READY=="true")
                {
                    document.fe_kerForm.fe_csavar.selectedIndex='0';
                    document.fe_kerForm.fe_csavar.disabled=false;

                    document.fe_kerForm.fe_lyukkor.selectedIndex='0';
                    document.fe_kerForm.fe_lyukkor.disabled='disabled'

                    document.fe_kerForm.fe_atmero.selectedIndex='0';
                    document.fe_kerForm.fe_atmero.disabled='disabled'
 
                    clearInterval(checkHRU_TimerId)
                    return;
                }
                
                else if(stopCheckHRU.getTime()>(startCheckHRU+10000))//10sec.
                {
                    clearInterval(checkHRU_TimerId);
                    alert('Időtúllépés!\\nFrissítse a lapot és próbálja meg mégegyszer!')
                    return;
                }
            },10);
        }
        
    }
    else
    {
        document.fe_kerForm.fe_uh.selectedIndex='0';
        document.fe_kerForm.fe_uh.disabled='disabled'
        
        document.fe_kerForm.fe_csavar.selectedIndex='0';
        document.fe_kerForm.fe_csavar.disabled='disabled'

        document.fe_kerForm.fe_lyukkor.selectedIndex='0';
        document.fe_kerForm.fe_lyukkor.disabled='disabled'

        document.f_kerForm.fe_atmero.selectedIndex='0';
        document.f_kerForm.fe_atmero.disabled='disabled'
  }
}
//******************
function anyagInit_e(x)
{
    if(x)
    {
    document.fe_kerForm.fe_anyag.options[document.fe_kerForm.fe_anyag.selectedIndex].value=x;
    }
    else
    {
        document.fe_kerForm.fe_anyag.selectedIndex='0';
    }
}


//******************
function uhChange_e()
{
    var anyag=document.fe_kerForm.fe_anyag.options[document.fe_kerForm.fe_anyag.selectedIndex].value;
    
    var uh=document.fe_kerForm.fe_uh.options[document.fe_kerForm.fe_uh.selectedIndex].value;
    
    if(document.fe_kerForm.fe_uh.selectedIndex!=='0')
    {
            HRU(felniszurojsHRUMap+'ajax_csavarok.php',{anyag:anyag,uh:uh},'post','csavarSzuro_e');

           var startTime = new Date();
           var startCheckHRU=startTime.getTime();
           var stopCheckHRU = new Date();
        
            var checkHRU_TimerId=setInterval(function()
            {
                if(document.fe_kerForm.fe_csavar && window.HRU_READY=="true")
                {
                    document.fe_kerForm.fe_csavar.selectedIndex='0';
                    document.fe_kerForm.fe_csavar.disabled=false;

                    document.fe_kerForm.fe_lyukkor.selectedIndex='0';
                    document.fe_kerForm.fe_lyukkor.disabled='disabled'

                    document.fe_kerForm.fe_atmero.selectedIndex='0';
                    document.fe_kerForm.fe_atmero.disabled='disabled'
                
                    clearInterval(checkHRU_TimerId)
                    return;
                }
                
                else if(stopCheckHRU.getTime()>(startCheckHRU+10000))//10sec.
                {
                    clearInterval(checkHRU_TimerId);
                    alert('Időtúllépés!\\nFrissítse a lapot és próbálja meg mégegyszer!')
                    return;
                }
            },10);        
    }
    else
    {
   
        document.getElementById('csavarSzuro_e').innerHTML=defCsavar;
        
        document.fe_kerForm.fe_csavar.selectedIndex='0';
        document.fe_kerForm.fe_csavar.disabled=false;

        document.fe_kerForm.fe_lyukkor.selectedIndex='0';
        document.fe_kerForm.fe_lyukkor.disabled='disabled'

        document.fe_kerForm.fe_atmero.selectedIndex='0';
        document.fe_kerForm.fe_atmero.disabled='disabled' 
    }
}
//******************
function uhInit_e(x)
{
    if(x)
    {
        document.fe_kerForm.fe_uh.disabled=false;
        document.fe_kerForm.fe_uh.options[document.fe_kerForm.fe_uh.selectedIndex].value=x;
    }
    else
    {
        document.fe_kerForm.fe_uh.selectedIndex='0';
    }
}

//******************
function csavarChange_e()
{
    var anyag=document.fe_kerForm.fe_anyag.options[document.fe_kerForm.fe_anyag.selectedIndex].value;
    var uh=document.fe_kerForm.fe_uh.options[document.fe_kerForm.fe_uh.selectedIndex].value;
    var csavar=document.fe_kerForm.fe_csavar.options[document.fe_kerForm.fe_csavar.selectedIndex].value;

    if(anyag!=='')
    {
        HRU(felniszurojsHRUMap+'ajax_lyukkorok.php',{anyag:anyag,uh:uh,csavar:csavar},'post','lyukkorSzuro_e');
    }
    else
    {
        document.fe_kerForm.fe_lyukkor.selectedIndex='0';
        document.fe_kerForm.fe_lyukkor.disabled='disabled'
    }
    
    document.fe_kerForm.fe_atmero.selectedIndex='0';
    document.fe_kerForm.fe_atmero.disabled='disabled'
}
//******************
function csavarInit_e(anyag,uh,csavar)
{
    if(csavar)
    {
        HRU(felniszurojsHRUMap+'ajax_csavarok.php',{anyag:anyag,uh:uh,csavar:csavar},'post','csavarSzuro_e');
    }
    else
    {
        document.fe_kerForm.fe_gyarto.selectedIndex='0';
        document.fe_kerForm.fe_gyarto.disabled='disabled'
    }


}



function lyukkorChange_e()
{
    var anyag=document.fe_kerForm.fe_anyag.options[document.fe_kerForm.fe_anyag.selectedIndex].value;
    var uh=document.fe_kerForm.fe_uh.options[document.fe_kerForm.fe_uh.selectedIndex].value;
    var csavar=document.fe_kerForm.fe_csavar.options[document.fe_kerForm.fe_csavar.selectedIndex].value;
    var lyukkor=document.fe_kerForm.fe_lyukkor.options[document.fe_kerForm.fe_lyukkor.selectedIndex].value;

    if(lyukkor!=='')
    {
        HRU(felniszurojsHRUMap+'ajax_atmerok_e.php',{anyag:anyag,uh:uh,csavar:csavar,lyukkor:lyukkor},'post','atmeroSzuro_e');
    }
    else
    {
        document.fe_kerForm.fe_atmero.selectedIndex='0';
        document.fe_kerForm.fe_atmero.disabled='disabled'
    }
}
//******************
function lyukkorInit_e(anyag,uh,csavar,lyukkor)
{
    if(lyukkor)
    {
        HRU(felniszurojsHRUMap+'ajax_lyukkorok.php',{anyag:anyag,uh:uh,csavar:csavar,lyukkor:lyukkor},'post','lyukkorSzuro_e');
    }
    else
    {
        document.fe_kerForm.fe_lyukkor.selectedIndex='0';
        document.fe_kerForm.fe_lyukkor.disabled='disabled'
    }
}


//******************
function atmeroChange_e()
{
    var atmero=document.fe_kerForm.fe_atmero.options[document.fe_kerForm.fe_atmero.selectedIndex].value;
    if(atmero)
    {
        document.fe_kerForm.submit();
    }
}
//******************
function atmeroInit_e(anyag,uh,csavar,lyukkor,atmero)
{
    if(atmero)
    {
        HRU(felniszurojsHRUMap+'ajax_atmerok_e.php',{anyag:anyag,uh:uh,csavar:csavar,lyukkor:lyukkor,atmero:atmero},'post','atmeroSzuro_e');
    }
    else
    {
        document.fe_kerForm.fe_atmero.selectedIndex='0';
        document.ef_kerForm.fe_atmero.disabled='disabled'
    }
}





function szuroReset_e()
{
    document.fe_kerForm.fe_anyag.disabled=false;
    document.fe_kerForm.fe_anyag.selectedIndex='0';
    
    document.fe_kerForm.fe_uh.disabled=false;
    document.fe_kerForm.fe_uh.selectedIndex='0';
    document.fe_kerForm.fe_uh.disabled='disabled';
    
    document.fe_kerForm.fe_csavar.disabled=false;
    document.fe_kerForm.fe_csavar.selectedIndex='0';
    document.fe_kerForm.fe_csavar.disabled='disabled';    
    
    document.fe_kerForm.fe_lyukkor.disabled=false;
    document.fe_kerForm.fe_lyukkor.selectedIndex='0';
    document.fe_kerForm.fe_lyukkor.disabled='disabled';    
    
    document.fe_kerForm.fe_atmero.disabled=false;
    document.fe_kerForm.fe_atmero.selectedIndex='0';
    document.fe_kerForm.fe_atmero.disabled='disabled';     

    document.fe_kerForm.fe_akcio.value='mind';
    
    document.fe_kerForm.submit();

}

function cikkszamCheck(){
    var validity = false;
    if(document.f_kerCikkszamForm && document.f_kerCikkszamForm.f_cikkszam)
    {
        var regex = /^\s*$/i;
        if(regex.test(document.f_kerCikkszamForm.f_cikkszam.value))
        {
            
            alert('Be kell írni egy cikkszámot!');
        }
        else
        {
            validity = true;
        }
    }
    return validity;
}
