function FocusCol(obj)
{if(document.getElementById||document.all)
{obj.style.color="#000000";obj.style.backgroundColor="#DFD8C0";}}
function BlurCol(obj)
{if(document.getElementById||document.all)
{obj.style.color="#000000";obj.style.backgroundColor="#FFFFFF";}}

