function kensaku(str,url){
	document.amazon.action = url+str;
	document.amazon.submit();
}
function send(name,val,key){
	var elem = document.getElementsByName(name);
	document.getElementsByName(name)[0].value = val;
	document.f1.flg.value = 1;
	document.f1.action = "http://tsuhan-it.com/s/"+key;
	document.f1.submit();
}
function send1(key,page){
	document.f1.action = "http://tsuhan-it.com/s/"+key+"/"+page;
	document.f1.page.value = page;
	document.f1.submit();
}
