d=document;l=(d.layers)?1:0;op=navigator.userAgent.toLowerCase().indexOf('opera')!=-1;ie=(d.all)?1:0;
function gE(e,f){if(l){f=(f)?f:self;var V=f.document.layers;if(V[e])return V[e];for(var W=0;W<V.length;)t=gE(e,V[W++]);return t;}if(d.all)return d.all[e];return d.getElementById(e);}


window.onload=loaded;
active=null;
function loaded(){
}

function sMenu(e,d){

menu1.style.display='none';
menu2.style.display='none';

e.style.display='block';

a1.style.background='transparent';
a1.style.color='#000';
a2.style.background='transparent';
a2.style.color='#000';



d.style.background='#000';
d.style.color='#fff';
active=d;

}

function hide(){
menu1.style.display='none';
menu2.style.display='none';
a1.style.background='transparent';
a1.style.color='#000';
a2.style.background='transparent';
a2.style.color='#000';
}

function over(e){
if (e!=active) e.style.background='#58AC8B';
}
function out(e){
if (e!=active) e.style.background='transparent';
}

