function goHome()
{
		document.location='/en/index.html';
}

//雀荤家俺
function go1(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/en/contents/company/greeting.html?sm=1_1';	//
		}  else if (chk==2) {
			document.location ='/en/contents/company/history.html?sm=1_2';	//
		}  else if (chk==3) {
			document.location ='/en/contents/company/certification.html?sm=1_3';	//
		}  else if (chk==31) {
			document.location ='/en/contents/company/certification_1.html?sm=1_3';	//
		}  else if (chk==4) {
			document.location ='/en/contents/company/equipment.html?sm=1_4';	//
		} else if (chk==5) {
			document.location ='/en/contents/company/partner.html?sm=1_5';	//
		} else if (chk==6) {
			document.location ='/en/contents/company/location.html?sm=1_6';	//
		}
}

//荤诀家俺
function go2(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/en/contents/product/product01.html?sm=2_1';	//力前1
		}  else if (chk==11) {
			document.location ='/en/contents/product/product01_1.html?sm=2_1';	//力前1
		}  else if (chk==12) {
			document.location ='/en/contents/product/product01_2.html?sm=2_1';	//力前1
		}  else if (chk==13) {
			document.location ='/en/contents/product/product01_3.html?sm=2_1';	//力前1
		}  else if (chk==14) {
			document.location ='/en/contents/product/product01_4.html?sm=2_1';	//力前1
		}  else if (chk==2) {
			document.location ='/en/contents/product/product02.html?sm=2_2';	//力前2
		} else if (chk==21) {
			document.location ='/en/contents/product/product02_1.html?sm=2_2';	//力前2
		} else if (chk==22) {
			document.location ='/en/contents/product/product02_2.html?sm=2_2';	//力前2
		} else if (chk==23) {
			document.location ='/en/contents/product/product02_3.html?sm=2_2';	//力前2
		} else if (chk==24) {
			document.location ='/en/contents/product/product02_4.html?sm=2_2';	//力前2
		}else if (chk==3) {
			document.location ='/en/contents/product/product03.html?sm=2_3';	//力前1
		} else if (chk==4) {
			document.location ='/en/contents/product/product04.html?sm=2_4';	//力前1
		} else if (chk==5) {
			document.location ='/en/contents/product/product05.html?sm=2_5';	//力前1
		} else if (chk==6) {
			document.location ='/en/contents/product/product06.html?sm=2_6';	//力前1
		}
}



//磊丰角
function go3(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/en/common/board/list.html?a_gb=board&a_cd=4&a_item=0';
		}
}


//customer
function go4(chk)
{
         if (chk==0) {
			document.location  ='#';//
	 	}  else if (chk==1) {
				document.location ='/en/common/board/list.html?a_gb=board&a_cd=3&a_item=0';
		}  else if (chk==2) {
				document.location ='/en/contents/customer/contactus.html?sm=4_2';
		}
}



//寇惫绢
function lang(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/index_kor.html';				//茄惫绢
		}  else if (chk==2) {
			document.location ='/en/index.html';		//康绢
		}  else if (chk==3) {
			document.location ='/ch/index.html';		//吝惫绢
		}  else if (chk==4) {
			document.location ='/ja/index.html';			//老绢
		}
}

//sitemap
function sitemap(chk)
{
		if (chk==1) {
			document.location ='/en/contents/sitemap/sitemap.html?sm=5_1';	//
		}
}
// mail
function mail(chk)
{
		if (chk==1) {
				document.location = 'mailto:sales@comotech.com';
						}
}

//top
function GoTop()
{
		document.location = '#top';
}
