<!--
function Go_Url(A,B,C){ location.href='../'+A+'/index.html?Dir='+B+'&Sub='+C; }
function Go_Page(A,B){ location.href='index.html?Dir='+A+'&Sub='+B; }
function Go_Search(A){location.href=A;}
function Go_Home(){ location.href='/'; };
function Go_Open(A,B,C,D){/*Bar¾Èº¸ÀÓ*/
	var Url=A;
	var W=B;
	var H=C;
	window.open(Url,"","left=1,top=1,toolbar=0,menubar=0"+ D +",resizable=no,width=" + W +",height=" + H +";");
}
//-->
