function opti(){
	lh=document.getElementById("b_cnt").clientHeight;
	lh-=20;
	if(lh<300){
		$("#bx_lft .b_in").css("height","auto");
	}
	else{
	$("#bx_lft .b_in").css("height",lh+"px");
	}
}