function GoPrint() {
	alert("프린트");
}

function GoBlog(board_type, b_seq, board_seq, article_seq) {
	scrap = window.open('/blog/scrap/blog_scrap.asp?board_type=' + board_type + '&b_seq=' + b_seq + '&board_seq=' + board_seq + '&article_seq=' + article_seq, 'scrap', 'scrollbars=0,left=0,top=0,width=420,height=330');
	scrap.focus();
}

function GoMail() {
	alert("메일");
}

function CheckALLSearch(theForm) {
	if (Len(theForm.search_value.value) == 0) {
		alert('검색어를 입력하여 주십시요.');
		theForm.search_value.focus();
		return false;
	}

	return true;
}

function OpenHelp() {
	scrap = window.open('/common/blog/help.asp', 'help', 'scrollbars=1,left=0,top=0,width=500,height=400');
	scrap.focus();
}
