function pop_translate(guid){
	var win = "/article_tool/translate.jsp?guid=" + guid;
	var ww = 720;
	var hh = 650;
	window.open (win, "translate_win", "scrollbars=yes, toolbar=no, location=no, resizable=no, status=no, menubar=no, width="+ww+",height="+hh+",top="+(screen.availHeight-hh)/2+",left="+(screen.availWidth-ww)/2, 1);
}

function pop_scrap_my(){
	window.open('/scrap.do?mode=my', '', 'width=500, height=360');
}

function pop_mail(guid){
	$("#MailWindow").attr("href", "/popupMail.do?guid="+guid+"&TB_iframe=true&height=520&width=700");
	$("#MailWindow").click();
}

function pop_print(guid){
	window.open("/detail.do?mode=popup&guid=" + guid + "&popup=print", "", "width=732, height=600, scrollbars=yes, resizable=no");
}

function downpop(guid, subcode){
	var url = "/library.do?mode=detail&subcode="+subcode+"&guid="+guid;
	if(subcode.trim() != "" && subcode.substring(3) == "032001") {
		$("#LibraryWindow").attr("href", url+"&TB_iframe=true&height=550&width=630");
	} else {
		$("#LibraryWindow").attr("href", url+"&TB_iframe=true&height=500&width=530");
	}
	$("#LibraryWindow").click();
}

function mapSearch(address){
	var popURL = "/article_tool/googlemap.jsp?country=" + encodeURIComponent(address);
	$("#MapWindow").attr("href", popURL+"&TB_iframe=true&height=525&width=520");
	$("#MapWindow").click();
}
