/* Nav Buttons                           */
/* (C) David R Harris, ITFixt, July 2010 */
/*                                       */

function be(it) {
 it.style.color = "#B2C886";
}

function beo(it) {
 it.style.color = "#E1F9E9";
}

function bea(it) {
 it.style.color = "#E7CB98";
 }

/* Usage:                                      */
/* <a href='#' onmousedown="bea(this)" onmouseover="be(this)" onmouseout="beo(this)" ><span>test text</span></a> */
/*                                             */
