// JavaScript Document
function checkbox_rec() {
	if(document.getElementById('k_rec').checked == true) {
		location.href='/config.php?k_rec=1&return=' + escape(location.href);
	} else {
		location.href='/config.php?k_rec=0&return=' + escape(location.href);
	}
}
