function on(id){
    document.getElementById(id).style.background = 'transparent url(/img2/menu_selected2.gif) no-repeat scroll left top';

}

function off(id){
    document.getElementById(id).style.background = 'transparent url(/img2/menu_non_selected2.gif) no-repeat scroll left top';
}