// JavaScript Document



function a(id){
	document.getElementById(id).style.background='url(images/dhbgbg.jpg) center bottom no-repeat'
	document.getElementById(id).style.color='#FFFFFF';
}
function b(id){
	document.getElementById(id).style.background='url(images/menu.jpg) center bottom no-repeat'
	document.getElementById(id).style.color='#000000';
}


function c(id){
	document.getElementById(id).style.background='url(images/listbgbg.jpg) center bottom no-repeat'
	document.getElementById(id).style.color='#FFFFFF';
}
function d(id){
	document.getElementById(id).style.background='url(images/menu.jpg) center bottom no-repeat'
	document.getElementById(id).style.color='#000000';
}
