/*
	function sendSeachFormByCategory( object_ )
	{
		c1n = object_.innerHTML;
		c1 = '@CS[' + c1n.replace( '—pƒCƒX' , '—p' ) + ']';
		url = "/shop/shopbrand.html?" + "money1=&money2=&originalcode1=";
		url += "&prize1=&content1=" + EscapeEUCJP( c1 );
		url += "&search=";
		url += "&c1=" + EscapeEUCJP( c1 );
		url += "&c1n=" + EscapeEUCJP( c1n );
		
		location.href = url;
		return false;
	}
*/
/*
	function sendSeachFormByProductName()
	{
		p1 = document.getElementById( "searchProductName" ).value;
		url = "/shop/shopbrand.html?" + "money1=&money2=&originalcode1=";
		url += "&content1=&prize1=" + EscapeEUCJP( p1 );
		url += "&search=" + EscapeEUCJP( p1 );
		
		location.href = url;
		return false;
	}
*/
	function sendSeachFormWord( word_ , wordName_ )
	{
		url = "/shop/shopbrand.html?" + "money1=&money2=&originalcode1=";
		url += "&prize1=&content1=" + EscapeEUCJP( word_ );
		url += "&search=";
		url += "&w1=" + EscapeEUCJP( word_ );
		url += "&w1n=" + EscapeEUCJP( wordName_ );

		location.href = url;
	}

