
//global Navigation 
	home="/eng/main.asp.html";
	kor="/";
	sitemap="/eng/utility/sitemap.html";
	contact="/eng/utility/contact.html";

// About KTC
	greeting="/eng/about/greeting/greeting.html"; // Greeting from Chairperson
	onf="/eng/about/onf/onf.html"; // Objectives & Functions
	b_history="/eng/about/b_history/b_history.html"; // Brief History
	org="/eng/about/org/org.html"; // Organizations
	annual="/eng/about/annual/annual.html"; // Annual Report
	map="/eng/about/map/map.html"; // Location
	
// Procedure of Operation
	dumping="/eng/pno/dumping/dumping.html"; // Anti-Dumping Duty
	counter="/eng/pno/counter/counter.html"; // countervailing Duty
	safeguard="/eng/pno/safeguard/safeguard.html"; // Safeguard
	unfair="/eng/pno/unfair/unfair.html"; // Unfair International Trade Practices

// Law and Decrees
	lnd="/eng/lnd/lnd.html"
	
// statistic
	statistic="/eng/statistic/statistic.html"
	
	
// What's New
	notice="/eng/new/notice/notice.asp"; // Notice
	release="/eng/new/release/release.asp"; //Released News
	
// Related Sites
	domestic_site="/eng/sites/domestic/domestic.html";
	oversea_site="/eng/sites/oversea/oversea.html"

//docket
    docket = "/eng/docket/listAD.jsp"
	AD = "/eng/docket/listAD.jsp"
    CD = "/eng/docket/listCD.jsp"
    SF = "/eng/docket/listSF.jsp"
    UP = "/eng/docket/listUP.jsp"

//determinations
   determin = "/eng/determin/list.jsp"
	 determin_AD = "/eng/determin/list.jsp"
	 determin_CD = "/eng/determin/list.jsp"
	 determin_SF = "/eng/determin/list.jsp"
	 determin_UP = "/eng/determin/list.jsp"
	 

function GoMenu(name) {	
	if (eval(name) == "") {
		alert("¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.");
		return;	
	}
	
	 else 
	{
		document.location.href = eval(name);
	}
}

