<!--

// (c) by K&H Design

// Rollover für Menu

function high(LinkObject)        {
        LinkObject.style.background='rgb(52,50,148)';
        LinkObject.style.border='solid';
        LinkObject.style.borderWidth='0px';
        LinkObject.style.borderColor='rgb(255,255,255)';
        LinkObject.style.cursor='Hand';
}

function low(LinkObject)        {
        LinkObject.style.background='';
        LinkObject.style.border='solid';
        LinkObject.style.borderWidth='0px';
        LinkObject.style.borderColor='';
}


//-->
