function go_URL(num){

// 1
		if (num=="100"){
			location.href="/mall/list.php?Fnum=1";
		}
				

						else if (num=="101"){
							location.href="/mall/list.php?Fnum=1";
						}		
						else if (num=="102"){
							location.href="/mall/list.php?Fnum=2";
						}	
						else if (num=="103"){
							location.href="/mall/list.php?Fnum=3";
						}							
						else if (num=="104"){
							location.href="/01/0104.php";
						}
						else if (num=="105"){
							location.href="/01/0105.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="/mem/mem_login.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";
						}	
						else if (num=="404"){
							location.href="/04/0404.php";
						}	
						else if (num=="405"){
							location.href="/04/0405.php";
						}	
	




// 4 	
		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";
						}	
						else if (num=="504"){
							location.href="/05/0504.php";
						}
						else if (num=="505"){
							location.href="/05/0505.php";
						}
						else if (num=="506"){
							location.href="/05/0506.php";
						}else if (num=="449"){
							location.href="/07/0701.php";
						}else if (num=="450"){
							location.href="/07/0702.php";
						}else if (num=="451"){
							location.href="/07/0703.php";
						}
						
						
		else if (num=="700"){
			location.href="/07/0701.php";
		}
		
					
	else if (num == "1000")
	{
		location.href = "/index.php";
	}


}



