<!--
function openWin(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function loadFrames(topf,leftf,mainf) { 
	top.contentframe.topFrame.location.href = topf;
	top.contentframe.leftFrame.location.href = leftf;
	top.contentframe.mainFrame.location.href = mainf;
}
function goToPage (jspName) //¹ðÅ·¿ë
{
	top.contentframe.mainFrame.location.href = jspName;
	return true;
}
function goToPage2 (jspName) //È¨ÆäÀÌÁö¿ë
{
	top.contentframe.mainFrame.location.href = jspName;
	return true;
}
//-->
