function bgc(rid,col,status){


if(status == 1){
document.getElementById(rid).style.background=""+col+"";
}else{
document.getElementById(rid).style.background=""+col+"";
}

}



function loadInfo(id){

document.getElementById(id).style.display = 'block';

}

