var IE6 = (window.VBArray && document.implementation);

if (IE6) try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}  

function trOver(obj)
{
	obj.className='hover';
}
function trOut(obj)
{
	obj.className='';
}
