﻿function MenuMouseOver() {

    this.className = 'MenuTextHiLight';
}

function MenuMouseOut() {
    this.className = "MenuText";
}     