function MM_openBrWindow2(aph,winName,features) { //v2.0

	var keyword = document.SrchForm.keyword.value
	//var metaC = document.SrchForm.metaC.value
	var metaC = SrchForm.metaC.options[SrchForm.metaC.selectedIndex].value
	//var theURL = '../templates/results.asp?keyword=' + escape(metaC);
	var theURL = '../templates/results.asp?keyword=' + escape(keyword)+'&metaC=' +escape(metaC);
  	window.open(theURL,winName,features);
}
function clearfield(){
if (document.SrchForm.keyword.value == " Search")
	document.SrchForm.keyword.value = "";
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
