	function goSearch() {
		document.myForm.mode.value = "search";
		document.myForm.target = "_self";
		document.myForm.submit();
	}
	function goOption() {
		document.myForm.mode.value = "optioninit";
		document.myForm.target = "searchopt";
		document.myForm.submit();
	}
	function setOption(valGenre, valCategory, valSeries, valIsbn, valYearS, valMonthS, valDayS, valYearE, valMonthE, valDayE, valName) {
		document.myForm.mode.value = "optionsearch";
		document.myForm.genre.value = valGenre;
		document.myForm.category.value = valCategory;
		document.myForm.series.value = valSeries;
		document.myForm.isbn.value = valIsbn;
		document.myForm.publish_year_s.value = valYearS;
		document.myForm.publish_month_s.value = valMonthS;
		document.myForm.publish_day_s.value = valDayS;
		document.myForm.publish_year_e.value = valYearE;
		document.myForm.publish_month_e.value = valMonthE;
		document.myForm.publish_day_e.value = valDayE;
		document.myForm.search_book_name.value = valName;
		document.myForm.target = "_self";
		document.myForm.submit();
	}


	images = new Array();
	images[00] = new Image(); images[00].src = "/smart/special/lislog/index/img/tkj_g_header/sitemap_off.gif";
	images[01] = new Image(); images[01].src = "/smart/special/lislog/index/img/tkj_g_header/sitemap_on.gif";
	images[02] = new Image(); images[02].src = "/smart/special/lislog/index/img/tkj_g_header/contact_off.gif";
	images[03] = new Image(); images[03].src = "/smart/special/lislog/index/img/tkj_g_header/contact_on.gif";
	images[04] = new Image(); images[04].src = "/smart/special/lislog/index/img/tkj_g_header/advance_search_off.gif";
	images[05] = new Image(); images[05].src = "/smart/special/lislog/index/img/tkj_g_header/advance_search_on.gif";
	images[06] = new Image(); images[06].src = "/smart/special/lislog/index/img/tkj_g_header/search_off.gif";
	images[07] = new Image(); images[07].src = "/smart/special/lislog/index/img/tkj_g_header/search_on.gif";
	
	function ChangeImage(obj,suf) {
		eval("document." + obj + ".src = images[suf].src");
	}

	function fNWin(fUrl, fX, fY, fScBar){
		newWin = window.open (fUrl+".html","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+fScBar+",resizable=0,width="+fX+",height="+fY); 
		newWin.focus()
	}
