<!--
function ReUrl(){
	var TypeId
	TypeId=$("TypeId").value;
	$("form").action="List_Type-" + TypeId +".htm";
}
function chkForm(){
var C_Title = $("C_Title").value;
var C_Content = $("C_Content").value;
if (C_Title == ""){
	alert("ÇëÌîÐ´Ö÷Ìâ!");
	return false;
	}
if (C_Content == ""){
	alert("ÇëÌîÐ´ÆÀÂÛÄÚÈÝ!");
	return false;
	}	
}

function Load(){
	Checker.bindElemet();
	Checker.bindForm("FormComm");
	var newsContent;
	newsContent = document.getElementById("newsContent");
	if(newsContent!=null){
	var ImgListElements;
	ImgListElements = newsContent.getElementsByTagName("img");
	for(i = 0; i <ImgListElements.length;i++)
	{
		SetNewsImgSite(ImgListElements(i));
	}
}}

-->
