// ±âº»Àý´ë°æ·Î
var absoluteLink = "/eng";


/**********************************************************************
* Top_Global_Menu 
**********************************************************************/
function Go_Home(){    
	//alert("HOME");
	self.location = absoluteLink + "/index.do";
}

function Go_Home_Kor(){    
	//alert("Korean");
	self.location = "/index.do";
}


/**********************************************************************
* 01_SAMSUNG Equestrian Team
**********************************************************************/
function Go_Team_Philosophy(){    
	//alert("01_Philosophy");
	self.location = absoluteLink + "/team/philosophy.html";
}

function Go_Team_History(){    
	//alert("02_History");
	self.location = absoluteLink + "/team/history.html";
}

function Go_Team_Performance(){    
	//alert("03_Performance");
	self.location = absoluteLink + "/team/performance.html";
}

function Go_Team_Organization(){    
	//alert("04_Organization");
	self.location = absoluteLink + "/team/staff.html";
}

function Go_Team_Facility(){    
	//alert("05_Facility");
	self.location = absoluteLink + "/team/facility.html";
}

function Go_Team_Super(){    
	//alert("06_Samsung Super League");
	self.location = absoluteLink + "/team/ssl.html";
}



/**********************************************************************
* 02_RD-Samsung
**********************************************************************/
function Go_Rd_Samsung(){    
	//alert("01_RD-Samsung");
	self.location = absoluteLink + "/rd/rdsamsung.html";
}

function Go_Rd_Benefits(){    
	//alert("02_Benefits of RD");
	self.location = absoluteLink + "/rd/benefits.html";
}

function Go_Rd_Stories(){    
	//alert("03_RD-Samsung Stories");
	self.location = absoluteLink + "/rd/rdStories.html";
}



/**********************************************************************
* 03_What's New
**********************************************************************/
function Go_News_News(){    
	//alert("01_What¡¯s New");
	self.location = absoluteLink + "/noticeList.do";
}

function Go_News_Photo(){    
	//alert("02_Photo Gallery");
	self.location = absoluteLink + "/photoList.do";
}

function Go_News_Download(){    
	//alert("03_Download");
	self.location = absoluteLink + "/downLoad.do";
}


/**********************************************************************
* 04_Util_Top
**********************************************************************/
function Go_Util_Location(){    
	//alert("01_Location");
	self.location = absoluteLink + "/util/location.html";
}

function Go_Util_Sitemap(){    
	//alert("02_Sitemap");
	self.location = absoluteLink + "/util/sitemap.html";
}

function Go_Util_Contact(){    
	//alert("03_Contact us");
	self.location = absoluteLink + "/qnaInsertInput.do";
}


/**********************************************************************
* 05_UTIL_Bottom
**********************************************************************/
function Go_Util_Privacy(){    
	//alert("Privacy");
	window.open(absoluteLink + "/util/privacy.html", "_blank", "width=600,height=450,resizable=0,scrollbars=0");
}
function Go_Util_Legal(){    
	//alert("Legal");
	window.open(absoluteLink + "/util/legal.html", "_blank", "width=600,height=500,resizable=0,scrollbars=0");
}
