function getElement(eid) {
   if (document.all) {
      return document.all[eid];
   }
      if (document.getElementById) {
		return document.getElementById(eid);
   }
}


function setBg(theRow)
{
theRow.style.background="#ffffff";
return true;
} 

function setBgOut(theRow)
{
theRow.style.background="url(images/lightgradbluenav.jpg) repeat-x scroll center bottom";
return true;
} 


function setBg2(theRow)
{
theRow.style.background="#ffffff";
return true;
} 

function setBgOut2(theRow)
{
theRow.style.background="url(../images/lightgradbluenav.jpg) repeat-x scroll center bottom";
return true;
} 



function setBg3(theRow)
{
theRow.style.background="#00ff00";
return true;
} 

function setBgOut3(theRow)
{
theRow.style.background="";
return true;
} 
