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

//¸ÅÁ÷½ºÅ©¸°
function go1(chk)
{
       if (chk==0) {
			document.location ='/contents/magic/magic01.html?sm=1_1';
		}  else if (chk==1) {
			document.location ='/contents/magic/magic01.html?sm=1_1';
		} else if (chk==2) {
			document.location ='/contents/magic/magic02.html?sm=1_2';
		} else if (chk==3) {
			document.location ='/contents/magic/magic03.html?sm=1_3';
		} else if (chk==4) {
			document.location ='/contents/magic/magic04.html?sm=1_4';
		}
}


// È¸»ç¼Ò°³
function  go2(chk)
{
if (chk==0) {
		document.location = '/contents/com/com01.html?sm=2_1'; //È¸»ç¼Ò°³
		}else if (chk==1) {
			document.location = '/contents/com/com01.html?sm=2_1'; 
		}else if (chk==2) {
			document.location = '/contents/com/com02.html?sm=2_2'; 
		}else if (chk==3) {
			document.location = '/contents/com/com03.html?sm=2_3'; 
		}else if (chk==4) {
			document.location = '/contents/com/com04.html?sm=2_4'; 
		}else if (chk==5) {
			document.location = '/contents/com/com05.html?sm=2_5'; 
		}else if (chk==6) {
			document.location = '/common/board/list.html?a_gb=board&a_cd=1&a_item=0'; //°Ô½ÃÆÇ
		}  else if (chk==7) {
			document.location = '/contents/com/com07.html?sm=2_7'; 
		} else if (chk==8) {
			document.location = '/common/board1/list.html?a_gb=board&a_cd=5&a_item=0'; //Ã¤¿ëÁ¤º¸
		} else if (chk==9) {
			document.location = '/contents/com/com09.html?sm=2_9'; 
		}
}


// »ç¾÷ºÐ¾ß
function  go3(chk)
{
if (chk==0) {
			document.location ='/contents/tech/tech01.html?sm=3_1';   
		} else if (chk==1) {
			document.location ='/contents/tech/tech01.html?sm=3_1';     
		}else if (chk==2) {
			document.location ='/contents/tech/tech02.html?sm=3_1';     
		}else if (chk==3) {
			document.location ='/contents/tech/tech03.html?sm=3_1';     
		}else if (chk==4) {
			document.location ='/contents/tech/tech04.html?sm=3_1';     
		}else if (chk==5) {
			document.location ='/contents/tech/tech05.html?sm=3_1';     
		}else if (chk==6) {
			document.location ='/contents/tech/tech06.html?sm=3_2';    //pe 
		}else if (chk==7) {
			document.location ='/contents/tech/tech07.html?sm=3_2';     
		}else if (chk==8) {
			document.location ='/contents/tech/tech08.html?sm=3_2';     
		}else if (chk==9) {
			document.location ='/contents/prod/product.html?sm=3_3';     //Á¦Ç°¼Ò°³
		}else if (chk==10) {
			document.location ='/contents/prod/catalogue.html?sm=3_4';     //Ä«Å¸·Î±×
		}
}


/// °í°´Áö¿ø
function  go4(chk)
{
if (chk==0) {
			document.location = '/common/board/list.html?a_gb=board&a_cd=2&a_item=0';    //°øÁö»çÇ×
		}  else if (chk==1) {
			document.location = '/common/board/list.html?a_gb=board&a_cd=2&a_item=0';    //°øÁö»çÇ×
		} else if (chk==2) {
			document.location = '/common/consult/postform.html?a_gb=consult&a_cd=1&a_item=0';  //Á¦Ç°¹®ÀÇ
		} else if (chk==3) {
			document.location = '/contents/support/support01.html?sm=4_3';   //´ë¸®Á¡¾È³»
		} 
}


// Contact
function  go5(chk)
{
		if (chk==1) {
			document.location = '/contents/contact/contact01.html?sm=5_1';
		}  else if (chk==1) {
			document.location = '/contents/contact/contact01.html?sm=5_1';   
		} else if (chk==2) {
			document.location = '/contents/contact/contact02.html?sm=5_2';   
		}
}

