var defGyarto='<select name="f_gyarto" class="kerSel" style="width:136px" disabled="disabled" onchange="gyartoChange()"><option value="">Válasszon!</option></select>';

//******************
function anyagChange()
{
    var anyag=document.f_kerForm.f_anyag.options[document.f_kerForm.f_anyag.selectedIndex].value;
    var uh=document.f_kerForm.f_uh.options[document.f_kerForm.f_uh.selectedIndex].value;
    
    document.getElementById('gyartoSzuro').innerHTML=defGyarto;

    if(anyag!=='')
    {
        document.f_kerForm.f_uh.disabled=false;

        if(uh!=='')
        {
            HRU(felniszurojsHRUMap+'ajax_autogyartok.php',{anyag:anyag,uh:uh},'post','gyartoSzuro');

           var startTime = new Date();
           var startCheckHRU=startTime.getTime();
           var stopCheckHRU = new Date();
        
            var checkHRU_TimerId=setInterval(function()
            {
                if(document.f_kerForm.f_gyarto && window.HRU_READY=="true")
                {
                    document.f_kerForm.f_gyarto.selectedIndex='0';
                    document.f_kerForm.f_gyarto.disabled=false;

                    document.f_kerForm.f_tipus.selectedIndex='0';
                    document.f_kerForm.f_tipus.disabled='disabled'

                    document.f_kerForm.f_atmero.selectedIndex='0';
                    document.f_kerForm.f_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.f_kerForm.f_uh.selectedIndex='0';
        document.f_kerForm.f_uh.disabled='disabled'
        
        document.f_kerForm.f_gyarto.selectedIndex='0';
        document.f_kerForm.f_gyarto.disabled='disabled'

        document.f_kerForm.f_tipus.selectedIndex='0';
        document.f_kerForm.f_tipus.disabled='disabled'

        document.f_kerForm.f_atmero.selectedIndex='0';
        document.f_kerForm.f_atmero.disabled='disabled'
  }
}
//******************
function anyagInit(x)
{
    if(x)
    {
    document.f_kerForm.f_anyag.options[document.f_kerForm.f_anyag.selectedIndex].value=x;
    }
    else
    {
        document.f_kerForm.f_anyag.selectedIndex='0';
    }
}


//******************
function uhChange()
{
    var anyag=document.f_kerForm.f_anyag.options[document.f_kerForm.f_anyag.selectedIndex].value;
    
    var uh=document.f_kerForm.f_uh.options[document.f_kerForm.f_uh.selectedIndex].value;
    
    if(document.f_kerForm.f_uh.selectedIndex!=='0')
    {
            HRU(felniszurojsHRUMap+'ajax_autogyartok.php',{anyag:anyag,uh:uh},'post','gyartoSzuro');

           var startTime = new Date();
           var startCheckHRU=startTime.getTime();
           var stopCheckHRU = new Date();
        
            var checkHRU_TimerId=setInterval(function()
            {
                if(document.f_kerForm.f_gyarto && window.HRU_READY=="true")
                {
                    document.f_kerForm.f_gyarto.selectedIndex='0';
                    document.f_kerForm.f_gyarto.disabled=false;

                    document.f_kerForm.f_tipus.selectedIndex='0';
                    document.f_kerForm.f_tipus.disabled='disabled'

                    document.f_kerForm.f_atmero.selectedIndex='0';
                    document.f_kerForm.f_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('gyartoSzuro').innerHTML=defGyarto;
        
        document.f_kerForm.f_gyarto.selectedIndex='0';
        document.f_kerForm.f_gyarto.disabled='disabled'

        document.f_kerForm.f_tipus.selectedIndex='0';
        document.f_kerForm.f_tipus.disabled='disabled'

        document.f_kerForm.f_atmero.selectedIndex='0';
        document.f_kerForm.f_atmero.disabled='disabled' 
    }
}
//******************
function uhInit(x)
{
    if(x)
    {
        document.f_kerForm.f_uh.disabled=false;
        document.f_kerForm.f_uh.options[document.f_kerForm.f_uh.selectedIndex].value=x;
    }
    else
    {
        document.f_kerForm.f_uh.selectedIndex='0';
    }
}

//******************
function gyartoChange()
{
    var anyag=document.f_kerForm.f_anyag.options[document.f_kerForm.f_anyag.selectedIndex].value;
    var uh=document.f_kerForm.f_uh.options[document.f_kerForm.f_uh.selectedIndex].value;
    var gyarto=document.f_kerForm.f_gyarto.options[document.f_kerForm.f_gyarto.selectedIndex].value;

    if(anyag!=='')
    {
        HRU(felniszurojsHRUMap+'ajax_autotipusok.php',{anyag:anyag,uh:uh,gyarto:gyarto},'post','tipusSzuro');
    }
    else
    {
        document.f_kerForm.f_tipus.selectedIndex='0';
        document.f_kerForm.f_tipus.disabled='disabled'
    }
    
    document.f_kerForm.f_atmero.selectedIndex='0';
    document.f_kerForm.f_atmero.disabled='disabled'
}
//******************
function gyartoInit(anyag,uh,gyarto)
{
    if(gyarto)
    {
        HRU(felniszurojsHRUMap+'ajax_autogyartok.php',{anyag:anyag,uh:uh,gyarto:gyarto},'post','gyartoSzuro');
    }
    else
    {
        document.f_kerForm.f_gyarto.selectedIndex='0';
        document.f_kerForm.f_gyarto.disabled='disabled'
    }


}



function tipusChange()
{
    var anyag=document.f_kerForm.f_anyag.options[document.f_kerForm.f_anyag.selectedIndex].value;
    var uh=document.f_kerForm.f_uh.options[document.f_kerForm.f_uh.selectedIndex].value;
    var gyarto=document.f_kerForm.f_gyarto.options[document.f_kerForm.f_gyarto.selectedIndex].value;
    var tipus=document.f_kerForm.f_tipus.options[document.f_kerForm.f_tipus.selectedIndex].value;

    if(tipus!=='')
    {
        HRU(felniszurojsHRUMap+'ajax_atmerok.php',{anyag:anyag,uh:uh,gyarto:gyarto,tipus:tipus},'post','atmeroSzuro');
    }
    else
    {
        document.f_kerForm.f_atmero.selectedIndex='0';
        document.f_kerForm.f_atmero.disabled='disabled'
    }
}
//******************
function tipusInit(anyag,uh,gyarto,tipus)
{
    if(tipus)
    {
        HRU(felniszurojsHRUMap+'ajax_autotipusok.php',{anyag:anyag,uh:uh,gyarto:gyarto,tipus:tipus},'post','tipusSzuro');
    }
    else
    {
        document.f_kerForm.f_tipus.selectedIndex='0';
        document.f_kerForm.f_tipus.disabled='disabled'
    }
}


//******************
function atmeroChange()
{
    var atmero=document.f_kerForm.f_atmero.options[document.f_kerForm.f_atmero.selectedIndex].value;
    if(atmero)
    {
        document.f_kerForm.submit();
    }
}
//******************
function atmeroInit(anyag,uh,gyarto,tipus,atmero)
{
    if(atmero)
    {
        HRU(felniszurojsHRUMap+'ajax_atmerok.php',{anyag:anyag,uh:uh,gyarto:gyarto,tipus:tipus,atmero:atmero},'post','atmeroSzuro');
    }
    else
    {
        document.f_kerForm.f_atmero.selectedIndex='0';
        document.f_kerForm.f_atmero.disabled='disabled'
    }
}





function szuroReset()
{
    document.f_kerForm.f_anyag.disabled=false;
    document.f_kerForm.f_anyag.selectedIndex='0';
    
    document.f_kerForm.f_uh.disabled=false;
    document.f_kerForm.f_uh.selectedIndex='0';
    document.f_kerForm.f_uh.disabled='disabled';
    
    document.f_kerForm.f_gyarto.disabled=false;
    document.f_kerForm.f_gyarto.selectedIndex='0';
    document.f_kerForm.f_gyarto.disabled='disabled';    
    
    document.f_kerForm.f_tipus.disabled=false;
    document.f_kerForm.f_tipus.selectedIndex='0';
    document.f_kerForm.f_tipus.disabled='disabled';    
    
    document.f_kerForm.f_atmero.disabled=false;
    document.f_kerForm.f_atmero.selectedIndex='0';
    document.f_kerForm.f_atmero.disabled='disabled';     

    document.f_kerForm.f_akcio.value='mind';
    
    document.f_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;
}
