function view_comment(URL,width,height) {
	var str = "width="+width+", height="+height+", scrollbars=yes";
	window.open(URL,'_media_comment_view',str);
	return;
}
function check_secret(TheForm) {
	if(TheForm.passwd.value == "") {
		alert("ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏ¼¼¿ä");
		TheForm.passwd.focus();
		return false;
	}
	return true;
}

function data_move(URL) {
	window.open(URL,'_menu_data_move','width=420,height=200,scrollbars=no');
}

function viewResizeImage(img_url,code){
	var url = "view_image_pop.php?board="+code+"&img_url="+img_url;   
	window.open(url, '', 'width=100, height=100, scrollbars=yes');
}

