var new_obj;

// ´Ù¿î·Îµå
function webDown(){
	var width	= 620;
	var height	= 700;
	var top		= ((screen.Height - height) / 2) - 30;
	var left	= (screen.Width - width) / 2;

	f = document.fDoc;
	new_obj = window.open("", "web_down", "width=" + width + ", height=" + height + ", resizable=no, status=0, titlebar=0, toolbar=0, scrollbars=yes, top=" + top + ", left=" + left);
	new_obj.opener = self;
	f.target = "web_down";
	f.action = "result_act.asp?act=1&p_code=All";
	f.submit();
	return;
}

// ÇÁ¸°Æ®
function printPage() {
	var width	= 620;
	var height	= 700;
	var top		= ((screen.Height - height) / 2) - 30;
	var left	= (screen.Width - width) / 2;

	f = document.fDoc;
	new_obj = window.open("", "web_print", "width=" + width + ", height=" + height + ", resizable=no, status=0, titlebar=0, toolbar=0, scrollbars=yes, top=" + top + ", left=" + left);
	new_obj.opener = self;
	f.target = "web_print";
	f.action = "result_act.asp?act=2&p_code=All";
	f.submit();
}

// ¸ÞÀÏ
function email_win(page_code){
	var width	= 450;
	var height	= 280;
	var top		= ((screen.Height - height) / 2) - 30;
	var left	= (screen.Width - width) / 2;

	f = document.fDoc;
	win = window.open("", "web_mail", "width=" + width + ", height=" + height + ", resizable=no, status=0, titlebar=0, toolbar=0, scrollbars=" + scroll + ", top=" + top + ", left=" + left);
	win.opener = self;
	f.target = "web_mail";
	f.action = "/service/email_insert.asp?p_code=All";
	f.submit();
}

function actAlarm(a){
	if (a == 1)			new_obj.SaveFile_time();
	else if (a == 2)	new_obj.webPrint();

	return;
}

// ¿î¼¼ ¸ÞÀÏ ¹ß¼Û(Á÷Á¢ÀÔ·Â Ã¼Å©)
function check_value() {
	if(document.fInputDoc.mchk.checked == true){
		document.getElementById("show_user_input").style.display	= "block";
		document.getElementById("show_select").style.display		= "none";
		document.fInputDoc.u_r_email.focus();
	} else {
		document.getElementById("show_select").style.display		= "block";
		document.getElementById("show_user_input").style.display	= "none";
		document.fInputDoc.u_r_email_a.focus();
	}
}

// °áÁ¦ÇÑ ¿î¼¼ ´Ù½Ãº¸±â
function bill_unse(page_code) {
	WindowCenterOpen("/service/popup_result_again.asp?page_code=" + page_code, "unzzang_bill_unse", 550, 390, "no");
}

// »ùÇÃº¸±â
function sample(page_code) {
	WindowCenterOpen("/service/sample.asp?page_code=" + page_code, "unzzang_sample", 620, 630, "no");
}

// ¸Àº¸±â
function exmple(page_code) {
	var width	= 530;
	var height	= 330;
	var scroll	= "no";

	if (page_code == "perfect_saju" || page_code == "gunghap_paper" || page_code == "premium_gunghap")	height	= 500;
	if (page_code == "perfect_saju")																	scroll	= "yes";

	WindowCenterOpen("/service/popup_test.asp?page_code=" + page_code, "unzzang_exmple", width, height, scroll);
}

// »ý½ÃÃßÁ¤
function time() {
	WindowCenterOpen("/service/time.asp", "unzzang_time", 500, 540, "no");
}