
// °øÁö»õÃ¢
function WinGongJi(Url,Code) {
	var Url = Url+"?Code="+Code;
	window.open(Url,"WinGongJi","top=100,left=200,width=500,height=400,scrollbars=yes");
}


// HotNews Ã¢
function WinNotice(N_Code, W_Url)
{
	var Width  = 500;
	var Height = 500;
	var W_Size = screen.width;
	var H_Size = screen.height;
	var Left   = eval(W_Size/2) - eval(Width/2);
	var Top    = eval(H_Size/2) - eval(Height/1.8);

	window.open(W_Url+"?N_Code="+N_Code, "notice_pop", "left="+Left+",top="+Top+",width="+Width+",height="+Height+",scrollbars=no");
}


//
function down_bizform(f_name) {
	window.open("http://www.magicsystem.co.kr/CP/Bizdown/"+f_name,"","");
}
