// Note: if you are using this function please reference the following
// /IBSECommerceWeb/webApplication/script/tmsunescape.js
function setSearchItemValue(value)
{
	// decode the value
	value = tmsunescape(value);
	
	// sets the value on the parent form
	top.opener.setItemNumber(value);
	
	// close item search popup window
	window.close();
}