function PCsearch()
{
var SValue = document.getElementById('PCTextBox').value;
var RdPage = "/customers/water-quality/pcresults.aspx?id=1868&pc=" + SValue;
window.location.href = RdPage;
return false;
}
