function slCat(Cat,id,valueid){
var strCanban = '';
var strChothue = '';
strCanban = '';
strChothue = '';
if(Cat==1){
$('#'+id).html(strCanban);
}else{
$('#'+id).html(strChothue);
}
$('.tab_bds').css('background','none');
$('#tab_bds_search_'+Cat).css('background','#133D65');
$('#'+id).find('option[value="'+valueid+'"]').attr('selected', 'selected');
/*for($a=0;$a<=8;$a++){
if(valueid > 0){
if(valueid == document.getElementById(id).options[$a].value){
document.getElementById(id).options[$a].selected = true;
}
}
}*/
}