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";
						}
						else if (num=="105"){
							location.href="/01/0105.php";
						}
						else if (num=="106"){
							location.href="/01/0106.php";
						}
						else if (num=="107"){
							location.href="/01/0107.php";
						}
						else if (num=="108"){
							location.href="/01/0108.php";
						}
						else if (num=="109"){
							location.href="/01/0109.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/0202a.php";
						}
						else if (num=="204"){
							location.href="/02/0203.php";
						}
						else if (num=="205"){
							location.href="/02/0204.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";
						}							
	
						

//¼­ºê¸ÞÀÎ 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";
						}	




						


//È¨¹öÆ°
else if (num=="1000"){
			location.href="/index.php";
		}

//¸ÞÀÎÇÃ·¡½Ã					
else if (num=="1001"){
			location.href="/02/0201.php";
		}
else if (num=="1002"){
			location.href="/02/0201.php";
		}
else if (num=="1003"){
			location.href="/02/0201.php";
		}
else if (num=="1004"){
			location.href="/02/0201.php";
		}

	
			


}



