function go_URL(num){


//서브메인 1
		if (num=="100"){
			location.href="/01/0101.php?Fnum=1";
		}
				

						else if (num=="101"){
							location.href="/01/0101.php?Fnum=1";
						}		
						else if (num=="102"){
							location.href="/01/0101.php?Fnum=2";
						}	
						else if (num=="103"){
							location.href="/01/0101.php?Fnum=3";
						}							
						else if (num=="104"){
							location.href="/01/0101.php?Fnum=4";
						}
						else if (num=="105"){
							location.href="/01/0101.php?Fnum=5";
						}		
						else if (num=="106"){
							location.href="/01/0101.php?Fnum=6";
						}
						else if (num=="107"){
							location.href="/01/0101.php?Fnum=7";
						}
						

					
						
//서브메인 2
		else if (num=="200"){
			location.href="/02/0201.php";
		}
				
						else if (num=="201"){
							location.href="/02/0201.php";
						}
						


							
		
		
//서브메인 3		
		else if (num=="300"){
			location.href="/03/0301.php";
		}
				

						else if (num=="301"){
							location.href="/03/0301.php";
						}
						else if (num=="302"){
							location.href="/03/0302.php";
						}
						else if (num=="303"){
							location.href="/03/0303.php";
						}
						else if (num=="304"){
							location.href="/03/0304.php";
						}
						else if (num=="305"){
							location.href="/03/0305.php";
						}
						else if (num=="306"){
							location.href="/03/0306.php";
						}
						else if (num=="307"){
							location.href="/03/0307.php";
						}
					
						
//서브메인 4 	
		else if (num=="400"){
			location.href="/04/0401.php";
		}
				

						else if (num=="401"){
							location.href="/04/0401.php";
						}
						else if (num=="402"){
							location.href="/04/0402.php";
						}
						else if (num=="403"){
							location.href="/04/0403.php";
						}
						else if (num=="404"){
							location.href="/04/0404.php";
						}

							

//서브메인 5		
		else if (num=="500"){
			location.href="/05/0501.php";
		}
					
						else if (num=="501"){
							location.href="/05/0501.php";
						}
						else if (num=="502"){
							location.href="/05/0502.php";
						}	
						else if (num=="503"){
							location.href="/05/0503.php";
						}							


//서브메인 6		
		else if (num=="600"){
			location.href="/06/0601.php";
		}
					
						else if (num=="601"){
							location.href="/06/0601.php";
						}
						else if (num=="602"){
							location.href="/06/0602.php";
						}	
						else if (num=="603"){
							location.href="/06/0603.php";
						}							


	else if (num=="1001"){	//온라인문의/
			location.href="/06/0601.php";
		}
	else if (num=="1002"){	 //블로그바로가기 //
			location.href="/05/0503.php";
		}

	else if (num=="1003"){	//회사소개서다운로드/
			location.href="/etc/introduction_kor.pdf";
		}
	else if (num=="1004"){	 //인재채용 //
			location.href="/06/0603.php";
		}
	else if (num=="1005"){	 //오시는길 //
			location.href="/06/0602.php";
		}
}



