<!--
function validform(theform){ 
    if(theform.content.value==""){
        alert("ΗλΜξΠ΄ΑτΡΤΔΪΘέ");
        return false;
    }

    if(theform.check_num.value==""){
        alert("ΗλΜξΠ΄ΡιΦ€Βλ");
        return false;
    }

	
	return true;    
}
// -->
