function fixff() // correctly handle PNG transparency in Win IE 5.5 & 6.
{
	$('core').style.overflow = 'scroll';
}
addLoadEvent(fixff);
