function goWebMail()
{

	var s_mail = document.mailform.mailid.value;
	document.mailform.target = "_blank";
	if(s_mail.length > 12)
	{
		document.mailform.submit();
	}
	else
	{
    MM_openBrWindow('http://www.mapo.go.kr/CmsWeb/viewPage.req?idx=PG0000000189','ÅëÇÕÈ¸¿ø½Ã½ºÅÛ·Î±×ÀÎ','width=350,height=280')
		return;
	}
}