function imageshow(obj) {
 
 document.getElementById(obj+'b').className = 'imageshow';
}

function imagehide(obj) {
 
 document.getElementById(obj+'b').className = 'imagehide';
}

