function OnChangeSupplier()
{
        if (suppl==document.getElementById("Supplier").value)
          return;

          if (id)
            window.location.href = "index.php?id="+id+"&suppl="+document.getElementById("Supplier").value;
          else
            window.location.href = "index.php?suppl="+document.getElementById("Supplier").value;


}
function OnOverProcFld(number)
{
        document.getElementById("PMName"+number).style.backgroundColor=ActiveFldColor;
}
function OnOutProcFld(number)
{
        document.getElementById("PMName"+number).style.backgroundColor=FldColor;
}

function OnOverProcItem(number)
{
        document.getElementById("PMIName"+number).style.backgroundColor=ActiveItemColor;
}
function OnOutProcItem(number)
{
        document.getElementById("PMIName"+number).style.backgroundColor=ItemColor;
}
/*
function OnOverProcItem2(number)
{
        document.getElementById("PMI2Name"+number).style.backgroundColor=ActiveItemColor;
}
function OnOutProcItem2(number)
{
        document.getElementById("PMI2Name"+number).style.backgroundColor=ItemColor;
}
  */