function effect(element,eID){
if(eID==1) {
element.style.backgroundColor='E2E5E8';
}
else{
element.style.backgroundColor='transparent';
}

}
