EscapeUTF8=function(str){return str.replace(/[^*+.-9A-Z_a-z-]/g,function(s){var c=s.charCodeAt(0);return (c<16?"%0"+c.toString(16):c<128?"%"+c.toString(16):c<2048?"%"+(c>>6|192).toString(16)+"%"+(c&63|128).toString(16):"%"+(c>>12|224).toString(16)+"%"+(c>>6&63|128).toString(16)+"%"+(c&63|128).toString(16)).toUpperCase()})};

var assel;
assel = EscapeUTF8(document.f1.s1.options[1].value);

function Go(){
var str1;
str1 = EscapeUTF8(document.form2.txtText1.value);
parent.a.location.href = "http://webservices.amazon.co.jp/onca/xml?Service=AWSECommerceService&SubscriptionId=0G9ER468G1Z50XKXGDR2&AssociateTag=visualhistory-22&Operation=ItemSearch&SearchIndex=Books&ResponseGroup=Images,Offers,SalesRank,Request,Small,ItemAttributes&ItemPage=1&no=1&Version=2004-11-10&ContentType=text/html&Style=http://history.husigi.com/VHdir/150x800itemsearchdirkey.xsl&Keywords=" + str1};

function go2(){
var str1;
str1 = EscapeUTF8(window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text);
parent.a.location.href = "http://webservices.amazon.co.jp/onca/xml?Service=AWSECommerceService&SubscriptionId=0G9ER468G1Z50XKXGDR2&AssociateTag=visualhistory-22&Operation=ItemSearch&SearchIndex=Books&ResponseGroup=Images,Offers,Request,SalesRank,Small,ItemAttributes&ItemPage=1&no=1&Version=2004-11-10&ContentType=text/html&Style=http://history.husigi.com/VHdir/150x800itemsearchdirkey.xsl&Keywords=" + str1};

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

document.write('<form><input type="button" onClick="go2()" value="選択した文字列で検索" style="margin-right:14px"></form>');

document.write('<FORM name="form2"><INPUT type="text" size="20" name="txtText1" STYLE="ime-mode:active; margin-right:14px;" value="キーワードで検索" onFocus="clearText(this)"><INPUT type="button" value="GO" onClick="Go()"></form>');

document.write('<iframe name="a" src="http://webservices.amazon.co.jp/onca/xml?Service=AWSECommerceService&SubscriptionId=0G9ER468G1Z50XKXGDR2&AssociateTag=visualhistory-22&Operation=ItemSearch&SearchIndex=Books&ResponseGroup=Images,Offers,Request,SalesRank,Small,ItemAttributes&ItemPage=1&no=1&Version=2004-11-10&Keywords=');
document.write(assel);
document.write('&Style=http://history.husigi.com/VHdir/150x800itemsearchdirkey.xsl&ContentType=text/html" border="0" height="1800" width="200" align="center" marginheight="0" marginwidth="0" scrolling="no" frameborder="0"></iframe>');
