function m1_ovr(obj) {
    obj.style.behavior = 'url(/js/pngfix.htc)';
    obj.style.backgroundPosition = '0 0';
}
function m1_out(obj) {
    obj.style.behavior = '';
    obj.style.backgroundPosition = '0 -500px';
}