function Menu( bNo, sNo) {
		
	if( bNo == 0 ) { // ¸ÞÀÎ
		self.location.href = url_prefix + "/main/main.php";  // ¸ÞÀÎ ÆäÀÌÁö
	} else if( bNo == 1 ) {                        //

		if( sNo == 1 ) {                    // 
			
			self.location.href = "/sub01/sub_01.asp";			

		}else if( sNo == 2 ) {                    // 
			
			self.location.href = "/sub01/sub_02.asp";			

		}else if( sNo == 3 ) {                    // 
			
			self.location.href = "/action/List.asp";			

		}else if( sNo == 4 ) {                 // 
			
			self.location.href = "/sub01/sub_04.asp";			

		}else if( sNo == 5 ) {                 // 
			
			self.location.href = "/sub01/sub_05.asp";			

		}else if( sNo == 6 ) {                 // 
			
			self.location.href = "/sub01/sub_06.asp";			

		}

	} else if( bNo == 2 ) {                        //

		if( sNo == 1 ) {                    // 
			
			self.location.href = "/sub02/sub_01.asp";			

		} else if( sNo == 2 ){				//
		
			self.location.href = "/sub02/sub_02.asp";			

		} else if( sNo == 3 ){				//
		
			self.location.href = "/sub02/sub_03.asp";			

		} else if( sNo == 4 ){				//
		
			self.location.href = "/sub02/sub_04.asp";			

		} else if( sNo == 5 ){				//
		
			self.location.href = "/sub02/sub_05.asp";			

		} else if( sNo == 6 ){				//
		
			self.location.href = "/sub02/sub_06.asp";			

		} else if( sNo == 7 ){				//
		
			self.location.href = "/sub02/sub_07.asp";			

		}


	} else if( bNo == 3 ) {                  //

		if( sNo == 1 ) {                    // 			
			window.open('/ebook/m.html','_ebook','');

		} else if( sNo == 2 ){				//
		
			window.open('/book/book_list.asp','_book','');

		} 

	} else if( bNo == 4 ) {     


		if( sNo == 1 ) {                    // 
			
			self.location.href = "/Gallery/Movie/list.asp?strbid=gallery1";			

		} else if( sNo == 2 ){				//
		
			self.location.href = "/Gallery/Image/list.asp?strbid=gallery2";			

		}

	} else if( bNo == 5 ) {                 

		if( sNo == 1 ) {                    // 
			
			self.location.href = "/Community/Notice/list.asp?strbid=community1";			

		} else if( sNo == 2 ){				//
		
			self.location.href = "/Community/Free/list.asp?strbid=community2";			

		} else if( sNo == 3 ){				//
		
			self.location.href = "/Community/Trend/list.asp?strbid=community3";			

		} else if( sNo == 4 ){				//
		
			self.location.href = "/Community/Questionnaire/list.asp";			

		} else if( sNo == 5 ){				//
		
			self.location.href = "/Community/recevie/appendfrm.asp";			

		}


	} else if( bNo == 6 ) {                 

		if( sNo == 1 ) {                    // 
			
			self.location.href = "/webstudy/default.asp?strinstid=gicp";			

		} else if( sNo == 2 ){				//
		
			self.location.href = "/webstudy/list.asp";			

		}
	} else if( bNo == 7 ) {                 

		if( sNo == 1 ) {                    // 
			
			self.location.href = "/user/joinfrm.asp";			

		} else if( sNo == 2 ){				//
		
			self.location.href = "/auth/loginfrm.asp";			

		} else if( sNo == 3 ){				//
		
			self.location.href = "/user/modifyuserfrm.asp";			

		} else if( sNo == 4 ){				//
		
			self.location.href = "/user/withdrawfrm.asp";			

		} else if( sNo == 5 ){				//
		
			self.location.href = "/sub07/sub_03.asp";			

		} else if( sNo == 6 ){				//
		
			self.location.href = "/sub07/sub_04.asp";			

		}
	} else if( bNo == 8 ) {                 

		if( sNo == 1 ) {                    // 
			
			window.open('http://gicp.webhard.co.kr/','_webhard','');

		} else if( sNo == 2 ){				//
		
			window.open('/ebook/m.html','_ebook','');

		} else if( sNo == 3 ){				//
		
			window.open('http://mail.gicp.or.kr/','_email','');

		} else if( sNo == 4 ){				//
		
			self.location.href = "/webstudy/default.asp?strinstid=gicp";			

		}
	}
}

function GoFamilySite(slt){
	var url = slt.value;

	if (url != "" && url != "_line_")
	{
		if ("<%= C_HOME_URL %>" != url)
		{
			doc.aFamilySite.href = url;
			ClickCtrl(doc.aFamilySite);
		}
		else Move(url);
	}

	slt.options[0].selected = true;
}