﻿
var stclaNameate;
var obj;
function showSendf(obj, claName) {
    document.getElementById(obj).className = claName;
}
