<!--
theInformerValue='Welcome to Another Brother Web!';

function imageOverG(theName)
  {
  //document.Group.lowsrc='images/mGroup'+theName+'.jpg';
  //document.Group.src='images/mpGroup'+theName+'.jpg';
  document.Label.src='images/lblGroup'+theName+'.gif';
  document.Bio.src='images/bioGroup'+theName+'.gif';
  }

function imageOutG()
  {
  //document.Group.lowsrc='images/mGroup.jpg';
  //document.Group.src='images/mpGroup.jpg';
  document.Label.src='images/lblGroup.gif';
  document.Bio.src='images/bioGroup.gif';
  }


function imageOverLo(theName)
  {
  //document.Group.lowsrc='images/miGroup'+theName+'.jpg';
  document.Group.src='images/miGroup'+theName+'.jpg';
  document.Label.src='images/lblGroup'+theName+'.gif';
  document.Bio.src='images/bioGroup'+theName+'.gif';
  }

function imageOutLo()
  {
  document.Group.lowsrc='images/miGroup.jpg';
  document.Group.src='images/mxGroup.jpg';
  document.Label.src='images/lblGroup.gif';
  document.Bio.src='images/bioGroup.gif';
  }


function imageOverHi(theName)
  {
  document.Group.lowsrc='images/mGroup'+theName+'.jpg';
  document.Group.src='images/mpGroup'+theName+'.jpg';
  document.Label.src='images/lblGroup'+theName+'.gif';
  document.Bio.src='images/bioGroup'+theName+'.gif';
  }

function imageOutHi()
  {
  document.Group.lowsrc='images/mGroup.jpg';
  document.Group.src='images/mpGroup.jpg';
  document.Label.src='images/lblGroup.gif';
  document.Bio.src='images/bioGroup.gif';
  }

//-->