// JavaScript Document
<!--

function changeBackground(objId,theValue){
  if (isAll || isID) {
   
   domStyle=findDOM(objId,1);
   domStyle.backgroundColor=theValue; 
 return;
 }
}


-->