/* #####################################################
	@name : 사이트 플래시 컨텐츠용 js
	@author : jungheebum [jhb0b@naver.com]
	@date :070723
 ##################################################### */
function site_windowClose() {
	window.close();
}
function site_helpMotionClick() {
	//window.location.href = '/jsp/service/FaqList.jsp';
	window.location.href = '/jsp/service/Useguide1.jsp';
}
