function activateFilters()
{
	if (browser == "IE" && version >= 4.0)
	{
		if (document.all("mjheader"))
		{
			document.all("mjheader").filters.item(0).addAmbient(255,255,255,50);
			document.all("mjheader").filters.item(0).addCone(150,0,80,150,100,102,102,255,100,90);
		}
		if (document.all("blheader"))
		{
			document.all("blheader").filters.item(0).addAmbient(255,255,255,50);
			document.all("blheader").filters.item(0).addCone(200,0,80,200,100,102,102,255,100,90);
		}
		if (document.all("mjhome"))
		{
			document.all("mjhome").filters.item(0).addAmbient(255,255,255,50);
			document.all("mjhome").filters.item(0).addCone(150,0,80,150,100,102,102,255,100,90);
		}
		if (document.all("blhome"))
		{
			document.all("blhome").filters.item(0).addAmbient(255,255,255,50);
			document.all("blhome").filters.item(0).addCone(200,0,80,200,100,102,102,255,100,90);
		}
	}
}
