<!--
function jump(sCId){
	document.form_hidkeep.hid_cid.value = sCId;
	document.form_hidkeep.submit();
	return false;
}
//-->
