function goHome()
{
		document.location='/index.htm';
}

//브랜드
function go1(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/brand/ceo-greeting.htm';	//CEO인사말
		}  else if (chk==2) {
			document.location ='/brand/business.htm';	//사업분야
		}  else if (chk==3) {
			document.location ='/brand/bi.htm';	//쥬시벨BI
		}  else if (chk==4) {
			document.location ='/brand/history.htm';	//회사연혁
		}  else if (chk==5) {
			document.location ='/brand/organization.htm';	//조직도
		}  else if (chk==6) {
			document.location ='/brand/findus.htm';	//오시는길
		} 
}

//제품소개
function go2(chk)
{
         if (chk==0) {
			document.location ='/#';	//
		}  else if (chk==1) {
			document.location ='/product/bb-cream-ingredients.htm';	//쥬시벨 비비크림
		} else if (chk==2) {
			document.location ='/product/pearl-bb-ingredients.htm';	//쥬시벨 펄비비크림
		}  else if (chk==3) {
			document.location ='/product/natural-bb-ingredients.htm';	//쥬시벨 내츄럴비비크림
		} else if (chk==4) {
			document.location ='/product/compact-ingredients.htm';	//쥬시벨 브라이트닝 파우더 컴팩트
		} else if (chk==5) {
			document.location ='/product/liquid-cleanser-ingredients.htm';	//쥬시벨 천연물비누
		} else if (chk==6) {
			document.location ='/product/naturalfacial-cleanser-ingredients.htm';	//쥬시벨 천연거품물비누
		}  else if (chk==7) {
			document.location ='/product/soap-characteristics.htm';	//쥬시벨 천연비누
		} else if (chk==8) {
			document.location ='/product/maskpack-ingredients.htm';	//단일홍 한방 마스크 팩
		}  else if (chk==9) {
			document.location ='/product/lipgloss-ingredients.htm';	//쥬시벨 립글로즈
		} else if (chk==10) {
			document.location ='/product/eyepencil.htm';	//쥬시벨 아이브로우 펜슬
		} else if (chk==11) {
			document.location ='/product/product11.htm';	//대장금
		} else if (chk==12) {
			document.location ='/product/man.htm';	//꽃을든남자
		} else if (chk==13) {
			document.location ='/product/premiummap.htm';	//쥬시벨 프리미엄맵2
		}  
}

//공지사항
function go3(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/fsbClientUtf/ezboard.jsp?bm_seq=13329';	//
		}  
}


//고객문의
function go4(chk)
{
         if (chk==0) {
			document.location ='#';//
	 	}  else if (chk==1) {
				 window.open("http://kr.gobizkorea.com/popup/newhm_pop_inquiry.jsp?co_code=2009-00687&co_lang=2","mail","width=729,height=700,scrollbars=yes") 	//
		}  else if (chk==2) {
			 document.location='/fsbClientUtf/ezboard.jsp?bm_seq=12954';	//제휴 문의
		} else if (chk==3) {
			document.location='/fsbClientUtf/ezboard.jsp?bm_seq=12956';	//바이어 상담
		} 
}


//외국어
function lang(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/index.htm';		//한국어
		}  else if (chk==2) {
			document.location ='/en/index.htm';		//영어
		}
}


// sitemap
function sitemap(chk)
{
		if (chk==1) {
			document.location = '/sitemap.htm';		//사이트맵
		}
}

// mail
function mail(chk)
{
		if (chk==1) {
			document.location = 'mailto:arng5144@naver.com?bcc=webmaster@smipc.or.kr';
		}
}

//top
function GoTop()
{
		document.location = '#top';
}
