﻿function changeBtnStyle(txt,styles)
{
    txt.className=styles;
}
function changeImgStyle(docimg,strsrc)
{
    docimg.src=strsrc;
}

