function removeFilter(element) {
	 if(element.style.removeAttribute){
		element.style.removeAttribute('filter');
	 }
}
