function thumbHiglight(id){

el= $(id)

new Effect.Highlight(el,{startcolor:'#103f7f', restorecolor:'#4c4c4c'})
	
	
}