<!--
function gotosearch(obj){
	res_cat_id = ReturnCategory_id(obj);
	if(res_cat_id==0 || res_cat_id=="")
		res_cat_id = 1;
	keyword_list = escape(obj.sch_keyword.value);
	window.location = "/res/home/iresource_search_cat.phtml?keyword_list="+keyword_list+"&res_cat_id="+res_cat_id;
	}
function igallery_gotosearch(obj){
	res_cat_id = ReturnCategory_id(obj);
	if(res_cat_id==0 || res_cat_id=="")
		res_cat_id = 2;
	keyword_list = escape(obj.sch_keyword.value);
	window.location = "/res/home/igallery_search_cat.phtml?keyword_list="+keyword_list+"&res_cat_id="+res_cat_id;
	}

//-->
