//

	var URL = "../";
	var HOME = "../";
	

	function ji1(rnum){ //  About Government
		if(rnum == 1){
			location.href = URL+"sub1/sub1_1.html?PageNum=1&subNum=1";	    // What is e-Government
		}
		if(rnum == 2){
			location.href = URL+"sub1/sub1_2.html?PageNum=1&subNum=2";	    //Backgrounds and Needs
		}
		if(rnum == 3){
			location.href = URL+"sub1/sub1_3.html?PageNum=1&subNum=3";	    // Vision
		}
	}
	
	
	function ji2(rnum){ // Business
		if(rnum == 1){
			location.href = URL+"sub2/sub2_1.html?PageNum=2&subNum=1";       	// Development Stage 
		}
		if(rnum == 2){
			location.href = URL+"sub2/sub2_2.html?PageNum=2&subNum=2";       	// Expected Effects 
		}
	}
	
	
	function ji3(rnum){ //Case Study
		if(rnum == 1){
			location.href = URL+"sub3/sub3_1.html?PageNum=3&subNum=1";	    	// Korea
		}
        if(rnum == 2){
			location.href = URL+"sub3/sub3_2.html?PageNum=3&subNum=2";	    	// other developed Country 
		}
	}
	
	
	
	
	
	

	

		
		
	