function ewurm(themenu,theimg,theid,thecolor)
{
	document.getElementById('td'+themenu+'_'+theid).style.backgroundImage='url(cms/website/design_0046/img/'+theimg+')';
	document.getElementById('h'+themenu+'_'+theid).style.color=thecolor;
}
function ewurm1(themenu,theimg,theid,thecolor)
{
	document.getElementById('td'+themenu+'_'+theid).style.backgroundImage=theimg;
	document.getElementById('h'+themenu+'_'+theid).style.color=thecolor;
}