function embed_tag(value){
	document.write (value);
}

function admin_login(){
	//if (confirm("°ü¸®ÀÚ·Î ·Î±×ÀÎ ÇÏ±âÀ§ÇØ ÇöÀç Ã¢À» ´Ý½À´Ï´Ù.\n°ü¸®ÀÚ ·Î±×ÀÎÀ» ÇÏ½Ã°Ú½À´Ï±î?")){
	if (confirm("°ü¸®ÀÚ ·Î±×ÀÎÀ» ÇÏ½Ã°Ú½À´Ï±î?")){
		//alert(top.location);
		window.open('50_admin/pop_login.asp','pop_login','width=415, height=270');
	}
}

