function go_URL(num){


// 1
		if (num=="100"){
			location.href="/01/0101.php";
		}
				

						else if (num=="101"){
							location.href="/01/0101.php";
						}		
						else if (num=="102"){
							location.href="/01/0102.php";
						}	
						else if (num=="103"){
							location.href="/01/0103.php";
						}							
						else if (num=="104"){
							location.href="/01/0104.php";
						}



						
// 2
		else if (num=="200"){
			location.href="/02/0201.php";
		}
				
						else if (num=="201"){
							location.href="/02/0201.php";
						}
						else if (num=="202"){
							location.href="/02/0202.php";
						}
						else if (num=="203"){
							location.href="/02/0203.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";
						}	



	
						

// 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";
						}
						
						
// 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";
						}





// 영문1 	
		else if (num=="1100"){
			location.href="/eng/01/0101.php";
		}
				

						else if (num=="1101"){
							location.href="/eng/01/0101.php";
						}
						else if (num=="1102"){
							location.href="/eng/01/0102.php";
						}

						else if (num=="1103"){
							location.href="/eng/01/0103.php";
						}
						else if (num=="1104"){
							location.href="/eng/01/0104.php";
						}



						
// 영문2	
		else if (num=="1200"){
			location.href="/eng/02/0201.php";
		}
				

						else if (num=="1201"){
							location.href="/eng/02/0201.php";
						}
						else if (num=="1202"){
							location.href="/eng/02/0202.php";
						}

						else if (num=="1203"){
							location.href="/eng/02/0203.php";
						}

						
// 영문3	
		else if (num=="1300"){
			location.href="/eng/03/0301.php";
		}
				

						else if (num=="1301"){
							location.href="/eng/03/0301.php";
						}
						else if (num=="1302"){
							location.href="/eng/03/0302.php";
						}

						else if (num=="1303"){
							location.href="/eng/03/0303.php";
						}
						
// 영문4	
		else if (num=="1400"){
			location.href="/eng/04/0401.php";
		}
				

						else if (num=="1401"){
							location.href="/eng/04/0401.php";
						}
						else if (num=="1402"){
							location.href="/eng/04/0402.php";
						}
						

						
						
// 영문5	
		else if (num=="1500"){
			location.href="/eng/05/0501.php";
		}
				

						else if (num=="1501"){
							location.href="/eng/05/0501.php";
						}
						else if (num=="1502"){
							location.href="/eng/05/0502.php";
						}

						else if (num=="1503"){
							location.href="/eng/05/0503.php";
						}




// 불어1	
		else if (num=="2100"){
			location.href="/fr/01/0101.php";
		}
				

						else if (num=="2101"){
							location.href="/fr/01/0101.php";
						}
						else if (num=="2102"){
							location.href="/fr/01/0102.php";
						}

						else if (num=="2103"){
							location.href="/fr/01/0103.php";
						}
						else if (num=="2104"){
							location.href="/fr/01/0104.php";
						}



// 불어2	
		else if (num=="2200"){
			location.href="/fr/02/0201.php";
		}
				

						else if (num=="2201"){
							location.href="/fr/02/0201.php";
						}
						else if (num=="2202"){
							location.href="/fr/02/0202.php";
						}

						else if (num=="2203"){
							location.href="/fr/02/0203.php";
						}



// 불어3	
		else if (num=="2300"){
			location.href="/fr/03/0301.php";
		}
				

						else if (num=="2301"){
							location.href="/fr/03/0301.php";
						}
						else if (num=="2302"){
							location.href="/fr/03/0302.php";
						}

						else if (num=="2303"){
							location.href="/fr/03/0303.php";
						}

// 불어4	
		else if (num=="2400"){
			location.href="/fr/04/0401.php";
		}
				

						else if (num=="2401"){
							location.href="/fr/04/0401.php";
						}
						else if (num=="2402"){
							location.href="/fr/04/0402.php";
						}

						else if (num=="2403"){
							location.href="/fr/04/0403.php";
						}


// 불어5	
		else if (num=="2500"){
			location.href="/fr/05/0501.php";
		}
				

						else if (num=="2501"){
							location.href="/fr/05/0501.php";
						}
						else if (num=="2502"){
							location.href="/fr/05/0502.php";
						}

						else if (num=="2503"){
							location.href="/fr/05/0503.php";
						}







}



