<!--
function mOvera(menya)
{
if(document.getElementById||(document.all && !(document.getElementById))){
menya.style.backgroundColor="#ff0000";
menya.style.cursor='hand';
}
}
function mOuta(menya){
if(document.getElementById||(document.all && !(document.getElementById))){
menya.style.backgroundColor="#003a9b";
}
}
function mOverb(menyb){
if(document.getElementById||(document.all && !(document.getElementById))){
menyb.style.backgroundColor="#ff0000";
menyb.style.cursor='hand';
}
}
function mOutb(menyb){
if(document.getElementById||(document.all && !(document.getElementById))){
menyb.style.backgroundColor="#003a9b";
}
}
function mOverc(menyc){
if(document.getElementById||(document.all && !(document.getElementById))){
menyc.style.backgroundColor="#ff0000";
menyc.style.cursor='hand';
}
}
function mOutc(menyc){
if(document.getElementById||(document.all && !(document.getElementById))){
menyc.style.backgroundColor="#003a9b";
}
}
function mOverd(menyd){
if(document.getElementById||(document.all && !(document.getElementById))){
menyd.style.backgroundColor="#ff0000";
menyd.style.cursor='hand';
}
}
function mOutd(menyd){
if(document.getElementById||(document.all && !(document.getElementById))){
menyd.style.backgroundColor="#003a9b";
}
}
function mOvere(menye){
if(document.getElementById||(document.all && !(document.getElementById))){
menye.style.backgroundColor="#ff0000";
menye.style.cursor='hand';
}
}
function mOute(menye){
if(document.getElementById||(document.all && !(document.getElementById))){
menye.style.backgroundColor="#003a9b";
}
}
function mOverf(menyf){
if(document.getElementById||(document.all && !(document.getElementById))){
menyf.style.backgroundColor="#ff0000";
menyf.style.cursor='hand';
}
}
function mOutf(menyf){
if(document.getElementById||(document.all && !(document.getElementById))){
menyf.style.backgroundColor="#003a9b";
}
}
//-->
