
	//ÁßºÐ·ù º¯°æ (¸ñ·Ï)
	function changeClass()
	{
		var sel = document.all.clss;
		
		this.location= "/MOK/MOK_LIST.jsp?ptype=list&subtype=sm&btype=" + sel.options(sel.selectedIndex).value + "&lclass=AL";
	}
	//¼­¸íº° µð·ºÅä¸® °Ë»ö¿ë	
	function smsearch(strUrl,strSubType,strLClass,strMClass,strSClass,strBType)
	{
		var strSearchType=document.all.searchtype.value;
		var strSearchWord=document.all.searchword.value;
		
		this.location= strUrl + "?ptype=list&subtype=" + strSubType +"&btype=" + strBType + "&lclass=" + strLClass + "&mclass=" + strMClass + "&sclass=" + strSClass + "&searchtype=" + strSearchType +"&searchword=" + encodeURI(strSearchWord);

	}
	
	//µð·ºÅä¸® °Ë»ö¿ë	
	function dirsearch(strUrl,strPType,strSubType,strLClass,strMClass,strSClass,strNodeId,strNav)
	{
		var strSearchType=document.all.searchtype.value;
		var strSearchWord=document.all.searchword.value;
		var Url;

		Url= strUrl + "?ptype=" + strPType + "&subtype=" + strSubType +"&lclass=" + strLClass + "&mclass=" + strMClass + "&sclass=" + strSClass + "&searchtype=" + strSearchType +"&searchword=" + encodeURI(strSearchWord);
		if(strNav!=null){
			Url+="&nav=" + strNav;
		}

		this.location=Url;
	}
	

