
function ch_background(obj){
   m = GEByID(obj);
   m.style.backgroundColor = '#FFE0AE';	//'#FFF5E4';
}

function back_background(obj){
   m = GEByID(obj);
   g=obj.substring(obj.indexOf("_", 5)+1,obj.length);

   if(g=="item_gr") 		m.style.backgroundColor = '#FFCE81';
   if(g=="item_select") 	m.style.backgroundColor = '#FFE0AE';
   if(g=="item") 		m.style.backgroundColor = '#FFB33A';
}

function ch_background_menu(obj){
   m = GEByID(obj);
   m.style.backgroundImage = 'url(/images/menu_pol2.gif)';
}

function back_background_menu(obj){
   m = GEByID(obj);
   m.style.backgroundImage = 'url(/images/menu_pol.gif)';
}
