/**
 * Official Home
 *
 * @author Á¤Çý¼±
 * @since 2007.09.27
 */
function fn_goHome(){

	location.replace("/official/bbs.do?method=offiMainForm");
}

/**
 * Official Login
 *
 * @author Á¤Çý¼±
 * @since 2007.09.28
 */
function fn_goLogin(){

	location.replace("/official/common.do?method=loginPlainOfficial");
}

/*-------------------official menu link------------------------*/

function fn_goCompanyIntro(){

	location.replace("/official/company/Intro.jsp?depth1=1&depth2=1");
}

function fn_goCompanyChart(){

	location.replace("/official/company/Chart.jsp?depth1=1&depth2=2");
}

function fn_goCompanyPartners(){

	location.replace("/official/company/Partners.jsp?depth1=1&depth2=3");
}

function fn_goCompanyClient(){

	location.replace("/official/company/Client.jsp?depth1=1&depth2=4");
}

function fn_goCompanyClient2(){

	location.replace("/official/company/Client2.jsp?depth1=1&depth2=4");
}

function fn_goWelNewsList(board_id){

	location.replace("/official/bbs.do?method=searchWelNewsList&depth1=1&depth2=5&board_id=" + board_id);
}

function fn_goNoticeList(board_id){

	location.replace("/official/bbs.do?method=searchNoticeList&depth1=1&depth2=6&board_id=" + board_id);
}

function fn_goQnaList(board_id){

	location.replace("/official/bbs.do?method=searchQnaList&depth1=1&depth2=7&board_id=" + board_id);
}

function fn_goCompanyContactus(){

	location.replace("/official/company/Contactus.jsp?depth1=1&depth2=8");
}

function fn_goWelfareBackgrounds(){

	location.replace("/official/welfare/Backgrounds.jsp?depth1=2&depth2=1");
}

function fn_goWelfareDefinition(){

	location.replace("/official/welfare/Definition.jsp?depth1=2&depth2=2");
}

function fn_goWelfareType(){

	location.replace("/official/welfare/Type.jsp?depth1=2&depth2=3");
}

function fn_goWelfareDifference(){

	location.replace("/official/welfare/Difference.jsp?depth1=2&depth2=4");
}

function fn_goWelfareEffect(){

	location.replace("/official/welfare/Effect.jsp?depth1=2&depth2=5");
}

function fn_goWelfareApplication(){

	location.replace("/official/welfare/Application_01.jsp?depth1=2&depth2=6");
}

function fn_goWelfareConsideration(){

	location.replace("/official/welfare/Consideration.jsp?depth1=2&depth2=7");
}

function fn_goConsultingMethodology(){

	location.replace("/official/consulting/Methodology.jsp?depth1=3&depth2=1");
}

function fn_goOnlineConForm(){

	location.replace("/official/member.do?method=onlineConForm&depth1=3&depth2=2");
}

function fn_goConsultingGuide(){

	location.replace("/official/consulting/Guide_01.jsp?depth1=3&depth2=3");
}

function fn_goRequest(){

	location.replace("/official/consulting/Request.jsp?depth1=3&depth2=4");
}

function fn_goServiceMeaning(){

	location.replace("/official/service/Meaning.jsp?depth1=4&depth2=1");
}

function fn_goServiceOutline(){

	location.replace("/official/service/Outline.jsp?depth1=4&depth2=2");
}

function fn_goServiceStructure(){

	location.replace("/official/service/Structure.jsp?depth1=4&depth2=3");
}

function fn_goServiceSystem(){

	location.replace("/official/service/System_01.jsp?depth1=4&depth2=4");
}

function fn_goServicePms(){

	location.replace("/official/service/Pms.jsp?depth1=4&depth2=5");
}

function fn_goServiceMall(){

	location.replace("/official/service/Mall.jsp?depth1=4&depth2=6");
}

function fn_goServiceScm(){

	location.replace("/official/service/Scm.jsp?depth1=4&depth2=7");
}

function fn_goServiceProcess(){

	location.replace("/official/service/Process.jsp?depth1=4&depth2=8");
}

function fn_goShopMerit(){

	location.replace("/official/shop/Merit.jsp?depth1=5&depth2=1");
}

function fn_goShopInfo(){

	location.replace("/official/shop/Shop_info.jsp?depth1=5&depth2=2");
}

function fn_goShopAppForm(){

	location.replace("/official/member.do?method=shopAppForm&depth1=5&depth2=3");
}

function fn_goOffiIdSearchForm(){

	location.replace("/official/member.do?method=offiIdSearchForm");
}

function fn_goOffiPwdSearchForm(){

	location.replace("/official/member.do?method=offiPwdSearchForm");
}

function fn_goOffiCustOutForm(){

	location.replace("/official/member.do?method=offiCustOutForm");
}

function fn_goOffiCustModifyForm(){

	location.replace("/official/mypage.do?method=offiCustModifyForm");
}

function fn_goOnlineConsulting(){

	location.replace("/official/mypage.do?method=onlineConsulting");
}

function fn_goSitemap(){

	location.replace("/official/sitemap/Sitemap.jsp?depth1=0&depth2=0");
}

function fn_goOffiCustJoinAgreeForm(){

	location.replace("/official/member.do?method=offiCustJoinAgreeForm");
}

/*-------------------official menu link------------------------*/

/**
 * onerror ÀÌ¹ÌÁö
 */
/*function fn_onerror_img(obj, img_src){
	if (obj.removeEventListener){
		obj.removeEventListener("error");
	}else if (obj.detachEvent){
		obj.detachEvent("onerror", fn_onerror_img);
	}else{
		obj.onerror = null;
	}
	obj.src = img_src;
}*/
