if(document.layers) {
	alert("This script works only with Internet Explorer 4 or higher!")
}

function show(thiscolor) 
{
	if(document.all) 
	{
		document.all.fastlocatorimage.style.filter="chroma(color="+thiscolor+")";
	}
}
