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

//È¸»ç¼Ò°³
function go1(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/contents/company/company01.html?sm=1_1';	//ÀÎ»ç¸»
		}  else if (chk==2) {
			document.location ='/contents/company/company02.html?sm=1_2';	//¿¬Çõ
		}  else if (chk==3) {
			document.location ='/common/board/list.html?a_gb=board&a_cd=7&a_item=0&sm=1_3';	//º¸µµÀÚ·á
		}  else if (chk==4) {
			document.location ='/contents/company/company04.html?sm=1_4';	//Ã£¾Æ¿À½Ã´Â±æ
		} else if (chk==5) {
			document.location ='/contents/company/company05.html?sm=1_5';	//
		} 
}

//Á¦Ç°¼Ò°³
function go2(chk)
{
         if (chk==0) {
			document.location ='/#';	//
		}  else if (chk==1) {
			document.location ='/contents/product/product01.html?sm=2_1';	//T-POWER U
		} else if (chk==2) {
			document.location ='/contents/product/product02.html?sm=2_2';	//T-POWER M
		}  else if (chk==3) {
			document.location ='/contents/product/product03.html?sm=2_3';	//T-POWER M
		}  else if (chk==4) {
			document.location ='/common/board/list.html?a_gb=board&a_cd=4&a_item=0&sm=2_4';	//T-POWER M
		}  
}

//±â¼úÇöÈ²
function go3(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/contents/information/information01.html?sm=3_1';	//
		} else if (chk==2) {
			document.location ='/contents/information/information02.html?sm=3_2';	//
		} else if (chk==3) {
			document.location ='/common/board/list.html?a_gb=board&a_cd=6&a_item=0&sm=3_3';	//ÀÚ·á½Ç
       }else if (chk==31) {
			document.location ='/common/board/list.html?a_gb=board&a_cd=9&a_item=0&sm=3_3';	//
		} else if (chk==32) {
			document.location ='/common/board/list.html?a_gb=board&a_cd=10&a_item=0&sm=3_3';	//
		} else if (chk==33) {
			document.location ='/common/board/list.html?a_gb=board&a_cd=11&a_item=0&sm=3_3';	//
		} else if (chk==34) {
			document.location ='/common/board/list.html?a_gb=board&a_cd=12&a_item=0&sm=3_3';	//
		}  else if (chk==4) {
			document.location ='/contents/information/information04.html?sm=3_4';	//
		} else if (chk==5) {
			document.location ='/contents/information/information05.html?sm=3_5';	//±âÅ¸
		}  
}


//°í°´¼¾ÅÍ
function go4(chk)
{
         if (chk==0) {
			document.location ='#';//
	 	}  else if (chk==1) {
			document.location ='/common/board/list.html?a_gb=board&a_cd=1&a_item=0&sm=4_1';	//°øÁö»çÇ×
		}  else if (chk==2) {
			document.location ='/common/board/list.html?a_gb=board&a_cd=3&a_item=0&sm=4_2';	//ÀÚÁÖÇÏ´ÂÁú¹®
	 	}  else if (chk==3) {
			document.location ='/common/board/list.html?a_gb=board&a_cd=2&a_item=0&sm=4_3';	//Áú¹®ÇÏ±â
		}  else if (chk==4) {
			document.location='/common/board/list.html?a_gb=board&a_cd=5&a_item=0&sm=4_4';	//Æ÷Åä°¶·¯¸®
	 	}  else if (chk==5) {
			document.location ='/common/consult/postform2.html?a_gb=consult&a_cd=1&a_item=0&sm=4_5';	//
		} else if (chk==6) {
			document.location ='/contents/customer/customer06.html?sm=4_6';	//
		} 
}




//
function go5(chk)
{
         if (chk==0) {
			document.location ='#';//
	 	}  else if (chk==1) {
			document.location ='/contents/shop/shop01.html?sm=5_1';	//
		}  
}


//
function sitemap(chk)
{
         if (chk==0) {
			document.location ='#';//
	 	}  else if (chk==1) {
			document.location ='/contents/sitemap/sitemap01.html?sm=6_1';	//
		}  
}

//¿Ü±¹¾î
function lang(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/index.html';		//ÇÑ±¹¾î
		}  else if (chk==2) {
			document.location ='/en/index.html';		//¿µ¾î
		}  else if (chk==3) {
			document.location ='/jp/index.html';		//ÀÏ¾î
		}  else if (chk==4) {
			document.location ='/cn/index.html';		//µ¶ÀÏ¾î
		}
}

//inquiry
function inquiry(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
	        window.open("http://kr.gobizkorea.com/popup/newhm_pop_inquiry.jsp?co_code=2009-00892&co_lang=1","mail","width=729,height=700,scrollbars=yes") 	//
		} 
}

// mail
function mail(chk)
{
		if (chk==1) {
			document.location = 'mailto:unitech@unigroup.co.kr?bcc=webmaster@smipc.or.kr';
		}
}

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