﻿// JScript ファイル
function SeekKeyWord1()
{
   /*location.href = "goodslists.aspx?kw=" + escape(document.getElementById("ctl00$txtKeyWord").value) + '&amp;ca=' + document.getElementById('ctl00$listCatarog').value;*/
   location.href = "goodslists.aspx?kw=" + escape(document.getElementById("ctl00_txtKeyWord").value) + '&amp;ca=0';
}
function SeekKeyWord2()
{
   location.href = "goods.aspx?catalogcd=" + escape(document.getElementById("ctl00_txtKaientaiCD").value);
}
