	/* =================================================================
	//	Âü       Á¶: hidden ÆäÀÌÁö
	================================================================= */

	function regtan(url,msg,mode){
		if(msg) alert(msg);
		if(document.add_form){
			if(document.add_form.content){
				document.add_form.reset();
			}
		}

		if(mode){
			if(mode==2){
				opener.document.location.href = url;
			}
			window.close();
		}
		else{
			window.location.href = url;
		}
	}

	document.write('<iframe name="gmBoard_hidden" style="display:none;"></iframe>');

