function menuFix() {
	var sfEls = document.getElementById("k_menu").getElementsByTagName("li");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
		this.className+=(this.className.length>0? " ": "") + "sfhover";
		}
		sfEls[i].onMouseDown=function() {
		this.className+=(this.className.length>0? " ": "") + "sfhover";
		}
		sfEls[i].onMouseUp=function() {
		this.className+=(this.className.length>0? " ": "") + "sfhover";
		}
		sfEls[i].onmouseout=function() {
		this.className=this.className.replace(new RegExp("( ?|^)sfhover\\b"), 

"");
		}
	}
}


document.writeln("<script type='text\/javascript'> ");
document.writeln("cpro_client='chizone_cpr';");
document.writeln("cpro_location=3; ");
document.writeln("cpro_position=2; ");
document.writeln("cpro_follow=1; ");
document.writeln("cpro_close=1; ");
document.writeln("cpro_template='float_xuanfusld_120_270'; ");
document.writeln("cpro_contw=950; ");
document.writeln("cpro_w=120; ");
document.writeln("cpro_h=270; ");
document.writeln("cpro_float=1; ");
document.writeln("cpro_cad=1;");
document.writeln("cpro_channel=9;");
document.writeln("<\/script>");
document.writeln("<script language='JavaScript' type='text\/javascript' src='http:\/\/cpro.baidu.com\/cpro\/ui\/float.js'><\/script>");