function colortab(which){
which.style.backgroundColor = '#3300cc';
}
function colortabrestore(which){
which.style.backgroundColor = '#6699FF';
}