function FarbWechselan(obj)
            {
               if (document.getElementById || document.all)
               {
                obj.style.backgroundColor="#D3D3D3";
               }
           	}
			
function FarbWechselab(obj)
            {
               if (document.getElementById || document.all)
               {
                obj.style.backgroundColor="#FFFFFF";
               }
            }
			
