<!--
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function textset(Action)
{
	if (Action == 1)
	{
		if (document.forms[0].EiSearchText.value == "")
		{
		document.forms[0].EiSearchText.value = "Enter Keywords"
		}
	}
	else
	{
		if (document.forms[0].EiSearchText.value == "Enter Keywords")
		{
		document.forms[0].EiSearchText.value = ""
		}
	}
}
//-->