<!--
/*
Checks the contents of the form submitted and redirects it according to the visitor's criteria.
M Shrimpton March 2010
*/
function itemSearchVerify(f)
{
if (f.p.value == ""){alert("Please enter a MOSFET item to search for");return false}
else {return true};

}
//-->

