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

//È¸»ç¼Ò°³
function go1(chk)
{
       if (chk==0) {
			document.location ='/contents/company/company01.html?sm=1_1';
		}  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 ='/contents/company/company03.html?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';
		} else if (chk==6) {
			document.location ='/contents/company/company06.html?sm=1_6';
		}

}



// product  

function  go2(chk)
{
if (chk==0) {
		document.location = '/contents/product/product.html?sm=2_1'; //
		}else if (chk==1) {
			document.location = '/contents/product/product01.html?sm=2_2'; 
		}else if (chk==11) {
			document.location = '/contents/product/product01_1.html?sm=2_2_1'; 
		}else if (chk==12) {
			document.location = '/contents/product/product01_2.html?sm=2_2_2'; 
		}else if (chk==13) {
			document.location = '/contents/product/product01_3.html?sm=2_2_3'; 
		}else if (chk==14) {
			document.location = '/contents/product/product01_4.html?sm=2_2_4'; 
		}else if (chk==15) {
			document.location = '/contents/product/product01_5.html?sm=2_2_5'; 
		}else if (chk==2) {
			document.location = '/contents/product/product02.html?sm=2_3'; 
		}else if (chk==3) {
			document.location = '/contents/product/product03.html?sm=2_4'; 
		}else if (chk==4) {
			document.location = '/contents/product/product04.html?sm=2_5'; 
		}else if (chk==5) {
			document.location = '/contents/product/product05.html?sm=2_6'; 
		}else if (chk==51) {
			document.location = '/contents/product/product05_1.html?sm=2_6_1'; 
		}else if (chk==52) {
			document.location = '/contents/product/product05_2.html?sm=2_6_2'; 
		}else if (chk==6) {
			document.location = '/contents/product/product06.html?sm=2_7'; 
		}   else if (chk==7) {
			document.location = '/contents/product/product07.html?sm=2_8'; 
		}  else if (chk==71) {
			document.location = '/contents/product/product07_1.html?sm=2_8_1'; 
		}  else if (chk==72) {
			document.location = '/contents/product/product07_2.html?sm=2_8_2'; 
		} else if (chk==8) {
			document.location = '/contents/product/product08.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_2';     
		}else if (chk==3) {
			document.location ='/common/board/list.html?a_gb=board&a_cd=1&a_item=0'; //ÀÏ¹ÝÀÚ·á½Ç    
		}else if (chk==4) {
			document.location ='/common/board/list.html?a_gb=board&a_cd=5&a_item=0'; ; //±â¼úÀÚ·á½Ç  
		}
}


/// °í°´Áö¿ø
function  go4(chk)
{
if (chk==0) {
			document.location = '/contents/customer/customer01.html?sm=4_1';   
		}  else if (chk==1) {
			document.location = '/contents/customer/customer01.html?sm=4_1';   
		} else if (chk==2) {
			document.location = '/common/board_qa/postform.html?a_gb=board&a_cd=2&a_item=0';   
		} else if (chk==3) {
			document.location = '/common/board/list.html?a_gb=board&a_cd=3&a_item=0';   
		} else if (chk==4)  {
		 window.open("/catalogue.htm","catalogue","width=500,height=540,scrollbars=no")  //Ä«´Þ·Î±×
		}
}






// »çÀÌÆ®¸Ê
function  go5(chk)
{
		if (chk==1) {
			document.location = '/contents/sitemap/sitemap01.html?sm=5_1';
		}
}



// ¿µ¹®È¨ÇÇ¿¬°á
function  etc(chk)
{
		if (chk==1) {
			document.location = '/en/index.html';
		}
}


/// mail
function mail(chk)
{
		if (chk==1) {
			document.location = 'mailto:dspump@doochpump.com ';
		}
}

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




//Ä«´Þ·Î±×
function catalogue(chk)
{
		if (chk==1) {
			alert("ÁØºñÁßÀÔ´Ï´Ù.");
		}
}