// Rollover za submit button.
function naDugmetu(FRM,BTN,COLOR)
{
   window.document.forms[FRM].elements[BTN].style.backgroundColor = COLOR;
}

function vanDugmeta(FRM,BTN,COLOR)
{
   window.document.forms[FRM].elements[BTN].style.backgroundColor = COLOR;
}