<!--
/*
°³º°Å×¸¶¿ë ÀÚ¹Ù½ºÅ©¸³Æ®
function GoModuleII(p, d)
*/

function GoModuleII(p, d)
{
	var p;
	var d;
	var f	= d+p;
	location.href = "/modules/"+f+"/index.php";
}


function GoAgreeURL()
{
	var url				="/m_agree_01.php";
	var name			="agree";
	var top				=50;
	var left				=440;
	var width			=400;
	var height		=550;
	var toolbar		=0;
	var menubar		=0;
	var statusbar	=0;
	var scrollbar	=0;
	var resizable	=0;

	global_open_window(url, name, top, left, width, height, toolbar, menubar, statusbar, scrollbar, resizable);
}

function GoAgree2URL()
{
	var url				="/m_agree_02.php";
	var name			="agree2";
	var top				=50;
	var left				=50;
	var width			=410;
	var height		=548;
	var toolbar		=0;
	var menubar		=0;
	var statusbar	=0;
	var scrollbar	=0;
	var resizable	=0;

	global_open_window(url, name, top, left, width, height, toolbar, menubar, statusbar, scrollbar, resizable);
}
function GoAgree3URL()
{
	var url				="/m_agree_03.php";
	var name			="agree3";
	var top				=50;
	var left				=800;
	var width			=410;
	var height		=548;
	var toolbar		=0;
	var menubar		=0;
	var statusbar	=0;
	var scrollbar	=0;
	var resizable	=0;

	global_open_window(url, name, top, left, width, height, toolbar, menubar, statusbar, scrollbar, resizable);
}
function GoAgree4URL()
{
	var url				="/m_agree_04.php";
	var name			="agree4";
	var top				=50;
	var left				=800;
	var width			=410;
	var height		=548;
	var toolbar		=0;
	var menubar		=0;
	var statusbar	=0;
	var scrollbar	=0;
	var resizable	=0;

	global_open_window(url, name, top, left, width, height, toolbar, menubar, statusbar, scrollbar, resizable);
}
function global_open_window(url, name, top, left, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
    toolbar_str   = toolbar   ? 'yes' : 'no';
    menubar_str   = menubar   ? 'yes' : 'no';
    statusbar_str = statusbar ? 'yes' : 'no';
    scrollbar_str = scrollbar ? 'yes' : 'no';
    resizable_str = resizable ? 'yes' : 'no';
    window.open(url, name, 'top='+top+', left='+left+', width='+width+', height='+height+', toolbar='+toolbar_str+', menubar='+menubar_str+', status='+statusbar_str+', scrollbars='+scrollbar_str+', resizable='+resizable_str);
}
//-->
