function getElement(eid) {
   if (document.all) {
      return document.all[eid];
   }
      if (document.getElementById) {
		return document.getElementById(eid);
   }
}


function setBg(theRow)
{
theRow.style.background="url('')";
theRow.style.background="#ffcc00";
    return true;
} 

function setBgOut(theRow)
{
theRow.style.background="url('images/button-bg.gif')";
//theRow.style.border="2px inset";
    return true;
} 


function setBg2(theRow)
{
theRow.style.background="#2222aa";

    return true;
} 

function setBgOut2(theRow)
{
theRow.style.background="#9999CC";
    return true;
} 


function setBg3(theRow)
{
theRow.style.background="#ccFFcc";
return true;
} 

function setBgOut3(theRow)
{
theRow.style.background="";
return true;
} 

function setBg4(theRow)
{
theRow.style.background="#bbFFbb";
return true;
} 

function setBgOut4(theRow)
{
theRow.style.background="#FFEEEE";
return true;
} 


function OpenCertDetails()
	{
	thewindow = window.open('https://www.thawte.com/cgi/server/certdetails.exe?code=UKNOXX1', 'anew', config='height=400,width=520,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes');
	}
	
	
function setBgSA(theRow)
{
theRow.style.background="url('')";
theRow.style.background="#eeeeff";
    return true;
} 

function setBgOutSA(theRow)
{
theRow.style.background="url('images/button-bgSA.gif')";
//theRow.style.border="2px inset";
    return true;
} 


	
function setBgHSE(theRow)
{
theRow.style.background="url('')";
theRow.style.background="#FFFFDD";
    return true;
} 

function setBgOutHSE(theRow)
{
theRow.style.background="url('images/button-bgHSE.gif')";
//theRow.style.border="2px inset";
    return true;
} 


