 function m_over(obj) 
 { obj.style.color = "#FFFFFF"; obj.style.backgroundColor = "#000000";
  }

function m_out(obj) 
{obj.style.color = "#000000"; obj.style.backgroundColor = "#F8FFDF";     
}


 function tm_over(obj) 
 { obj.style.color = "#FFFFFF"; obj.style.backgroundColor = "#E6FFE9";
  
  }

function tm_out(obj) 
{obj.style.color = "#000000"; obj.style.backgroundColor = "#F8FFDF";     
}



 function cm_over(obj) 
 { obj.style.color = "#000000"; obj.style.backgroundColor = "#FFFFFF";
   
    }


function cm_out(obj) 
{
obj.style.color = "#FF0080"; obj.style.backgroundColor = "#000000";
   obj.style.fontStyle="normal";
  
}


function bm_out(obj) 
{obj.style.backgroundColor = "#FFFFFF";      

}

 function bm_over(obj) 
 { obj.style.backgroundColor = "#D9FDDA";


    }





function goPage(src)
{ window.open(src,'main'); }

