
function MostOcultMen(Elemx,ec){
   var Elemen = document.getElementById(Elemx);
   Elemen.style.display = (Elemen.style.display == "none")? "block" : "none";
   if(Elemen.style.display == "none")
      ec.style.backgroundImage="url(gecarp/im/ma-h9.gif)";
   else
	    ec.style.backgroundImage="url(gecarp/im/mc-h9.gif)";        
}

/*
function MostActuMen(cl,d){
	var i,ob,tA,h=document.location.href;
		alert(h);
	if(document.getElementById){
	ob=(d)?document.getElementById(d):document;
	if(ob){
	tA=ob.getElementsByTagName('A');
	for(i=0;i<tA.length;i++){
	if(tA[i].href==h){
	tA[i].className=cl;
}}}}}
*/
