
function muisOver(dis,type){

	dis.src = "/img/menu/"+type+'_over.gif';

}

function muisUit(dis,type){

	dis.src = "/img/menu/"+type+'.gif';

}