function confirmDelete(){
	var agree = confirm("คุณต้องการแจ้งลบกระทู้นี้");
	if (agree)
		return true;
	else
		return false;
}
function confirmDelete_Post(){
	var agree = confirm("คุณต้องการแจ้งลบโพสนี้");
	if (agree)
		return true;
	else
		return false;
}
//function confirmDelete_group(){
//	var agree = confirm("Do you really want to remove this group?");
//	if (agree)
//		return true;
//	else
//		return false;
//}
//
//function confirmStatus(){
//	var agree = confirm("Do you really want to Change Status Member ?");
//	if (agree)
//		return true;
//	else
//		return false;
//}
//
//function confirmWait(){
//	var agree = confirm("Do you really want to disable it?");
//	if (agree)
//		return true;
//	else
//		return false;
//}
//
//function cannotdelete(){
//	alert("Users link to this group, Can not delete them !?");
//	return false;
//}
//
//function toggle(id,p){ 
//var myChild = document.getElementById(id);
//	if(myChild.style.display!='block'){
//	myChild.style.display='block';
//	document.getElementById(p).className='folderOpen';
//	}else{
//	myChild.style.display='none';document.getElementById(p).className='folder';
//	}
//}
//function CannotDeleteForHighlight(ModuleName){
//	alert("Highlight link to this " + ModuleName + ", Can not delete them !?");
//	return false;
//}
//function PressSubmitSearch() {
//		document.getElementById('search_form').submit();
//}
