	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[33] = new Image(); images[33].src = "/tkj_brandmook/index/img/tkj_g_header/sitemap_off.gif";
	images[34] = new Image(); images[34].src = "/tkj_brandmook/index/img/tkj_g_header/sitemap_on.gif";
	images[35] = new Image(); images[35].src = "/tkj_brandmook/index/img/tkj_g_header/contact_off.gif";
	images[36] = new Image(); images[36].src = "/tkj_brandmook/index/img/tkj_g_header/contact_on.gif";
	images[37] = new Image(); images[37].src = "/tkj_brandmook/index/img/tkj_g_header/advance_search_off.gif";
	images[38] = new Image(); images[38].src = "/tkj_brandmook/index/img/tkj_g_header/advance_search_on.gif";
	images[39] = new Image(); images[39].src = "/tkj_brandmook/index/img/tkj_g_header/search_off.gif";
	images[40] = new Image(); images[40].src = "/tkj_brandmook/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()
	}

