// JavaScript Document
function setKeyworkds(keywords) {
	document.productSearch.keywords.value=keywords;
}
