/* ASA電子js定義Fd090920 検索、英語ボタン、検索内容*/

MenuImg1 = new Array()
	for(i = 1; i < 3; i++) {
	MenuImg1[i] = new Image() ;
	MenuImg1[i].src = "../images/english" + i + ".jpg" ;
}

function OnMoSet1(flag, position) {
	document.images[position].src=MenuImg1[flag].src ;
	return false ;
}

function addstring() {
	document.forms[0].q.value = 'site:www.asadenshi.co.jp ' + document.forms[0].q.value;
	return true;
}



function wClose() {
	window.close();
}


