﻿/* 템플릿에서 사용할 스크립트 추가 */

function Comment_Edit()
{
	VWebGlobal_ShowPanel('CommentEditFormPanel');
}

function Comment_Cancel()
{
	VWebGlobal_HidePanel('CommentEditFormPanel');
}