function goHome()
{
		document.location='/index.html';
}

//about
function go1(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/contents/aboutus/message.php';	//
		}  else if (chk==2) {
			document.location ='/contents/aboutus/history.php';	//
		}  else if (chk==3) {
			document.location ='/contents/aboutus/ci.php';	//
		}  else if (chk==4) {
			document.location ='/contents/aboutus/vision.php';	//
		}  else if (chk==5) {
			document.location ='/contents/aboutus/incruit.php';	//
		} else if (chk==6) {
			document.location ='/contents/aboutus/org.php';	//
		} else if (chk==7) {
			document.location ='/contents/aboutus/location.php';	//
		}
}

//products
function go2(chk)
{
         if (chk==0) {
			document.location  ='#';	//
		}  else if (chk==1) {
			document.location ='/contents/product/targetface.php';	//tagetface_out Door
		}   else if (chk==2) {
			document.location ='/contents/product/arrow.php';	//Arrow-Nano_pro
		}else if (chk==3) {
			document.location ='/contents/product/arrow_accessories.php';	// 
		}else if (chk==4) {
			document.location ='/contents/product/sight.php';	//Sight-Eagle Eye(¾Ë·ç¹Ì´½Á¶ÁØ±â)
		} else if (chk==5) {
			document.location ='/contents/product/saker.php';	//Finger Tab - Saker1
		} else if (chk==6) {
			document.location ='/contents/product/stabilizer.php';	//stabilizer - CEX5
		} else if (chk==7) {
			document.location ='/contents/product/quiver.php';	// quiver - B&G-A
		} else if (chk==8) {
			document.location ='/contents/product/case.php';	// case - compound
		}else if (chk==9) {
			document.location ='/contents/product/guard.php';	// guard - Ã¼½ºÆ® °¡µå
		} else if (chk==10) {
			document.location ='/contents/product/arrowrest.php';	// arroe rest
		}else if (chk==11) {
			document.location ='/contents/product/cushion.php';	// Cushion Plunger
		}else if (chk==12) {
			document.location ='/contents/product/bowstand.php';	// bow stand - Aquila
		}else if (chk==13) {
			document.location ='/contents/product/bowstring.php';	// bowsting - Drcron bowsting
		}else if (chk==14) {
			document.location ='/contents/product/accessories.php';	// 
		}else if (chk==15) {
			document.location ='/contents/product/souvenir.php';	// 
		}
}


//ad&data
function go3(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location='/contents/ad/catalog.php';	// 
		} else if (chk==2) {
			document.location ='/contents/ad/advertising.php';	// 
		} 
}


//photo
function go4(chk)
{
         if (chk==0) {
			document.location  ='#';//
	 	}  else if (chk==1) {
				document.location ='/bbs/zboard.php?id=photospon';	// 
		} else if (chk==2) {
				document.location  ='/bbs/zboard.php?id=photoarchers';	// 
		} else if (chk==3) {
				document.location  ='/bbs/zboard.php?id=photogames';	// 
		}
}

//service
function go5(chk)
{
         if (chk==0) {
			document.location  ='#';//
	 	}  else if (chk==1) {
				document.location ='/bbs/zboard.php?id=news_eng';	// 
		} else if (chk==2) {
				document.location  ='/bbs/zboard.php?id=records_eng';	// 
		} 
}

//global
function go6(chk)
{
         if (chk==0) {
			document.location  ='#';//
	 	}  else if (chk==1) {
				 document.location  ='/bbs/zboard.php?id=qna_eng'	// 
		}   else if (chk==2) {
				document.location  ='/contents/buy/branch.php';	// 
		} 
}

//¿Ü±¹¾î
function lang(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='http://kor.soma-archery.com';				//ÇÑ±¹¾î
		}  else if (chk==2) {
			document.location ='http://www.soma-archery.com';		//¿µ¾î
		}  
}

//sitemap
function sitemap(chk)
{
		if (chk==1) {
			document.location ='/contents/sitemap/sitemap.php';	//
		}
}
// mail
function mail(chk)
{
		if (chk==1) {
				document.location = 'maiito:';
						}
}

//top
function GoTop()
{
		document.location = '#top';
}