﻿// JScript File

// ID/PW 찾기
function PopupFindIDPW()
{
	var idpwWin = PopupCenter('../Member/FindPop.aspx', 'FindIDPW', 400, 357);
	idpwWin.focus();	
}

