function change(color){
	if (document.all) {
		var el=event.srcElement	
		event.srcElement.style.backgroundColor=color
	}
}
