function sf(itemno)
{
	document.form1.searchterm.value = itemno;
	document.form1.submit();
}
function al()
{
	alert('Item is not available for this machine\n\nIt either does not use this item, or is not available yet.\n\nSome Items may be special ordered\nCall 1-888-306-2627');
}