
function show_producent()
{
    //alert(document.getElementById('producent').value);
    window.location="producent.php?ac=prod&idprr=" + document.getElementById('producent').value;
}
