function CheckSearch(oForm)
		{
			if(oForm.Query.value == "keyword")
			{
				alert("Please enter a keyword before performing a site search.")
				return false;
			}
			return true;
		}

function popWin(theURL,winName,features) {
  		window.open(theURL,winName,features);
		}