/* bom检查 */
function showrecord() {
	document.location.href = "record.php?month=" + document.getElementById("fmonth").value;
}