﻿function SwitchStyleCSS(srcElement, ToStyle) {
    srcElement.className = ToStyle;
}
