function initSite() {
	initLayout();
}

	
function noenter(kc) {
	if (kc==13) return false;
}

