function navig_set()
{
top.ml.ho.style.color='#b36652' ;
top.ml.bi.style.color='#b36652' ;
top.ml.fi.style.color='#b36652' ;
top.ml.ga.style.color='#b36652' ;
top.ml.ca.style.color='#b36652' ;
top.ml.cr.style.color='#b36652' ;
top.ml.ar.style.color='#b36652' ;
top.ml.dl.style.color='#b36652' ;
top.ml.wh.style.color='#b36652' ;
top.ml.li.style.color='#b36652' ;
top.ml.bu.style.color='#b36652' ;
top.ml.tv.style.color='#b36652' ;
top.ml.gb.style.color='#b36652' ;
}

function gall_set()
{
top.mm.mm3.g1.style.color='#b36652' ;
top.mm.mm3.g2.style.color='#b36652' ;
top.mm.mm3.g3.style.color='#b36652' ;
top.mm.mm3.g4.style.color='#b36652' ;
top.mm.mm3.g5.style.color='#b36652' ;
top.mm.mm3.g6.style.color='#b36652' ;
top.mm.mm3.g7.style.color='#b36652' ;
top.mm.mm3.g8.style.color='#b36652' ;
top.mm.mm3.g9.style.color='#b36652' ;
top.mm.mm3.g10.style.color='#b36652' ;
}

function group_set()
{
top.mm.mm4.gg0.style.color='#b36652' ;
top.mm.mm4.gg1.style.color='#b36652' ;
top.mm.mm4.gg2.style.color='#b36652' ;
top.mm.mm4.gg3.style.color='#b36652' ;
top.mm.mm4.gg4.style.color='#b36652' ;
top.mm.mm4.gg5.style.color='#b36652' ;
top.mm.mm4.gg6.style.color='#b36652' ;
top.mm.mm4.gg7.style.color='#b36652' ;
top.mm.mm4.gg8.style.color='#b36652' ;
top.mm.mm4.gg9.style.color='#b36652' ;
top.mm.mm4.gga1.style.color='#b36652' ;
top.mm.mm4.gga2.style.color='#b36652' ;
}

function switchit(list)
{
var listElementStyle=document.getElementById(list).style;
if (listElementStyle.display=="none")
{
listElementStyle.display="block";
}
else {
listElementStyle.display="none";
}
}

