// JavaScript Document
function JS_viewObj(objhtml) { 
    document.write(objhtml); 
} 

//°ü¸®ÀÚ ·Î±×ÀÎ
function go_login() { 
	window.open('/admin/login.jsp?login=bbs','login','width=390,height=300,left=50,top=50,resizable=0,scrollbars=1');
}

//¸Þ¼¼Áö
function msg_file() { 
	alert("µî·ÏµÈ ÆÄÀÏÀÌ ¾ø½À´Ï´Ù.");
}

//ÆÄÀÏ ´Ù¿î·Îµå
function msg_down(biID,bid) { 
	//Window.open('msg_down.jsp?biID='+ biID +'&bid='+bid,'down','width=390,height=300,left=50,top=50,resizable=0,scrollbars=1');
	window.open('msg_down.jsp?biID='+ biID +'&bID='+bid,'down','width=390,height=300,left=10,top=50,resizable=0,scrollbars=1');
}
