function showAttr(thisdom) {
var tit = $(thisdom).attr('tit1');
$(thisdom).attr('src', "/templets/wzzy/images/" + tit + "");
}
function hideAttr(thisdom) {
var tit = $(thisdom).attr('tit2');
$(thisdom).attr('src', "/templets/wzzy/images/" + tit + "");
}
-->