function imgload() {
    document.getElementById("bkimg").src = '/img/14/14.jpg';
	imgresize();
}
function imgresize(){
    document.getElementById("bkimg").width = xClientWidth();
}
