function Menu( bNo, sNo, mNo) {	
	
	if( bNo == 0 ) { // ¸ÞÀÎ
		self.location.href = "/main/main.asp";  // ¸ÞÀÎ ÆäÀÌÁö
	} else if( bNo == 1 ) {                        //

		if( sNo == 1 ) {                    // 
			
			self.location.href = "/Learning/Learning_List.asp";	
			
			if( mNo == 1 ) {                // 

				self.location.href = "/Learning/Learning_List.asp";
				
			} else if( mNo == 2 ) {         // 

				self.location.href = "/Examination/Examination_List.asp";

			} else if( mNo == 3 ) {         // 

				self.location.href = "/Attendance/Attendance_List.asp";

			} else if( mNo == 4 ) {         // 

				self.location.href = "/Report/Report_list.asp";

			}


		} else if( sNo == 2 ) {             // 
			
			self.location.href = "/sub01/sub_02.asp";
			
		} else if( sNo == 3 ) {             // 
			
			self.location.href = "/Learning/Learning_Old_list.asp";
			
		} else if( sNo == 4 ) {             // 
			
			self.location.href = "/sub01/sub_04.asp";
			
		} else if( sNo == 5 ) {             // 
			
			if( mNo == 1 ) {                // 

				self.location.href = "/register/register_My_List.asp";
				
			} else if( mNo == 2 ) {         // 

				self.location.href = "/register/register_List.asp";

			}else{

				self.location.href = "/register/register_My_List.asp";

			}
			
		}
		

	} else if( bNo == 2 ) {                        //

		if( sNo == 1 ) {                    // 
			
			self.location.href = "/Curriculum/Curriculum_List.asp?strctype=12";			

		} else if( sNo == 2 ) {             // 
			
			self.location.href = "/Curriculum/Curriculum_List.asp?strctype=11";			
			
		} else if( sNo == 3 ) {             // 
			
			self.location.href = "/Curriculum/Curriculum_List2.asp?strctype=13";			
			
		} else if( sNo == 4 ) {             // 
			
			self.location.href = "/Curriculum/Curriculum_List.asp?strctype=12";			
			
		} 

	} else if( bNo == 3 ) {                  //

		if( sNo == 1 ) {                    // 
			
			self.location.href = "/sub03/sub_01.asp";			

		} else if( sNo == 2 ) {                    // 
			
			self.location.href = "/sub03/sub_02.asp";			

		} else if( sNo == 3 ) {                    // 
			
			self.location.href = "/sub03/sub_03.asp";			

		} else if( sNo == 4 ) {                    // 
			
			self.location.href = "/sub03/sub_04.asp";			

		} 

	} else if( bNo == 4 ) {                 

		if( sNo == 1 ) {                    // 
			
			self.location.href = "/sub04/sub_01.asp";			

		} else if( sNo == 2 ){				//
		
			self.location.href = "/sub04/sub_02.asp";			

		} else if( sNo == 3 ){				//
		
			self.location.href = "/sub04/sub_03.asp";			

		} else if( sNo == 4 ){				//
		
			self.location.href = "/sub04/sub_04.asp";			

		} else if( sNo == 5 ){				//
		
			self.location.href = "/Invitation/Invitation_List.asp";			

		}

	} else if( bNo == 5 ) {                 

		if( sNo == 1 ) {                    // 
			
			self.location.href = "/sub05/sub_01.asp";			


		} else if( sNo == 2 ) {                    // 
			
			self.location.href = "/sub05/sub_02.asp";			


		} else if( sNo == 3 ) {                    // 
			
			self.location.href = "/sub05/sub_03.asp";			


		} else if( sNo == 4 ) {                    // 
			
			self.location.href = "/sub05/sub_04.asp";			


		}

	} else if( bNo == 6 ) { 

		if( sNo == 1 ) {                    // 
			
			self.location.href = "/sub06/sub_01.asp";			


		} else if( sNo == 2 ) {                    // 
			
			self.location.href = "/sub06/sub_02.asp";			


		} else if( sNo == 3 ) {                    // 
			
			self.location.href = "/sub06/sub_03.asp";			


		} else if( sNo == 4 ) {                    // 
			
			self.location.href = "/sub06/sub_04.asp";			


		} else if( sNo == 5 ) {                    // 
			
			self.location.href = "/sub06/sub_05.asp";			


		}   
	} else if( bNo == 7 ) { 

		if( sNo == 1 ) {                    // 
			
			self.location.href = "/member/stipulation.asp";			


		} else if( sNo == 2 ) {                    // 
			
			self.location.href = "/member/find_id_pw.asp";			


		} else if( sNo == 3 ) {                    // 
			
			self.location.href = "/member/member_edit.asp";			


		} else if( sNo == 4 ) {                    // 
			
			self.location.href = "/member/member_del.asp";			


		}
	}else if( bNo == 8 ) { 

		if( sNo == 1 ) {                    // 
			
			self.location.href = "/Sitemap/";			


		}
	}
}


function MouseOver(obj, bool){
 if(bool)
  obj.src="images/" + obj.id + "_ov.gif";
 else
  obj.src="images/" + obj.id + ".gif";
}


function leftMenu( bNo) {	

	if(bNo == 1){

		self.location.href = "http://gicp.or.kr/ebook/index.asp?pageNum=3&search_gubun=A";

	}else if(bNo == 2){

		self.location.href = "http://gicp.or.kr/ebook/index.asp?pageNum=5&search_gubun=D";

	}else if(bNo == 3){

		self.location.href = "http://gicp.or.kr/ebook/index.asp?pageNum=2&search_gubun=C";

	}else if(bNo == 4){

		self.location.href = "http://gicp.or.kr/ebook/index.asp?pageNum=1&search_gubun=B";

	}
	else if(bNo == 5){

		self.location.href = "http://gicp.or.kr/ebook/index.asp?pageNum=4&search_gubun=E";

	}


}
